ADS-B Antenna not picking up aircraft

YES

STEP (1): Save Feeder Keys

Before you write fresh image, from existing install, copy-paste feeder keys in Notepad on your desktop/laptop and save notepad:

Plane finder key:
The sharecode is in the file /etc/pfclient-config.json
Scroll right to see it in full. Your Planefinder sharecode is the last item in this long line.

{"tcp_address":"127.0.0.1","tcp_port":"30005","select_timeout":"10","data_upload_interval":"10","connection_type":"1","aircraft_timeout":"30","data_format":"1","latitude":"xx.xxxx","longitude":"yy.yyyy","sharecode":"zzzzzzzzzzzz"}    

Flightradar24 key:
The fr24key is in the file /etc/fr24feed.ini

Radarbox24 key:
The key is in the file /etc/rbfeeder.ini

STEP (2): Write piaware sd card image to your microSD card.

(2.1) Download image
Latest image ver 3.8.1

(2.2) Write image and configure it using this guide:

Howto : Piaware SD card image 3.8.0 Quickstart Guide

Note: When using QuickStart Guide:

  • Do not download old image v 3.8.0 from step 1 of guide
  • Follow steps 2, 3, and 4 of the QuickStart Guide. Do NOT follow steps 5 to 10 if you are not using 978 Mhz UAT. The 978 UAT is available in USA only and requires an extra dongle.

STEP (3): Install Feeders

(3.1) FR24 feeder

$ sudo bash -c "$(wget -O - https://repo-feed.flightradar24.com/install_fr24_rpi.sh)"

## Caution: During configuration of fr24feed, never choose “Receiver DVBT”. 
## Choose Receiver: ModeS Beast(TCP), host/port: 127.0.0.1:30005

(3.2) Planefinder feeder

$ wget http://client.planefinder.net/pfclient_4.1.1_armhf.deb  
$ sudo dpkg -i pfclient_4.1.1_armhf.deb 

## Go to page IP-of-PI:30053 to complete configuration

(3.3) RadarBox24 feeder

$ sudo bash -c "$(wget -O - http://apt.rb24.com/inst_rbfeeder.sh)"

$ sudo rbfeeder --setkey xxxxxxxxxx --no-start   
## Replace xxxxx by your actual key
## Press Ctrl+C to break log output.

$ sudo systemctl restart rbfeeder  

(3.4) Graphs by Wiedehopf

$ sudo bash -c "$(wget -q -O - https://raw.githubusercontent.com/wiedehopf/graphs1090/master/install.sh)"  

 

1 Like