NMEA2000
NMEA2000 copied to clipboard
NMEA2000 library for Arduino
`@@ -250,12 +250,14 @@ bool IsFastPacketSystemMessage(unsigned long PGN) { * - 127245L: Rudder, pri=2, period=100 * - 127250L: Vessel Heading, pri=2, period=100 * - 127251L: Rate of Turn, pri=2, period=100...
Hello, I am working on a project to using CANBed - Arduino CAN-BUS Development Kit (ATmega32U4 with MCP2515 and MCP2551) to read data from CAN BUS such as RPM and...
Hello Timo, this is a great library! From issue https://github.com/ttlappalainen/NMEA2000/issues/128 I understand that today the recommended way to control binary switches is using Pgn 126208 (and then probably do a...
Hi, My gps receiver tracks up to 64 satellites but adding them all to a message would breach the message size limit. I guess I must use multiple message: what...
I am trying to see if IDF 3.0.0 (alpha 3) is usable, and I found these errors that are associated with your library. You may already be aware of them?...
I am having problems with my new 8mb/s MCP2562 (MICROCHIP MCP2562FD-E/MF). The problem is that when I connect power from nmea2000 the board does not boot and it is necessary...
I am having a weird issue in that i *occationally* get this old ESP-IDF-related problem again: ``` %HOME%/.platformio/packages/toolchain-xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld.exe: .pio/build/Hat_Labs_SH-ESP32/esp-idf/NMEA2000/libNMEA2000.a(N2kMsg.cpp.o): in function `round': %HOME%/\Projects\some_project/managed_components\NMEA2000\src/N2kMsg.cpp:52: multiple definition of `round'; %HOME%/.platformio/packages/toolchain-xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32/no-rtti\libm.a(libm_a-s_round.o):/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp-elf/src/newlib/newlib/libm/common/s_round.c:54: first defined...
I have been working on a solution based on the ESP32, using your code. The solution receives a N2K Source and translates to NMEA0183 through a wired connection, and also...
Hi, i making device for my NMEA 2000 Lowrance, i made my own PCB with atmega644pa and mcp2515 on it. So, on my board i started example TemperatureMonitor from NMEA2000...
Without breaking any compatibility, these changes extends tActisenseReader and tNMEA2000 classes to allow C++ interface style callbacks. This makes it easier to integrate with other C++ classes, instead of using...