OpenMarine

Full Version: BBN support for MacArthur HAT
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have now managed to get BBN running smoothly on my RPi 5 fitted with a nVME SSD card, USB GPS receiver, o-charts and an RS-422 dongle feeding in AIS data, thank you.

I have a MacArthur HAT which I'd like to connect, however I don't see how to enable the required UARTs as there does not appear to be a Serial application in the package. Am I missing something here, or is there another way to get the HAT recognised?
Thanks, 
G
Same question. any answer?
I'm trying this to install from here. Maybe it will work on BBN
git clone https://github.com/openplotter/openplotter-serial
Something like this?

https://github.com/bareboat-necessities/...nt-9344748

UARTs of the MacArthur hat for NMEA 0183 on BBN Marine OS

Raspberry Pi 5

NMEA 1 in/out: UART2
NMEA 2 in/out: UART4

in /boot/firmware/config.txt

dtparam=uart0=on
dtoverlay=uart2-pi5
dtoverlay=uart4-pi5
Raspberry Pi 4 and 3

NMEA 1 in/out: UART3
NMEA 2 in/out: UART5

dtoverlay=disable-bt
dtoverlay=uart3
dtoverlay=uart5
Reboot after editing /boot/firmware/config.txt

and check devices created

ls -ltr /dev/tty*
Thanks mgrouch, that's what I'm looking for.
Gerry
For those who look to use one of Waveshare CAN hats:

Set up instructions for modifying /boot/firmware/config.txt
on BBN Marine OS

https://github.com/bareboat-necessities/...ssions/410