Great to see these being recovered!
Supporting these in auto_rx is not impossible, but may be a little bit challenging. There are a few reasons behind this:
- The Weathex sondes are much wider in bandwidth than other 400 MHz sondes. This means that I'm going to need to add a 'wideband' mode to auto_rx to enable these to be detected. The presence of the two widely-spaced tones may also cause issues with peak detection.
- The preamble for the weathex sondes will need to be added to the detector code. I'm unsure if this will have impacts (e.g. false detections) on other radiosonde types.
- We need to know how to decode the serial number (on the label of the sonde) from what's in the telemetry.
Having one of these sondes as a sample will make supporting it in auto_rx a lot easier.
Are your launch sites using consistent frequencies? It may be possible to set up an 'always_decode' decoder instead of having auto_rx scan as an interim step.
Cheers,
Mark