-
Hello. You can open this panel using arduino ide and nmea2000 library?
-
Hi,
I want to read, as a start position, course, speed on my boat running NMEA2000. I have a on the boat pc running Linux. Would this library be able to help reading from the NMEA2000 net ?
Do t…
-
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 GP…
-
I'm trying to port my NMEA2000 application to an STM32F1 in order to get a little more resources.
I get a compile error due to include of MapleIntCompatibility.h in NMEA2000_CAN.h (added in commit …
KimBP updated
7 years ago
-
NMEA2000 address claim messages sometimes result in this error message being displayed.
I will look at this over winter.
It is possibly an error in the Canboat descriptor for this PGN.
I might …
-
Hi there, sorry for the off topic issue but I wasn't sure how to reach you @peterantypas
I'm wondering if you've given any thought to using an ESP32 as an NMEA gateway. It seems like a simple and o…
-
I use the Arduino MKR Zero (SAMD21 Cortex-M0+ based) and the MKR Can shield (MCP2515 based) with your librarys.
The hardware works, I can read NMEA2000 packets interpreted as standard can extended pa…
ghost updated
3 months ago
-
Hi,
First let me start by saying how much I appreciate the NMEA2000 project and I have already used it successfully with a couple of Arduino MEGAs although way through to talking with a Garmin disp…
-
A conceptual question, in tNMEA2000::N2km_NodeOnly mode (I understand it is Tx only), shouldn't I implement the Rx buffers:
NMEA2000.SetN2kCANMsgBufSize(6); default 5 messages.
NMEA2000.SetN2kCANR…
-
My program works without problem on a ESP32 DEV MODUL. But I bought an ESP32 S3 Dev Kit as I got interest to the two USB port of this module. For this ESP I have to choose "ESP32 S3 Dev Module" as boa…