technical:flightradar24
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| technical:flightradar24 [2025/01/29 01:11] – [Initial PI setup] mark_scottworld.net | technical:flightradar24 [2026/06/29 00:21] (current) – [Set up the fr24 feeder software] mark_scottworld.net | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| sudo apt dist-upgrade | sudo apt dist-upgrade | ||
| sudo reboot | sudo reboot | ||
| + | | ||
| + | The next step is to install the V4 Debian Drivers for the SDR-Blog VR USB Dongle | ||
| + | |||
| + | ==== Purge the previous driver: ==== | ||
| + | |||
| + | You must run this as a user, not as root, (only sudo on the commands specified below.) | ||
| + | |||
| + | sudo apt purge ^librtlsdr | ||
| + | sudo rm -rvf / | ||
| + | / | ||
| + | |||
| + | ==== Install the RTL-SDR Blog drivers: ==== | ||
| + | |||
| + | sudo apt-get install libusb-1.0-0-dev git cmake pkg-config | ||
| + | mkdir /opt/sdr | ||
| + | cd /opt/sdr | ||
| + | git clone https:// | ||
| + | cd rtl-sdr-blog | ||
| + | mkdir build | ||
| + | cd build | ||
| + | cmake ../ -DINSTALL_UDEV_RULES=ON | ||
| + | make | ||
| + | sudo make install | ||
| + | sudo cp ../ | ||
| + | sudo ldconfig | ||
| + | |||
| + | ==== Blacklist the DVB-T TV drivers. ==== | ||
| + | | ||
| + | echo ' | ||
| + | |||
| + | ==== Reboot ==== | ||
| + | |||
| + | sudo reboot | ||
| + | | ||
| + | |||
| + | ==== Install dump1090 ==== | ||
| + | | ||
| + | RPi with 64-bit OS (arm64 / aarch64) | ||
| + | Code: | ||
| + | sudo apt install lighttpd | ||
| + | |||
| + | wget http:// | ||
| + | |||
| + | sudo dpkg -i dump1090-mutability_1.15~20180310.4a16df3+dfsg-8.1_arm64.deb | ||
| + | |||
| + | sudo apt --fix-broken install | ||
| + | |||
| + | sudo usermod -aG plugdev dump1090 | ||
| + | |||
| + | sudo reboot | ||
| + | ==== Set up the fr24 feeder software ==== | ||
| + | |||
| + | sudo wget -qO- https:// | ||
| + | | ||
| + | This will run the script and start the setup questions. | ||
| + | After you have answered these, you will need to run this command to allow the new fr24 user access to the USB dongle, otherwise you will get errors in the log and no data. | ||
| + | |||
| + | adduser fr24 plugdev | ||
| + | |||
| + | |||
| sudo systemctl restart fr24feed | sudo systemctl restart fr24feed | ||
| - | fr24feed-status | + | Check the feed status |
| + | fr24feed-status | ||
| + | |||
| + | |||
| - | adduser fr24 plugdev | ||
| http:// | http:// | ||
| + | |||
| + | |||
| + | |||
| + | SD++ | ||
| + | |||
| + | |||
| + | sudo apt install -y cmake libad9361-dev libairspy-dev libairspyhf-dev libfftw3-dev libglfw3-dev libhackrf-dev libiio-dev librtaudio-dev libvolk-dev libzstd-dev | ||
| + | |||
| + | |||
| + | Nano config file in | ||
| + | ~/ | ||
| + | |||
| + | Change Source: RTL-SDR | ||
| + | |||
| + | |||
technical/flightradar24.1738109512.txt.gz · Last modified: by mark_scottworld.net
