-
The temperatures read from PGN 130312 are sometimes unrealistic. These temperatures seems to be fixed around -272.3C and +380.8C. I do not know the source of the errors. Maybe they are wrongly reporte…
-
Then the application can call CAN_Ini if, for whatever reason, communication can not be established upon starting EPS32. In my case ESP32 is tarted before power to NMEA was provided.
```cpp
if (…
-
I have received the SH-ESP32 Development Board SKU:sh-esp32 and, following the instructions contained in the below link, I have uploaded the firmware.
https://docs.hatlabs.fi/sh-esp32/pages/tutorial…
-
NMEA 2000 fast packets are used for many packets in NMEA2000, including some GPS messages and PGN 128275. Being able to specify the type of packet (ISO11783, NMEA200FP, STANDARD) would be useful for t…
-
In another thread, we discuss architectures for integrated NMEA2000 support in OpenCPN.
One topic that arises is the potential need for a common NMEA2000 PGN decoder library, usable by core OpenCPN, …
-
Hi,
I would like to use your library in combination with the NMEA2000 library made by Timo Lappalainen, to create a low power NMEA2000 reader for our boat. I have looked into the ESP32 but it consu…
-
Hi Andreas,
I use the NMEA2000 library for my custom project.
It looks like your [ESP32 CAN / TWAI driver](https://github.com/wellenvogel/esp32-nmea2000/blob/master/lib/nmea2ktwai/Nmea2kTwai.cpp) is…
-
Issue with v0.2:
hardware gateway: Actisense NGT-1,
OpenCPN serial, in/out, NMEA 2000, COM3, 115200 baud
59904 are in the Debug Window, from src ids: 3 (NF80), 12 (Precision-9), 21 (IS40), 22 (IS4…
-
Hello,
when I try to compile for ESP8266 get
In file included from /Users/master/Documents/Arduino/libraries/NMEA2000/src/NMEA2000_CAN.h:144:0,
from /var/folders/p_/j24qpcws45…
-
I started building a new STM32 NMEA2000 CAN library on top of the STM32 CAN HAL library.
https://github.com/BitterAndReal/NMEA2000_STM32
I was not yet able to compile the NMEA2000 lib with STM32Cu…