SDR OGN flarm: Difference between revisions
(→bias-T) |
|||
| Line 36: | Line 36: | ||
=bias-T= | =bias-T= | ||
* https://github.com/mypiaware/rtlsdr_bias_tee | * Version 3 (only) https://github.com/mypiaware/rtlsdr_bias_tee | ||
=links= | =links= | ||
Revision as of 14:45, 2 December 2025
instructions
How to Run OGN FLARM and PiAware on the Same Raspberry Pi
To run OGN FLARM and PiAware on the same Raspberry Pi, you need to use a standard Raspberry Pi OS image and install the software packages for each application separately, as the dedicated PiAware image is designed for a single purpose.
Hardware Requirements
Two RTL-SDR Receivers: PiAware (for ADS-B at 1090 MHz) and OGN (for FLARM at 868 MHz in Europe, frequencies vary elsewhere) operate on different frequencies. Two Antennas: One for 1090 MHz and one for the OGN frequency. A Power Supply: A strong power supply is needed to power the two SDRs and the extra load on the CPU. Optional: A diplexer/splitter can be used with a single antenna if an appropriate LNA and filters are used, but using two separate antennas and SDRs is simpler for beginners.
basic instructions
sudo apt install git cmake build-essential libusb-1.0-0-dev librtlsdr-dev procserv telnet -y cd ~ git clone https://github.com/glidernet/ogn-receiver.git cd ogn-receiver cmake . make
- service ?
sudo wget http://download.glidernet.org/common/service/rtlsdr-ogn -O /etc/init.d/rtlsdr-ogn sudo wget http://download.glidernet.org/common/service/rtlsdr-ogn.conf -O /etc/rtlsdr-ogn.conf sudo chmod +x /etc/init.d/rtlsdr-ogn sudo update-rc.d rtlsdr-ogn defaults
- serialise dongles
This is crucial. You need to ensure each software uses a different SDR dongle. Find the serial numbers of your dongles by running: bash rtl_eeprom -t Use code with caution.
You can change the serial number of one dongle using rtl_eeprom -s <new_serial_number>. Then, configure dump1090-fa and rtlsdr-ogn to use specific serial numbers in their respective configuration files (/etc/default/dump1090-fa and /etc/rtlsdr-ogn.conf) by adding the device-index or serial option.
Both services should now run concurrently, each using its dedicated SDR hardware. You can check their status via sudo systemctl status piaware and sudo service rtlsdr-ogn status.
bias-T
- Version 3 (only) https://github.com/mypiaware/rtlsdr_bias_tee
links
- https://hub.balena.io/apps/2130406/balena-ogn
- https://www.glidernet.org/
- https://github.com/pjalocha/ogn-tracker
- tracker RTL-SDR installation http://wiki.glidernet.org/wiki:manual-installation-guide
- http://wiki.glidernet.org/wiki:raspberry-pi-installation
- https://osmocom.org/projects/rtl-sdr/wiki/Rtl-sdr
- https://blog.jokielowie.com/en/blog/sledzimy-szybowce-samoloty-helikoptery-i-balony-cz-3-flarm
- OGN-R https://uploads-ssl.webflow.com/5d56c24810fbfdbe08b488cd/5f82ea92f07fa33286a10c4c_Upgrading%20OGN%20to%20OGN-R.pdf
repos
- https://github.com/VirusPilot/ogn-pi34
- https://github.com/ketilmo/balena-ogn
- https://github.com/snip/OGN-receiver-RPI-image
- https://gitea.osmocom.org/sdr/rtl-sdr.git
- https://gitea.osmocom.org/sdr/gr-osmosdr
- https://github.com/glidernet
- ogn-rf source code https://github.com/glidernet/ogn-rf
- https://github.com/tobiz/OGN-Flogger
- APRS https://github.com/glidernet/ogn-aprs-protocol
- https://github.com/pjalocha/ogn-frb-search
- https://github.com/cedric-dufour/pi-station