nmea2000 gateway with ESP32
Go to file
free-x 5a6aeb7c41 Add NMEA data for tests 2021-11-05 18:04:29 +01:00
.github/workflows Add initial CI workflow 2021-10-20 13:33:41 +02:00
lib use a more semantic input for the NMEA filters 2021-11-03 21:24:27 +01:00
simtest Add NMEA data for tests 2021-11-05 18:04:29 +01:00
src update version 2021-11-03 21:25:00 +01:00
tools Merge branch 'master' into boards 2021-10-29 07:33:09 +02:00
web use a more semantic input for the NMEA filters 2021-11-03 21:24:27 +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 intermediate: externalize config definitions 2021-10-28 20:43:05 +02:00
platformio.ini Merge pull request #4 from free-x/boards 2021-11-02 19:33:01 +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.