wellenvogel / esp32-nmea2000

nmea2000 gateway with ESP32
GNU General Public License v2.0
65 stars 31 forks source link

Enable GPS to N2K Timer #93

Closed hwater closed 3 weeks ago

hwater commented 3 weeks ago

When trying to use the internal GPS (obp60v2 or others) i get only sporadic Outputs via SignalK via Can out (129025).

I want to use the newer GPS from OBP60 as it is more sensitive. So please let us define also an timer how often it goes to can-out. Now only the pgn 129540 pings out every second. This is perfect but should also be configurable.

Maybe all this should go into an obp60-task, but i think the output of the PGNs should be configurable globaly on an page with checkboxes and timers for the sensors.

I Like your Work - Holger

wellenvogel commented 3 weeks ago

Basically the converter sends out the N2K message whenever the corresponding NMEA0183 message is received - beside the min2KInterval (default 50ms). For the data that is directly read by the OBP60 this is handled in the OBP60 code. So if you feel that the data should be send at a different interval you should create an issue there.