dgatf / msrc

Multi Sensor for RC with RP2040 - FrSky D, SmartPort, XBUS, SRXL, IBUS, SBUS, Multiplex Sensor Bus, Jeti Ex Bus, Hitec
GNU General Public License v3.0
168 stars 41 forks source link

Inclusion of number of Sats locked onto please #66

Closed Mike-HRC closed 2 years ago

Mike-HRC commented 2 years ago

Hi Daniel - any chance that you could add in the number of satelites fixed onto into the data stream either transmitted as SATS or as TMP2 please. The GPS widget that I was hoping to try using uses the number of satelites to start GPS logging etc.

Cheers, Mike

dgatf commented 2 years ago

Smartport doesn't have a specific sensor for GPS SATS. Nor one called TMP2. Anyway I've added GPS SATS for smartport to a generic smartport sensor. See 495a80669f5f69303114de26740205986fc31f53

Re-discover sensors and you'll find a sensor at 0x5103. Rename the sensor as SATS and this may work with your widget if the condition is against the sensor name string. Otherwise I need to know also the sensor number for SATS expected by the widget

Mike-HRC commented 2 years ago

Thanks Daniel

Mike-HRC commented 2 years ago

That's worked a treat Daniel - thanks, all sorted now