NMEA2000_esp32 icon indicating copy to clipboard operation
NMEA2000_esp32 copied to clipboard

Trying to get a ESP32-c6 to work but running into problems.

Open mikewindlake opened this issue 10 months ago • 3 comments

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 error NMEA2000_esp32.cpp:33:10: fatal error: soc/dport_reg.h: No such file or directory 33 | #include "soc/dport_reg.h"

I am using the 3.1.1 version of https://github.com/espressif/arduino-esp32

Is there a simple update I can make to get past this?

mikewindlake avatar Jan 21 '25 14:01 mikewindlake

I found that the esp32-c6 doesn't have a dport_reg.h but has the headers where are referenced by the dport_reg.h but ran into other problems with variable names

mikewindlake avatar Jan 28 '25 14:01 mikewindlake

@mikewindlake any luck with this?

diegofanesi avatar Sep 17 '25 07:09 diegofanesi

No I ended up going just using a 8266

mikewindlake avatar Sep 17 '25 10:09 mikewindlake