wellenvogel / esp32-nmea2000

nmea2000 gateway with ESP32
GNU General Public License v2.0
60 stars 23 forks source link

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

Open oxbown opened 6 months ago

oxbown commented 6 months ago

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

wellenvogel commented 6 months ago

Sounds good. PR?

oxbown commented 6 months ago

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 commented 6 months ago

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