I checked with flight24 and FlightAware and neither needs data from my location. But I am kinda still interested in building my own receiver to feed data.
I’m a software developer and a ham radio operator so this is kinda right in my world? But still hoping I don’t get in too far over my head technically.
A few things I could use some advice/help with.
How different are flight24 (just shortening the name for typing here ) and FlightAware? What are the differences? Do they both end up with all the same data?
Do helicopters broadcast ADS-B just like planes do?
How does this site fit into the mix?
For someone building a new ADS-B receiver for the first time, what’s easier? The Flight24 steps and program? FlightAware? Something else? Or are they all essentially the same and you just feed the data where you want?
Wow…lots to unpack. The less ‘verbose’ the better, so straight to the point.
How different are flight24 (just shortening the name for typing here ) and FlightAware? What are the differences? Do they both end up with all the same data?
As far as data go, pretty much the same. The differences are in the ‘user experience’ area. The FA forum seems to be the best overall. Nice people, yours truly not included.
Do helicopters broadcast ADS-B just like planes do?
I don’t know if all, but the medical emergency choppers in my area do.
ADS-B Exchange.
This one can turn into ‘religion’ quickly. They are non-commercial for the most part, and neither filter nor honour removal request, as far as I know.
For someone building a new ADS-B receiver for the first time, what’s easier?
The most cost effective setup, in my humble opinion of course, is an RPi3B, Flightaware antenna, Flightaware Pro+ stick.
You should get lots of feedback, so take your time before shelling out any money.
Lastly, as for feeding many different sites, again, it’s a personal thing. I feed FA only, but nothing wrong with feeding others or multiple ones.
The instructions for the piaware image are probably the clearest and it might be the easiest to set up.
Adding the adsbexchange feed client onto that piaware image is really easy, just check here on the forum on how to use Putty/SSH with the piaware image to have console access.
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-2: Install Feeders
(2.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
ABCD567, you are such an asset to this site. thank you for all of your “Beginner How To” guides. is there a place where they all reside? (ie where one can see them all together)
Would be super useful to have a thread with all the setup links in it, then we could all refer to that thread for folks starting out, and to remember where to find links, refer to it when one needs to rebuild their installs, etc.