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

Dear M Timo Thanks again for your Work that huge . I am a domotic developper with all integrate solution with hard and software , and i would be glade...

Hi Timo, first of all thanks for the great work. I am just getting started with the lib and question about the canID's. I am using an ESP32 board with...

Hi! Please tell me how to properly parse satellites from NMEA 0183 and transfer them to NMEA2000. NMEA0183ParseGSV -> SetN2kGNSSSatellitesInView. Maybe there is a ready-made example? I can't do it...

Can `NMEA2000::ParseMessages` and `NMEA2000::SendMsg` be called from different threads safely?

Hi Timo, I am having a bit of trouble getting a few custom PGNs working reliably using an ESP32 and a couple of MCP chips. While your libraries built in...

First of all thanks for all the hard work you must have put into developing these libraries. I have an Evinrude Etec engine that I wish to read engine parameters...

Thank you all for this great NMEA library! Using the library on ESPs and Arduinos works perfectly fine. Now, there's a point where I would like to use the library...

When i keep my nmea2k bus running and change my PGN's is there a nice way to "push" out changes to the network when i update my program ? currently...

OriginWaypointNumber/DestinationWaypoint number passed in as uint8_t but read/written as uint32_t. so... when OriginWaypingNumber is set to N2kUInt8NA it is written to the N2K as 255 and not as N2kUnint32NA. //*****************************************************************************...