NMEA2000
NMEA2000 copied to clipboard
NMEA2000 library for Arduino
Hi Timo - Thank you for all of the help. This library and examples have helped me to set up a number of things on my boat. However, I have...
I have been able to read the documentation and I do not understand the concept of this value: set temperature. I have seen it in PGN130316 and in PGN130312. If...
Hello every body;I have tested std::bind and lambda with no success my code: ``` `#include "Arduino.h" #include #include class Derived { public: tNMEA2000 *pNMEA2000=0; void handleNMEA2000Msg(const tN2kMsg &N2kMsg) { }...
Hi! Is there some kind of collection of confirmed working CAN transceivers with the NMEA2000 library? Here is my findings with ESP32: Texas Instruments SN65HVD230 - Marked "VP230" - Doesn't...
Hello everyone, I have been able to review the documentation at (https://ttlappalainen.github.io/NMEA2000/index.html). I have been able to verify that all the links with nmea.org are broken: List of all Manufacturer...
I started building a new STM32 NMEA2000 CAN library on top of the STM32 CAN HAL library. https://github.com/BitterAndReal/NMEA2000_STM32 I was not yet able to compile the NMEA2000 lib with STM32CubeIDE....
Hello Timo, I want to use several fluid sensors with one ESP32. Is it possible to send data from the sensor to different PGN? for example 12505,12506,12507. In which file...
Hello Timo, Thank you for your fantastic work on this library! I am building a few devices for our boat's (https://svsunnyspells.com/) NMEA/SIMNET bus. It's a bit tricky to test things...
Timo Hi. The question is, I have several gps sources in the Nmea2000 network! When using the ParseN2kGNSS function, how can I choose where from the network I can get...
Hi All, All working fine so far on my project thanks to this great resource. I have a simple question though. I'm using a Teensy 4.1 & have used the...