Skip to content

lyusupov/flare

 
 

Repository files navigation

Build Status

nRF905 demodulator/FLARM decoder

make                                            # compile everything
rtl_sdr -f 868.05m -s 1.6m -g 49.6 -p 49 - |    # tune to 868.05 MHz, set sample rate to 1.6 MHz, gain to 49.6 dB, and tuner error to 49 ppm
    ./nrf905_demod 29 |                         # demodulate nRF905 packets with 29 bytes per message
    ./flarm_decode 43.21 5.43 12                # decode FLARM packets for ground station located at latitude 43.21, longitude 5.43 and geoid height 12

OGNTP demodulator/decoder

rtl_sdr -f 868.05m -s 1.6m -g 49.6 -p 49 | ./ogntp_demod 29 | ./ogntp_decode

PilotAware demodulator/decoder

rtl_sdr -f 869.52m -s 0.921600m -g 15.6 -p 120 - | ./sv6x0_demod 31 | ./p3i_decode

References

About

📺 Nordic nRF905 , OGN tracker and PilotAware (SV650/Si4432) demodulators. FLARM, OGNTP and P3I decoders.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.5%
  • C 36.0%
  • Makefile 0.5%