OpenMarine
Integration with host other than a RPi - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: MacArthur HAT (https://forum.openmarine.net/forumdisplay.php?fid=29)
+--- Forum: How do I...? (https://forum.openmarine.net/forumdisplay.php?fid=31)
+--- Thread: Integration with host other than a RPi (/showthread.php?tid=5175)



Integration with host other than a RPi - mikewindlake - 2024-02-13

I'd like to use an existing controller board I have to integrate NMEA 2000. Is there a spec for the communication to the MacArthur HAT?


RE: Integration with host other than a RPi - Sailoog - 2024-02-13

MacArthur HAT communicates by SPI using a MCP2518FD chip. There is a driver for this chip in Raspberry OS.

this could be a good point to start:

https://microchip.my.site.com/s/article/Getting-started-with-MCP2518FD-using-APIs-provided-by-the-example-project


RE: Integration with host other than a RPi - mikewindlake - 2024-02-14

Ok, I see from the schematic it's just routing to pins 10-13. SPI that's easy. Thanks