Implemented in C and designed to run on M5Stack Core S3 ESP-32 and the associated PWR CAN module. It connected to a Fastnet B&G network and collects raw data from the bus, it then converts them to NMEA messages and broadcasts over UDP.
- M5Stack Core S3 - don't forget seperate power supply required for this!!
- M5Stack Power CAN Module
- Rename secrets_template.h to secrets.h
- Configure wifi SSID and password in secrets.h
- Configure the UDP port (if required) in the .ino file
- Use the Arduino IDE to compile nad load to the Core S3 (SE) module
