k5map / BalloonTelemetry

5 stars 2 forks source link

Balloon Telemetry

A Python script to process Amateur Radio balloon data from WSPR Live and upload it to multiple sites where it can be tracked on SondeHub and APRS.fi web sites.

Balloon Trackers Supported

Features

Contribute

Don't hesitate to report any issues, or suggest improvements; just visit the issues page. If you wish to assist with development, please contact me prior to making a Pull request.

Installation

Requirements: Python v3.x

$ git clone https://github.com/k5map/BalloonTelemetry 
$ pip install urllib3
$ pip install requests
$ pip install maidenhead
$ pip install configupdater

Execution

$ python BalloonTelemetry.py callsign-999   [balloon callsign and SSID to be shown on APRS.fi or SondeHub ]

Testing

Within the CFG file, set the value of uploadsite = T. This will process all of the data, prepare it for uploading but not acutally upload any data. This way you get a full run and can view the log file for any errors.

Planned Enhancements

Original developer

Author: Mike Pate (email) - K5MAP