esp32-nmea2000 icon indicating copy to clipboard operation
esp32-nmea2000 copied to clipboard

Generic RS-232/RS-422 unit (Full Duplex Serial)

Open oxbown opened this issue 10 months ago • 3 comments

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. image

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. IMG_1011

oxbown avatar Mar 26 '24 17:03 oxbown

Sounds good. PR?

wellenvogel avatar Mar 26 '24 19:03 wellenvogel

Sounds good. PR?

I´ll try... This hardware configuration is functional? https://github.com/wellenvogel/esp32-nmea2000/blob/146bc44c6202c5b903835165c691030610ed3915/lib/hardware/GwM5Grove.in#L36

oxbown avatar Mar 26 '24 19:03 oxbown

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! image

oxbown avatar Mar 30 '24 15:03 oxbown