greenhouse69

Results 10 issues of greenhouse69

I am testing the NMEA2000ToWiFiAsSeaSmart example. I have modified the code by simply changing the WiFi mode from STA to AP. The issue is that I am trying to implement...

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.SetN2kCANReceiveFrameBufSize(250); And yes, for the TX one: NMEA2000.SetN2kCANSendFrameBufSize(250);...

In the case of sending two messages with the same PGN 130316, for example, OutsideTemperature from two different sensors, should I only send each message with a different tempInstance? Is...

I have read the documentation, but I have some doubts. To define 'tN2kTempSource' as 'SeaTemperature,' what would be the correct way? void SendN2kTemp(double temp) { SetN2kEParameters(N2kMsg, 255, **N2kts_SeaTemperature**, (temp), N2khs_Undef,...

I currently have two independent devices connected to the nmea 2000 network. The problem is that when I list the devices the plotter (lowrance) only finds one, but they both...

I have 3 devices on the bus: Lowrance MDF Esp32 with ActisenseListenerSender. Esp32 with sender 3 temperatures and a fluid level. I can perfectly see the sent PGNs in nmea...

I have been able to read the documentation and I do not understand the concept of this value: set temperature. I have seen it in PGN130316 and in PGN130312. If...

Hello everyone, I have been able to review the documentation at (https://ttlappalainen.github.io/NMEA2000/index.html). I have been able to verify that all the links with nmea.org are broken: List of all Manufacturer...

Hallo, ich fange gerade mit diesem Thema an und teste deinen NMEA2000-Data-Sender-Code. Es gibt eine Zeile, die ich nicht verstehe: unsigned int size; in void loop() {. Warum wird diese...

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...