-
Can `NMEA2000::ParseMessages` and `NMEA2000::SendMsg` be called from different threads safely?
-
Douwe, can you please review this page and advise regarding any textual changes, removals, additions that are needed?
This is discussing a somewhat generic setup, and perhaps we should also have link…
-
*marconi:*
Supply the following if possible:
- Device problem occurs on
I tried it on GL-AR150, but it should reproduce on any device w/ USB
- Software versions of LEDE release, packages, …
-
*marconi:*
Supply the following if possible:
- Device problem occurs on
I tried it on GL-AR150, but it should reproduce on any device w/ USB
- Software versions of LEDE release, packages, …
-
If the "Navigation Data" option is enabled in the plugin this exception appears in the log:
Mar 17 17:23:55 TypeError: Cannot read properties of null (reading 'latitude') at callback (/home/pi/.sign…
dpazz updated
1 month ago
-
DBT values as provided by basic esp32-nmea2000 hold 'depth below transducer' values. In everyday use this is not a common reading - 'depth below keel' is much more popular. To calculate this, the di…
-
I'm using ESP32-WROOM-32D with mcp1525 board (8Mhz).
I'm using this declaration
#define N2k_CAN_INT_PIN 21
if I set N2k_CAN_int_pin I get this error
![immagine](https://github.com/user-at…
merco updated
3 months ago
-
Hello,
I try to use the plugin with a Raymarine SPX 30, NMEA2000 compatible ( I choose NMEA2000 in the plugin's config).
When I push AUTO, or STBY, or WIND or TRACK. Nothing happens but I can see …
-
Hi,
I have a question about connection hardware ,Can I read wind data from NMEA2000 by doing this connection ?,
![schémaaneno](https://user-images.githubusercontent.com/93643631/158212508-01688a55…
-
Hello every body;I have tested std::bind and lambda with no success my code:
```
`#include "Arduino.h"
#include
#include
class Derived {
public:
tNMEA2000 *pNMEA2000=0;
void handleNMEA2000…