OpenMarine
Bluetooth? - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: MacArthur HAT (https://forum.openmarine.net/forumdisplay.php?fid=29)
+--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=30)
+--- Thread: Bluetooth? (/showthread.php?tid=4662)



Bluetooth? - rszemeti - 2023-05-28

I noticed on my install that the bluetooth-diable overlay was selected ... when I commented that out,  I no longer got Maiana data, heading data etc out of the Macarthur Hat ... I still seemed to get NMEA2000 data though.

Is the MacArthur Hat not compatible with the built in bluetooth?


RE: Bluetooth? - Sailoog - 2023-05-29

That is not related to the MacArthur HAT.

The Raspberry shares UART0 and Bluetooth interfaces. If you enable UART0 for MAIANA, dAISy, pypilot... the Bluetooth is disabled and the opposite.

I do not recommend editing the config.txt file, let openplotter-serial app do the work when enabling/disabling UART0 or your system could become unstable.


RE: Bluetooth? - holgerw - 2023-05-29

if you really need Bluetooth together with Mainana - use any cheap bluethooth usb chip for mouse, keyboards etc.


RE: Bluetooth? - rszemeti - 2023-06-05

Given the the RaspberryPi has 4 UARTS and UART0 is used for the Bluetooth, would it not have made sense to use any of the other 3 for Maiana via the Macarthur HAT?


RE: Bluetooth? - Sailoog - 2023-06-05

(2023-06-05, 02:04 AM)rszemeti Wrote: Given the the RaspberryPi has 4 UARTS and UART0 is used for the Bluetooth, would it not have made sense to use any of the other 3 for Maiana via the Macarthur HAT?

Nop. UART0 is being used by most of the HATs because is the only common interface for Raspberry 0, 1, 2, 3 and 4.

The MacArthur HAT uses UART3 for NMEA 0183 1 and UART5 for NMEA 0183 2. UART4 can not be used because one pin is being used by NMEA 2000 and UART1 and UART2 are being used by the system. The only reasonable option was to use UART0 even sacrificing Bluetooth.


RE: Bluetooth? - rszemeti - 2023-06-10

Fair enough, I'll buy a bluetooth dongle and just hope it is compatible ...