projecthorus / horusdemodlib

High Altitude Balloon Telemetry Library
GNU Lesser General Public License v2.1
48 stars 24 forks source link

Custom telemetry #219

Closed sp9skp closed 4 months ago

sp9skp commented 4 months ago

Hi Could you add my custom telemetry? Thanks

"SP9SKP": { "comment": "SKP telemetry", "struct": "<BBBBBHH", "fields": [ ["fix_voltage", "battery_5v_byte"], ["io_voltage", "battery_5v_byte"], ["reset_voltage", "battery_5v_byte"], ["pv_voltage", "divide_by_100"], ["time_to_fix", "none"], ["uv_max", "none"], ["uv_avg", "none"] ] }

darksidelemm commented 4 months ago

OK, this has been added - please test!

Also, really good to see others using the custom telemetry, I hope it works well for you!

sp9skp commented 4 months ago

Thanks! Looks like it's working fine. Custom telemetry is really good thing, It's better than APRS telemetry.