k5map / BalloonTelemetry

5 stars 2 forks source link

Traquito voltage decoding issue #2

Open KevWal opened 5 months ago

KevWal commented 5 months ago

Hi

Hope you dont mind me opening another issue, but I think I found a minor voltage issue with your Traquito decoding.

My current payload decoded by Bill Brown's code. and these values seem about right for my office window sill right now and the 3v power supply:

b'N0PPP-591>APRS,TCPIP:/200637h5218.75N/00042.50WO090/000/A=000459 GPS:1 3.00V 18C 140m IO92PH QM9HVN NP43 47* 0kt N0PPP WSPR Pico Balloon 150 \r\n'

And the values from your code:

{'software_name': 'k5map-python', 'software_version': '0.4.3', 'uploader_callsign': 'G7PMO', 'time_received': '2024-03-11T20:00:00.000Z', 'payload_callsign': 'N0PPP-591', 'datetime': '2024-03-11T20:00:10.000Z', 'lat': 52.312, 'lon': -0.708, 'alt': 140, 'sats': 1, 'temp': 18.5, 'batt': 4.02, 'grid': 'IO92ph', 'comment': 'IO92ph 18.5C 4.02V To:?? Up:??m/s V:??Km/h Sun:?? Test'}]

Note the incorrect 4.02 battery voltage.

Cheers Kev