This repository is my version of NMEA2000-Data-Sender
The project using the NMEA2000 libraries from Timo Lappalainen: https://github.com/ttlappalainen. And the NMEA2000_esp32_c3 with TWAI CAN driver to support ESP32 C3
- Install PlatformIO Core Or PlatformIO IDE for VSCode
- Download development platform with examples
- Extract ZIP archive
- Run these commands:
# Change directory to example
$ cd platform-espressif32/examples/espidf-aws-iot
# Build project
$ pio run
# Upload firmware
$ pio run --target upload
# Clean build files
$ pio run --target clean