OpenMarine
atmega4808 chip to multiplex serial/nmea0183 data - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=2)
+--- Thread: atmega4808 chip to multiplex serial/nmea0183 data (/showthread.php?tid=3954)



atmega4808 chip to multiplex serial/nmea0183 data - PaddyB - 2022-03-17

How do others get nmea0183 data into a raspberry pi? 

I have too many usb/serial connections and need more.........

this chip looks interesting, 4 serial lines it says and low power, the system is on 24/7 on the boat so every mA counts...

https://www.youtube.com/watch?v=rQXAJ81bmvw&ab_channel=AndreasSpiess
https://datasheet.lcsc.com/lcsc/2201141730_Microchip-Tech-ATMEGA4809-AF_C1340466.pdf

Available from JLCPCB. The extra data I want isn't really time sensitive, victron solar controllers/smartshunts so reading from one device at a time isn't a problem. 

Tempting to get some boards  made by jlcpcb using those chips but any experience of either those chips or another low power way to get multiple serial into a Pi would be very interesting, ta.  Cool


RE: atmega4808 chip to multiplex serial/nmea0183 data - John1270 - 2022-03-17

(2022-03-17, 01:12 PM)PaddyB Wrote: How do others get nmea0183 data into a raspberry pi? 

I have too many usb/serial connections and need more.........

this chip looks interesting, 4 serial lines it says and low power, the system is on 24/7 on the boat so every mA counts...

https://www.youtube.com/watch?v=rQXAJ81bmvw&ab_channel=AndreasSpiess
https://datasheet.lcsc.com/lcsc/2201141730_Microchip-Tech-ATMEGA4809-AF_C1340466.pdf

Available from JLCPCB. The extra data I want isn't really time sensitive, victron solar controllers/smartshunts so reading from one device at a time isn't a problem. 

Tempting to get some boards  made by jlcpcb using those chips but any experience of either those chips or another low power way to get multiple serial into a Pi would be very interesting, ta.  Cool
Have you looked int the marine control server? I believe it has up to 6 0183 inputs or outputs


RE: atmega4808 chip to multiplex serial/nmea0183 data - PaddyB - 2022-03-18

(2022-03-17, 05:39 PM)John1270 Wrote: Have you looked int the marine control server? I believe it has up to 6 0183 inputs or outputs

Very interesting. And useful, thanks.