-
I´m using an esp8266 to send the battery information over TCP to the esp32-nmea2K. Messages are in nmea0183 format with XDR sentences
For example:
`$JCXDR,U,12.0,V,I,2.5,A,C,25.0,C,BAT1*hh`
I can…
-
Hello Timo
My question is about the Reference Value of the NMEA2000 Sentences. I think that you use the NMEA2000 Manual from the NMEA Organisation, right?
_Example Wind with 4 Reference Value from …
-
Hi, i have a simple sketch send two engine flow rate, this is part of code:
```
double Engine0Flow() {
return lh1;
}
double Engine1Flow() {
return lh2;
}
void SendN2kFlow() {
tN2k…
tmsio updated
5 years ago
-
-
Thank you for your great NMEA2000 library.
I managed to get this working well on a Raspberry Pi Pico with the CANPico carrier board from Canis Labs (from SK Pang). The port to the Canis Labs SDK wa…
-
Hi there,
It would be great if you can implement this PGN. I have this list of the fields:
128002 Electric Drive Status (Rapid Update)
1 Inverter/Motor Controller (specifies which system the PGN …
-
Whenever I use these libraries CAN_BUS_Shield NMEA2000 NMEA2000_mcp
and any of the examples in NMEA2000 I get "failed to open CAN device".
However, if I use just the MCP2515 library I can get th…
-
Hi
This is a great NMEA2000 library, and i would like to use it for a project based on a AT90CAN avr-board.
This board is unfortunately not supported in the arduino IDE, and anyway i would prefer to…
-
First, can't tell you how thrilled I am to find this NMEA2000 library and the excellent documentation.
Me, an EE by trade. Do a lot of HW design and play quite a bit with Arduino. I get by with C++.
…
-
Only including the LVGL and NMEA2000 libraries, the sketch can't be verified on Arduino IDE 1.8.10.
It appears to be missing ILI9488_t3.h, so after some digging I included a library that seems to w…