NMEA2000 icon indicating copy to clipboard operation
NMEA2000 copied to clipboard

NMEA2000 library for Arduino

Results 188 NMEA2000 issues
Sort by recently updated
recently updated
newest added

I always run in problems compiling example: DataDisplay2.ino or any function receiving NMEA2000. I fixed it as follows: There is a missing function / error in actual GITHUB versions of...

The little documentation I can find seems to be several years old. In the absence of a detailed guide is the best supported hardware to buy the Arduino Uno R3...

I am trying to learn about CAN Bus and the NMEA 2000 standard. I have 2 Teensy 4.1 with two SN65HVD230 Transceivers. I am trying to use the Kave Oy...

Hi I am interested to use PGN 126208 to change basic settings on my sensors (like read rate or instance id) from another device on the N2K bus. Do you...

In some messages, the AIS Transceiver Information field is hard-coded as 0xff, which creates problems downstream. Specifically for AIS, without this information, a display or gateway may not know whether...

I have a large project implemented with Arduino-Framework (1.8.13), also with many N2K-components - it works fine :-) But now it's time to upgrade the framework from Aruduino to PlatformIO...

This class does not define peek() in its non-Arduino implementation. Is it supposed to return int like read(), but without advancing the read pointer? #ifdef ARDUINO // Arduino users get...

I just bought a pair of teensy 4.0 and Waveshare SN65HVD230 CAN boards. I am using the message sender and datadisplay2 examples but compiled with the teensyx library like this...

3540881 : Pri:3 PGN:126992 Source:2 Dest:255 Len:8 Data:ff,ff,ff,ff,ff,ff,ff,ff N2kSysDateTime(2): SID=255, Date=65535, time=-0.0001, Source=15 should be returning N2kDoubleNA for time... SystemTime=N2kMsg.Get4ByteDouble(0.0001,Index); should really be SystemTime=N2kMsg.Get4ByteUDouble(0.0001,Index); here is the current code showing...

Hi to everybody and tanks a lot for this magnific library!! I'm replaicing my iTC-5 device with an arduino DUE. With this opportunity I also want to export some data...