radiosonde_auto_rx/m10
Zilog80 3f6e349b56 pilotsonde: option -b 2017-05-17 16:21:51 +02:00
..
pilotsonde pilotsonde: option -b 2017-05-17 16:21:51 +02:00
M10V05.jpg
M10v05-BSL.png
M10v05-JTAG.png
M10v05-JTAG_BSL.jpg
README.md readme-info update 2017-02-07 15:30:48 +01:00
m1x12.c m10: ury 2017-04-25 23:09:02 +02:00
m1x12_20170424.c m10: ury 2017-04-26 11:21:36 +02:00
m10_20150206.jpg
m10_msp430.txt
m10c_part.c
m10ury20160721.c M10 Ury 2016-07-21 2016-07-24 11:50:24 +02:00
m10x.c M10: buffer=0 for post-processing 2016-11-02 15:50:36 +01:00

README.md

Radiosonde M10

Tools for decoding M10 radiosonde signals.

Files

  • m10x.c - M10 decoder

    Compile

    gcc m10x.c -lm -o m10x

    Usage

    ./m10x [options] <audio.wav>

    • <audio.wav>: FM-demodulated signal, recorded as wav audio file
    • options:
      -r: output raw data
      -v, -vv: additional data/info (velocities, SN, checksum)
      -c: colored output
    Examples
    • ./m10x -v 20150701_402MHz.wav
      ./m10x -vv -c 20150701_402MHz.wav
      ./m10x -r -c 20150701_402MHz.wav
      sox 20150701_402MHz.wav -t wav - lowpass 6000 2>/dev/null | ./m10x -vv -c

  • pilotsonde/m12.c - Pilotsonde

    Compile

    gcc m12.c -lm -o m12