NMEA2000 icon indicating copy to clipboard operation
NMEA2000 copied to clipboard

NMEA2000 library for Arduino

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

Thx again for your outstanding libraries! To make it easier to stay up-to-date, it would be great if you could use _git tag_s to annotate version info and _Github releases_...

https://github.com/ttlappalainen/NMEA2000/blob/c2de650e9abe943da7c87f6a6c03796c4f7b3234/src/N2kMsg.cpp#L587 eg https://github.com/SpenceKonde/megaTinyCore/issues/738 there may be other round macros that behave unexpectedly, round((value/precision)) should protect. I was seeing less precision that expected.

I was compiling the library inside my project and my compiler would complain creating an instance of tSocketStream because it was of abstract type. Since tSocketStream doesn't implement peek(), this...

temperature monitor example works well but I've a problem with it. when you turn on the nmea2k network , b&g mfd can't see the device. however if i turn on...

What is the best CAN transceiver to purchase for an ESP32?

Hi. I’m trying to use this great NMEA2000 library on a STM32. How do I specify which SPI port to use? I also have a TFT connected, which needs max...

Hi, I'm working on a sensor that uses STM32F302 mcu. The device must be able to be connected to a NMEA2000 network and provide information about the depth and temperature...

First great tanks! Its run perfectly with my ESP32.... My VHF RO6800(AIS) is NMEA2000 is there a code source library to SET AIS ( !AIVDM) NMEA183 Sentences? (PGN 129038,129039,129040,129041,129792 to...

Looking at canboat and comparing their completed entry for PGN129794 I believe there is an error in setting and parsing of (tN2kAISTranceiverInfo)AISinfo. The code has N2kMsg.AddByte(AISinfo & 0x1f); I believe...

Hi I am looking for the complete document that determines the data field for each NMEA message as in the picture ,please ![nm](https://user-images.githubusercontent.com/93643631/160854745-6e5393b1-8b01-4adb-91ae-b22b69ffa148.PNG) Thank you