nmea2000 gateway with ESP32
Go to file
andreas c8a5f73ba3 update upload action 2021-11-07 21:09:13 +01:00
.github/workflows update upload action 2021-11-07 21:09:13 +01:00
lib improved counter display on status page 2021-11-07 17:00:40 +01:00
src prepare github release flow and version handling 2021-11-07 20:48:28 +01:00
tools Merge branch 'master' into boards 2021-10-29 07:33:09 +02:00
web improved counter display on status page 2021-11-07 17:00:40 +01:00
.gitignore moved generated into extra dir, prepare for more embedded files 2021-10-28 13:09:54 +02:00
Readme.md update readme 2021-10-15 21:24:04 +02:00
extra_script.py prepare github release flow and version handling 2021-11-07 20:48:28 +01:00
partitions_custom.csv prepare github release flow and version handling 2021-11-07 20:48:28 +01:00
platformio.ini prepare github release flow and version handling 2021-11-07 20:48:28 +01:00
post.py prepare github release flow and version handling 2021-11-07 20:48:28 +01:00

Readme.md

NMEA2000-Gateway with ESP32

Based on the work of Homberger - many thanks...

Goal

Have a simple ready-to-go ESP32 binary that can be flashed onto a M5 Atom CAN, potentially extended by an Atom Tail485 for NMEA0183 connection and power supply.

Modes

  • NMEA2000 -> Wifi (NMEA0183)
  • NMEA2000 -> USB (NMEA0183)
  • NMEA0183 -> Wifi
  • NMEA0183 -> NMEA2000
  • Wifi (NMEA0183) -> NMEA2000
  • USB (NMEA0183) -> NMEA2000
  • ....

Environment

PlatformIO. Should be possible to use M5Burner to flash ready binaries.