norbert-walter / esp32-nmea2000-obp60

nmea2000 gateway with ESP32
GNU General Public License v2.0
12 stars 8 forks source link

Problems with bad WiFi networks #57

Closed norbert-walter closed 2 years ago

norbert-walter commented 2 years ago

Communication problems can occur in WiFi networks with high network utilization or in the event of radio interference from other devices. This applies in particular to TCP data connections. Data may arrive late or be delayed. The web interface is also affected. The disturbances lead to a higher processor load and the use of more memory because error handling is running in the background. Depending on the total load on the CPU, a memory crash can occur due to a lack of free memory.

One solution can be the use of wired data transmission such as NMEA0183 or NMEA2000.

norbert-walter commented 2 years ago

See solution in last info.