radiosonde_auto_rx/auto_rx
Mark Jessop acf665044e Fix auto_rx.sh paths. 2017-12-17 21:51:39 +10:30
..
log
utils Fix rtlsdr gain setting issues. Added dwell_time parameter to speed up scans a bit. Added rtl_power plotting util. 2017-12-17 12:14:20 +10:30
README.md Updated systemd service, and made documentation point to the github wiki. 2017-12-17 18:29:32 +10:30
aprs_utils.py
async_file_reader.py
auto_rx.py Fix habitat listener position upload. 2017-12-17 16:05:30 +10:30
auto_rx.service Updated systemd service, and made documentation point to the github wiki. 2017-12-17 18:29:32 +10:30
auto_rx.sh Fix auto_rx.sh paths. 2017-12-17 21:51:39 +10:30
build.sh Updated for RS41 - needs testing with real radiosonde 2017-12-09 21:11:53 +11:00
config_reader.py Added preliminary rotator support. Needs to be tested with a real rotator at some point. 2017-12-17 15:52:36 +10:30
findpeaks.py
gps_grabber.py Added RTLSDR bias-tee option. 2017-05-24 20:49:44 +09:30
habitat_utils.py Cleaned up some un-necessary prints. 2017-05-08 22:25:33 +09:30
horizon_calc.py Added basic horizon calculator script. 2017-05-28 10:36:51 +09:30
ozi_utils.py Fixed CRC bug (derp). Added time output to payload summary, added udp port selection to config files. 2017-09-09 16:10:20 +09:30
rotator_utils.py Added preliminary rotator support. Needs to be tested with a real rotator at some point. 2017-12-17 15:52:36 +10:30
station.cfg.example Added preliminary rotator support. Needs to be tested with a real rotator at some point. 2017-12-17 15:52:36 +10:30

README.md

Automatic Radiosonde RX Station Extensions

This fork of rs1279's RS codebase provides a set of utilities ('auto_rx') to allow automatic reception and uploading of radiosonde positions to multiple services, including:

Currently we support the following radiosonde types:

  • Vaisala RS92SGP
  • Vaisala RS41SGP Support for other radiosondes may be added as required (send us sondes to test with!)

The key changes from the RS master codebase are:

  • Addition of the auto_rx directory, containing the auto_rx automatic reception software
  • Modifications to the rs92ecc and rs41ecc decoders, to provide telemetry output in JSON format.

Refer to the wiki for installation and setup instructions.