radiosonde_auto_rx/auto_rx
Steven Honson d8d7d76bd1 Merge branch 'testing' into another-pop 2019-09-09 23:23:26 +10:00
..
autorx Merge branch 'testing' into another-pop 2019-09-09 23:23:26 +10:00
log Removed use of np.flip 2017-04-30 00:17:26 +09:30
test Add LMS6-400 entries to testing scripts. 2019-07-11 20:54:51 +09:30
utils Added changes to support 400 MHz LMS6 sondes. 2019-06-15 16:28:21 +09:30
README.md Update readme, version, config file example prior to merge request. 2018-12-10 19:32:23 +10:30
auto_rx.py Iterate over a copy of the dictionary 2019-09-09 22:29:07 +10:00
auto_rx.service Increase systemd service restart time to 2 minutes. Disable system log file by default. 2019-03-05 21:08:28 +10:30
auto_rx.sh Remove redirection of stderr log output to file in auto_rx.sh 2019-03-15 23:18:04 +10:30
build.sh Initial meisei IMS-100 support. 2019-09-08 18:16:18 +09:30
station.cfg.example Add note about habitat upload rates. 2019-06-22 21:13:06 +09:30

README.md

Automatic Radiosonde Receiver Utilities

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:

There is also a web interface provided (defaults to port 5000), allowing display of station status and basic tracking of the sonde position.

Currently we support the following radiosonde types:

  • Vaisala RS92SGP
  • Vaisala RS41SGP
  • Graw DFM06/DFM09

Support for other radiosondes may be added as required (please send us sondes to test with!)

This software performs the following steps:

  1. Use rtl_power to scan across a user-defined frequency range, and detect peaks in the spectrum.
  2. For each detected peak frequency, run the rs_detect utility, which determines if a radiosonde signal is present, and what type it is.
  3. If a radiosonde signal is found, start demodulating it, and upload data to various internet services.
  4. If no peaks are found, or if no packets are heard from the radiosonde in a given amount of time (2 minutes by default), go back to step 1.

The latest version can make use of multiple RTLSDRs to allow for tracking of many radiosondes simultaneously. The number of simultaneous radiosondes you can track is limited only by the number of RTLSDRs you have setup!

Refer to the wiki for the latest updates, and installation/setup instructions.

Please note this software is under constant development. Please update (git pull) regularly!

Contacts

You can often find us in the #highaltitude IRC Channel on Freenode.