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

Hello Everyone I am very new to Nema 2000 and slowly finding my way around, it looks like some excellent work has already been achieved. I am hoping to put...

Hello, I am trying to get into the NMEA PGN format. I find from nmea.org or other places the content of pgn, like PGN 129029 : field 1Sequence ID field...

Hi Timo, I'm trying to send with a Due over N2k bus Apparent wind Angle and speed infos by using PGN130306. ` void SendN2kWindSpeed(){ tN2kMsg N2kMsg; SetN2kWindSpeed(N2kMsg,1,mwsDampedms,mwaDamped,N2kWind_Apparent); NMEA2000.SendMsg(N2kMsg); } `...

I'm trying to bring up the library on a KeeYees ESP32 board (ESP32-WROOM-32 module, has "NodeMCU-32S" silk-screened on the underside, but otherwise poorly documented). I'm working with the MessageSender sketch...

As beginning to discuss on https://github.com/ttlappalainen/NMEA2000/pull/153 We would need some kind of lookup table for different EPFD Fix Types on NMEA2000 and AIS: **Edit 7.11.2019: Lookup Table for Encoding AIS...

Hi Timo, have here: ``` uint32_t _UserID; // MMSI uint32_t _IMONumber; char _Callsign[7]; uint8_t _VesselType; char _Name[20]; if ( ParseN2kPGN129794(N2kMsg, _MessageID, _Repeat, _UserID, _IMONumber, _Callsign, _Name, _VesselType, _Length, _Beam, _PosRefStbd,...

Hi, thanks a lot for your project. I have done a CAN library that uses the ST official arduino port for the stm32. https://github.com/stm32duino The library is at https://github.com/jiauka/NMEA2000_stm32f1 To...

Is there a possibility to establish a pretty small sensor using just an Arduino Nano for transmitting e.g. just the battery voltage? I understood that library space requirements won't comfortably...

Timo, any idea how this PGN is laid out other than the OpenSkipper xml file? Garmin are happy and show fuel flow using PGN127489 but Maretron DSM250 wants PGN127497 :(...

I'm trying to use the N2K library but there is no pinning hardware esp32 connecting in document directory. and just TXD an RXD define #define ESP32_CAN_TX_PIN GPIO_NUM_5 #define ESP32_CAN_RX_PIN GPIO_NUM_4...