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 have a question, not really an issue: I have an airmar Weatherstation 150WX on the NMEA2000 bus., which among other features also has a compass. unfortunately, this is a...

May be a little of topic, but ist there any way to get the non-free version without the hardware. What would it cost? "Try with my NMEA Simulator (http://www.kave.fi/Apps/NMEA-Simulator/NMEA-Simulator.7z). It...

Hello I am working on a project that needs to use the NMEA2000 Alert system on my Raymarine plotter, PGN's 126983 ~ 126988, but I cannot seem find any functionality...

Hello Timo, I would like to ask you if you have any experience with the AC inputs? I am trying to make a program to run the information of AC...

AIS message 21 (ATON report) is quite frequent near shore, so I'd like to add this to the library. Do you have any knowledge of it? I think I have...

Dear all, I start to use your library with Teensy 3.6 with the Dual Can transceiver found on Tindie (https://www.tindie.com/products/Fusion/dual-can-bus-adapter-for-teensy-35-36/). The Flexcan CanTest (and the ObjectOriented test) works. Then I...

An error was thrown compiling **catch.hpp** with GCC compiler (GNU Arm Embedded Toolchain 10.3-2021.07) ``` NMEA2000/third-party/catch/catch.hpp:6516:27: error: 'SA_ONSTACK' was not declared in this scope; did you mean 'SS_ONSTACK'? 6516 |...

Compiling the library GCC compiler (GNU Arm Embedded Toolchain 10.3-2021.07) throws this error: ``` NMEA2000/src/ActisenseReader.cpp:117:33: error: 'class N2kStream' has no member named 'peek' 117 | while ((NewByte = ReadStream->peek()) !=...

![image](https://user-images.githubusercontent.com/88584724/134984802-e67a70b3-408d-46b8-8c24-aeb336d12902.png) Hi I successfulle uploaded the TemperatureMonitor example after chaning to: Serial.begin(115200); NMEA2000.SetForwardStream(&Serial); and //NMEA2000.EnableForward(false); I downloaded NMEA reader according to instructions and get the attached error messages timeout and...

I try to compile example ActisenseListenerSender in NMEA2000 downloaded from Github. And I get the following error below. What am I doing wrong? C:\Users\ULundqvist\Documents\Arduino\libraries\NMEA2000_due\NMEA2000_due.cpp: In member function 'virtual bool tNMEA2000_due::CANOpen()':...