NMEA2000_esp32
NMEA2000_esp32 copied to clipboard
Inherited object for use NMEA2000 with ESP32 boards
Verified using [esp32-s3-tiny](https://www.waveshare.com/esp32-s3-tiny.htm ) [esp32-s3-dev-kit-n8r8](https://www.waveshare.com/esp32-s3-dev-kit-n8r8.htm) [sn65hvd230-can-board](https://www.waveshare.com/sn65hvd230-can-board.htm) Sorry Timo i have to recreate https://github.com/ttlappalainen/NMEA2000_esp32/pull/28 from fork / branch so it is easier to use from Platform io as `https://github.com/offspring/NMEA2000_esp32.git#add-esp32s3` in lib...
Mr. Lappalainen I have a Garmin GPSMAP 923 which requires GarminGPS module over NMEA2000. But **I don't want to buy new** device anymore. Can I redirect my ublox data to...
Anyone have any success here? I've been hitting a number of issues and have tried some of the forks which have updated this library Using this library I hit this...
After upgrading my projects to arduino esp32 platform 3.0.7 with IDF 5.1.4 the file NMEA2000_esp32.cpp did not compile any more. There where breaking changes from IDF 4 to 5. This...
Was looking through the project in search for a NMEA2000 Diagnostic tool. Did some testing with the M5 Atomic CAN module, but i can only see the information, and not...
Using the Adafruit Metro ESP32-S2. On initial attempt got following errors: /home/lasse/Arduino/libraries/NMEA2000_esp32/NMEA2000_esp32.cpp:124:23: error: 'PERIPH_CAN_MODULE' was not declared in this scope; did you mean 'PERIPH_USB_MODULE'? /home/lasse/Arduino/libraries/NMEA2000_esp32/NMEA2000_esp32.cpp:128:27: error: 'DPORT_PERIP_CLK_EN_REG' was not declared...
My [NMEA2000 electronic compass project](https://github.com/dougbert-b/nmea_compass/tree/BNO055) has built and worked fine for the last couple of years, but I noticed a couple of compiler warnings when compiling NMEA2000_esp32.cpp in the Arduino...