NMEA2000_esp32 icon indicating copy to clipboard operation
NMEA2000_esp32 copied to clipboard

Inherited object for use NMEA2000 with ESP32 boards

Results 12 NMEA2000_esp32 issues
Sort by recently updated
recently updated
newest added

Hi, First let me start by saying how much I appreciate the NMEA2000 project and I have already used it successfully with a couple of Arduino MEGAs although way through...

I'm using a board with an ESP32-WROOM-32U, 16MB module. I have replaced my ITC-5 with an Arduino DUE and the library of Timo ( thank you so much). Now I...

In my project I use this lib and the NMEA2000 lib for a converter NMEA0183/NMEA2000 on a nodemcu32 or AtomCAN or other ESP32 based boards. Whenever I start up with...

I'm using a board with an ESP32-WROOM-32U, 16MB module. My FW is an N2K projet using this code and also the companion NMEA2000 library (although a version from last November)....

It does not matter what I do with the library, it always throws these errors. This one was with the ActisenseListener example. ``` /home/johannes/.arduino15/packages/esp32/tools/xtensa-esp32s3-elf-gcc/esp-2021r2-patch5-8.4.0/bin/xtensa-esp32s3-elf-g++ -DHAVE_CONFIG_H "-DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\"" -DUNITY_INCLUDE_CONFIG_H -DWITH_POSIX -D_GNU_SOURCE "-DIDF_VER=\"v4.4.4\""...

Hi Timi. Help me please! I want to get raw data from CAN bus, in nmea 2000 network! How can they be read?

Hi Timo. thanks for your suggestions. I'm still here to bother you about it: be patient. I used the software simulator, now I would like to have a PGN generated...

hello, i am testing the libraries with my environment(ESP32-S3-MINI, ArduinoIDE), i installed 2 libraries: NMEA2000_esp32 and NMEA2000. after towards i ran code verify with simple gpio adjusments and i receive...

Hello, thank you for your fantastic libraries Unfortunately Arduino detects several errors when using the new ESP32 (S2,S3,C3). I'm currently trying sergei/NMEA2000_esp32_twai (https://github.com/sergei/NMEA2000_esp32_twai) You could implement the right libraries for...

I am porting a Teensy3.2 NMEA2000 application to ESP32. I'm using PlatformIO and an ESP32-WROOM-32E. platformio.ini is: ``` [env:esp32dev] platform = espressif32 board = esp32dev framework = arduino lib_deps =...