All Projects → creaktive → flare

creaktive / flare

Licence: GPL-3.0 license
nRF905 single-chip radio transceiver demodulator + FLARM protocol decoder

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to flare

Softrf
✈️ Multifunctional, compatible DIY general aviation proximity awareness system
Stars: ✭ 321 (+529.41%)
Mutual labels:  radio, traffic
Airspy Fmradion
Software decoder for FM/AM broadcast radio with AirSpy R2 / Mini, Airspy HF+, and RTL-SDR
Stars: ✭ 59 (+15.69%)
Mutual labels:  radio, rtl-sdr
Rtlsdr Scanner
A cross platform Python frequency scanning GUI for the OsmoSDR rtl-sdr library
Stars: ✭ 544 (+966.67%)
Mutual labels:  radio, rtl-sdr
vor-python-decoder
Decodes VOR signal from WAV file to get the bearing to your position
Stars: ✭ 33 (-35.29%)
Mutual labels:  radio, rtl-sdr
PlotRTL1090
3D visualization of air traffic through RTL-SDR (dump1090) and MATLAB
Stars: ✭ 107 (+109.8%)
Mutual labels:  aviation, rtl-sdr
Localradio
📻 LocalRadio is "Radio for Cord-Cutters" – a Software-Defined Radio (SDR) app for your Mac and mobile devices. With an inexpensive RTL-SDR USB device, LocalRadio provides a casual, home-based radio listening experience for your favorite local frequencies - FM broadcasts/free music/news/sports/weather/public safety & aviation scanner/etc.
Stars: ✭ 269 (+427.45%)
Mutual labels:  radio, rtl-sdr
Tdoa Evaluation Rtlsdr
Matlab Scripts for Evaluation of a TDOA System based on RTL-SDRs
Stars: ✭ 49 (-3.92%)
Mutual labels:  radio, rtl-sdr
Stratux
Aviation weather and traffic receiver based on RTL-SDR.
Stars: ✭ 775 (+1419.61%)
Mutual labels:  traffic, rtl-sdr
R2cloud
Decode satellite signals on Raspberry PI or any other 64-bit intel.
Stars: ✭ 125 (+145.1%)
Mutual labels:  radio, rtl-sdr
Soapy power
Obtain power spectrum from SoapySDR devices (RTL-SDR, Airspy, SDRplay, HackRF, bladeRF, USRP, LimeSDR, etc.)
Stars: ✭ 88 (+72.55%)
Mutual labels:  radio, rtl-sdr
RTLion
Multipurpose RTL-SDR Framework for RTL2832 based DVB-T receivers
Stars: ✭ 88 (+72.55%)
Mutual labels:  radio, rtl-sdr
urh
Universal Radio Hacker: Investigate Wireless Protocols Like A Boss
Stars: ✭ 9,060 (+17664.71%)
Mutual labels:  radio, rtl-sdr
rtlsdr-wsprd
WSPR daemon for RTL receivers
Stars: ✭ 93 (+82.35%)
Mutual labels:  radio, rtl-sdr
Easy Sdr
This project is about creation of affordable and easy-to-manufacture prototypes of PCBs which are used to expand the capabilities of existing low-cost SDR receivers based on RTL2832U chip.
Stars: ✭ 275 (+439.22%)
Mutual labels:  radio, rtl-sdr
RFMap
RFMap - Radio Frequency Mapper
Stars: ✭ 23 (-54.9%)
Mutual labels:  radio, rtl-sdr
Qspectrumanalyzer
Spectrum analyzer for multiple SDR platforms (PyQtGraph based GUI for soapy_power, hackrf_sweep, rtl_power, rx_power and other backends)
Stars: ✭ 677 (+1227.45%)
Mutual labels:  radio, rtl-sdr
Adsb Out
📶 1090ES ADS-B Out Add-on
Stars: ✭ 74 (+45.1%)
Mutual labels:  radio, traffic
RTLSDR-Airband
Multichannel AM/NFM demodulator
Stars: ✭ 487 (+854.9%)
Mutual labels:  aviation, rtl-sdr
vcvrack-rtlsdr
📻 FM radio for rtl-sdr USB dongles in the VCVRack environment
Stars: ✭ 20 (-60.78%)
Mutual labels:  radio, rtl-sdr
RFM-Radio
Real FM radio for Android.
Stars: ✭ 50 (-1.96%)
Mutual labels:  radio

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

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].