ab cd
Senior Member
The automated installation scripts are written by Joe Prochazka.
https://github.com/jprochazka/adsb-receiver
This method will NOT work with an existing installation. It requires a fresh install on a blank formatted microSD Card.
- Format microSD Card
- Download and unzip latest Raspbian operating System from http://raspberrypi.org/downloads/raspbian/
- At the time of writing this post, the latest images are "Raspbian Jessie" and "Raspbian Jessie Lite".
- Burn the "Raspbian Jessie Lite" or "Raspbian Jessie" image on microSD Card.
- Insert the microSD Card in RPi, and power up.
- SSH to RPi and login
- Give command sudo raspi-config
- Expand File System, change password, set time-zone and set language/keyboard.
- Reboot
- After reboot, SSH and run following commands:
Code:sudo apt-get update sudo apt-get install git git clone https://github.com/jprochazka/adsb-receiver.git cd ~/adsb-receiver chmod +x install.sh ./install.sh
- After last command (./install.sh), the automated installation process will start. First thing it will do is to update required packages list.
- Next step it will ask you choices (yes/no) for installing
- dump1090-mutability OR dump1090-fa - Essential to choose one. The script will exit immediately if you say "Cancell".
The dump1090-fa is Flightaware's fork of dump1090-mutability. Both versions of dump1090 work ok, but their User Interface on Map Page are somewhat different. Their configuration/settings methods are also different.
Since dump1090-fa is specific to Flightaware, while dump1090-mutability is non site specific, I prefer to install dump1090-mutability.
- dump978 - Only for USA. Even in USA, this is not much useful and requires 2nd DVB-T Dongle. Most people say "No" to it.
- four data feeders - Flightaware, Planefinder, Flightradar24, and Adsbexchange. You may choose whatever feeders you want. To choose Planefinder feeder, use arrow key to move cursor up/down, and when on "Planefinder ADS-B Client", press Spacebar to choose it. A star will be placed to show it is selected.
- web portal - a useful tool comprising of many performance graphs. I recommend to say "Yes" to it. When its installation starts, another dialog will open. DO NOT choose ADVANCE OPTION. The advance option installs MySQL database, and will continuously & unnecessarily store all flight data on microSD card, shortening its life severely.
- dump1090-mutability OR dump1090-fa - Essential to choose one. The script will exit immediately if you say "Cancell".
- It will then ask you if you want to proceed. Say "Yes".
- The process will now start updating the operating system, and on completion will tell you "Your operating system should now be up to date".
- It will then ask your permission to install dump1090-mutability. Say "Yes" and it will start build & install process. It is a lengthy process, be patient, go to kitchen and make a cup of coffee for yourself.. At the end it will ask you to enter receiver's latitude and longitude. It has also an option to provide terrain limit rings, if you want and have obtained your heywhatstah.com panorama ID. Upon completion it will say " Dump1090-mutability setup is complete."
- It will then ask your permission to proceed with data feeder installation. Planefinder feeder installation will be quick, for Flightradar24 feeder it will take moderate time, but Flightaware data feeder takes very very long time. Be patient and make 2 cups of coffee for yourself. After installation is completer, you will have to open in web browser <IP of Pi>:30053 to configure Planefinder data feeder. This will require your credentials (sharing key, latitude, longitude etc). If you have installed other data feeders also, you will be asked for their signup process on their installation compltion.
- If you have said "Yes" to Web Portal earlier, its installation will start. It will ask if you want advance options. DO NOT CHOOSE ADVANCE OPTION.
- When the Web Portal installation finishes it will tell you " ADS-B Receiver Project Portal setup is complete". You then have to
- Reboot the Pi for everything to restart & initialize properly.
- Configure web portal from your browser by typing in browser address bar <IP of Pi>/install.
Last edited: