Advice with feeding data to Flightaware and FR24

Hi there,

I’m very new to ADS-B and I’m trying to feed data to Flightaware and FR24. I have a Pi2 B running Raspbian along with a Flightaware dongle and a NooElec antenna. In my attempts I seem to only ever get one or the other to work. Most recently I started with a fresh Raspbian image, went through the steps here and then here. Firstly only FR24 worked and then after a reboot only FA worked.

Any advice would be great! I looked around on forums but found predominantly older articles so wasn’t sure if they’d be relevant.

Try here:

ads-b-flight-tracking-f21/ads-b-receiver-project-setup-scripts-t36532.html?hilit=dump1090%20mutability%20file

Follow this guide - works every time for me i have tried :+1:

forum.flightradar24.com/threads … dev-on-RPi

You might like to consider feeding adsbexchange.com as well. They have a downloadable image that supports feeding many common flight tracking sites. Set up is trivial if you start with something that is designed to support multiple tracking sites.

The trick is to install dump1090-mutability first and have it running, then add other feeder packages. Most of them will then detect that you already have a decoder and NOT install their own.

Follow my short guide here:

ads-b-flight-tracking-f21/multiple-feeding-on-rpi-t38691.html

/M

Just follow conligwx’s guide in 2nd post - it offers ***all ***the options in one easy installation script.

To each his own I guess. Run a script - learn nothing…

/M

[quote=“Skibox”]

Yes… ease of setup/use is just a horrible idea…

FYI I just installed FR24 and Planefinder on PiAware 3.5.0 and are all working very easy setup and all done from ssh cli.

I just used the following instructions:

radioforeveryone.com/p/besid … -data.html

This shows that there is a competition between integral dump1090 of FR24 feeder, and dump1090-fa, to grab DVB-T dongle at boot. The one which grabs first works, other does not.

This occurs if during configuration of FR24 feeder you have selected “receiver type: DVB-T”.

The correct settings are:

Connection: Network

Receiver: ModeS Beast(TCP), hostname/IP:127.0.0.1, Port:30005

OR

Receiver: AVR(TCP), hostname/IP: 127.0.0.1, Port:30002

Once above settings are used, the integral dump1090 of FR24 runs in “net only” mode, and there will be no competetion to grab DVB-T by two dump1090s. The DVB-T will be grabbed by dump1090-fa, and the FR24 data feeder will obtain data from dump1090-fa on TCP port 30002 (AVR) or port 30005 (Beast).

You can change settings as shown in detail on the page linked below. At bottom of STEP-11, see “post-install reconfiguration”.

How to Install dump1090-mutability_1.15~dev on RPi, (Scroll down to STEP 11)

.