norbert-walter / esp32-nmea2000-obp60

nmea2000 gateway with ESP32
GNU General Public License v2.0
11 stars 5 forks source link

dev20220528: DTW (distance to waypoint) not displaying continously but showing intermittent '---' #70

Closed W-Geronius closed 1 year ago

W-Geronius commented 2 years ago

see attached video

setup: display is connected to AvNav running on raspberry. AvNav webpage displays DTW continously in browser view

https://user-images.githubusercontent.com/18160302/177607537-0f809f70-d723-479e-ab88-ef78f4c6e250.mp4

norbert-walter commented 1 year ago

We must contact Andreas for this problem.

wellenvogel commented 1 year ago

Can you check the router settings in AvNav? By default RMB is potentialky only send every 5s. But the display has 4s timeout for the values. Just set the RMB interval to e.g. 1s in AvNav.

norbert-walter commented 1 year ago

Where can I put the value?

W-Geronius commented 1 year ago

image

At present I have no working system at hand - I'll check that asap. Promising idea

norbert-walter commented 1 year ago

I think this solve the problem.

W-Geronius commented 1 year ago

Can you check the router settings in AvNav? By default RMB is potentialky only send every 5s. But the display has 4s timeout for the values. Just set the RMB interval to e.g. 1s in AvNav.

Setting RMB interval to 3s does indeed solve the problem. Thanks