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'm trying to make coverter NMEA0183 to NMEA2000, transfer the CAN bus to Linux PC and see the time and coordinates on GPSD. GPSD receives the N2kGNSS packet (PGN 129029:...

Hi, I'm trying to interface Materon DST100 with Arduino Mega using this example - https://github.com/ttlappalainen/NMEA2000/blob/master/Examples/ArduinoGateway/ArduinoGateway.ino and following this document for connections https://github.com/ttlappalainen/NMEA2000/blob/master/Documents/ArduinoMega_CAN_with_MCP2515_MCP2551.pdf 1. Where can I find the product information...

Thanks for a great library. This has helped us a lot in prototyping stages and still is. We have an issue where the program hangs and becomes unresponsive after a...

Hello Timo, I tried to get the library up and running on my Arduino Uno, in debug mode. (I don't have a CAN board connected (yet)). It behaved strange and...

Hi, i have a simple sketch send two engine flow rate, this is part of code: ``` double Engine0Flow() { return lh1; } double Engine1Flow() { return lh2; } void...

Want to develop the board at home rather than on the boat. Are there any simulator apps that can output general 0813 sentences and/or N2K frames?

I'm looking to build an NMEA 0813 to NMEA 2000 multiplexer with this library. From what I understand, I will need one MAX3232 Transceiver for each incoming NMEA 0813 connection,...

First, can't tell you how thrilled I am to find this NMEA2000 library and the excellent documentation. Me, an EE by trade. Do a lot of HW design and play...

Which PGN should be used to send an Illumination or back-light control to all displays configured to receive this setting from the network?

this lib is for master or slaver? thank you! craig