nmea2000 gateway with ESP32
Go to file
andreas ec67767ca6 intermediate: config handler implementation 2021-10-16 20:18:03 +02:00
lib intermediate: config handler implementation 2021-10-16 20:18:03 +02:00
src intermediate: config handler implementation 2021-10-16 20:18:03 +02:00
web add version, output NMEA0183 to USB 2021-10-16 17:20:04 +02:00
.gitignore initial import 2021-10-15 19:05:51 +02:00
Readme.md update readme 2021-10-15 21:24:04 +02:00
platformio.ini improved web page, some initial status 2021-10-15 21:09:36 +02: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.