Skip to content
/ flare Public
forked from creaktive/flare

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

License

Notifications You must be signed in to change notification settings

lyusupov/flare

This branch is 22 commits ahead of creaktive/flare:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1bbc4c3 Â· Jan 7, 2021

History

86 Commits
Feb 4, 2018
Nov 9, 2017
Mar 25, 2017
Dec 9, 2014
Nov 20, 2017
Jan 7, 2021
Nov 22, 2017
Apr 9, 2018
Apr 25, 2018
Nov 22, 2017
Nov 22, 2017
Oct 9, 2014
Dec 21, 2014
Jan 7, 2021
Nov 6, 2017
Jan 7, 2021
Nov 24, 2017

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%