Automatic Radiosonde Receiver Utilities
 
 
 
 
 
 
Go to file
Mark Jessop 0ac0315033
Merge pull request #259 from projecthorus/testing
v1.2.3 release - Handle DFMxB sondes, fix some blocklist issues.
2019-12-15 15:01:38 +10:30
auto_rx Version change for 1.2.3 release. 2019-12-15 14:55:10 +10:30
demod Rebase decoders. 2019-10-13 15:14:29 +10:30
imet Update test_demod.py 2019-10-02 21:01:26 +09:30
m10 Removed -T indication from M10 serial number. 2019-09-21 17:55:13 +09:30
meisei Initial meisei IMS-100 support. 2019-09-08 18:16:18 +09:30
mk2a Added initial support for MK2A telemetry. 2019-06-01 21:10:51 +09:30
scan Rebase decoders. Switch to m10mod demod, switch to IQ input for dft_detect for all sondes except LMS6-1680. 2019-10-04 22:38:38 +09:30
utils Add fsk_demod. 2019-03-03 15:06:12 +10:30
.gitignore Update gitignore 2019-10-04 23:20:15 +10:00
Dockerfile Use a build container 2019-10-17 21:00:15 +11:00
README.md Version change for 1.2.3 release. 2019-12-15 14:55:10 +10:30
autorx.png Add logo. 2019-09-05 19:24:46 +09:30

README.md

auto_rx logo

Automatic Radiosonde Receiver Utilities

Please refer to the auto_rx wiki for the latest information.

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 RS92
  • Vaisala RS41
  • Graw DFM06/DFM09/DFM17/PS-15
  • Meteomodem M10 (Thanks Viproz!)
  • Intermet iMet-4 (and 'narrowband' iMet-1 sondes)
  • Lockheed Martin LMS6 and Mk2a
  • Meisei iMS-100

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.

This software is under regular development. Please update regularly to get bug-fixes and improvements!

Contacts

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