esp32-nmea2000
esp32-nmea2000 copied to clipboard
Generic RS-232/RS-422 unit (Full Duplex Serial)
There is one thing that can make better de CI online build service.
M5stack don't sell a RS232/422 unit, but there is a lot of boards available on the market.
I use a YL-128 board to read and write nmea0183 signals, the board is TTL <--> RS422. I solder a groove cable to attach it directly to the M5 Atom.
Sounds good. PR?
Sounds good. PR?
I´ll try... This hardware configuration is functional? https://github.com/wellenvogel/esp32-nmea2000/blob/146bc44c6202c5b903835165c691030610ed3915/lib/hardware/GwM5Grove.in#L36
Tested latest testci20240328 and works well. Able to read and write NMEA0183 data with real hardware.
Baud rate has to be selected in config to 4800 to match with the nmea standard.
I´ll make a PR with docs.
Thanks!