Airplane adventures
setting up a FlightAware feeder

Introduction

From time to time, family and relative flight on vacations to come to visit us. Most of the time, I used to check their flight status on the airport website, and I was happy enough to see their arrival time. One day, my wife showed me a place where I could see the plane trajectory and where they a lot of details regarding a fight: FlightAware.com You can go there with the flight number, and it shows a lot of details: FlightAwareWebSite

This company is aggregating a lot of information regarding the flights around the word in a friendly user interface, but what was more interesting to me is that you can build hardware to feed data to this company. They have a lot of these “feeders,” and they aggregate their information as well. The information on how to do that is here.

My university background in Telecommunication Engineering makes me feel all the time attraction to electronics and especially on communications and radio-wave propagation. As a Software Engineer, I don’t get to touch physical things anymore. One day, I saw a deal on a Software Defined Radio (SDR) USB stick(this one), and that was the beginning of this journey to create a FlightAware feeder with a Raspberry Pi I was not using.

First Iteration - The discovery

The SDR USB stick was an interesting way to receive radio transmissions. Using a simple software like SDR#, I was able to receive FM stations, search the radio spectrum and have a beautiful waterfall and frequency graphics. It was cool, but I was aiming to see what could be done with the Raspberry Pi and FlightAware software. Flowing the instructions, I was able to have it running and start receiving airplanes positions near my area. The software they provide has to parts PiAware (used to send information to their systems) and dump1090. I used the FightAware’s dump1090 version to have less moving pieces. As part of this setup, there is a web application you can access on the Raspberry Pi to show the airplanes around your area: Local dump1090 To set up the feeder, you need to have a free FightAware account, and they upgrade you to an “Enterprise” account that has some benefits. They provide a page for your feeder as well(here is mine.)

Second Iteration - Going a bit further

After playing with my simple setup for a while, I was even more interested as I read a few forums discutions, and I decided to buy a better antenna tuned to 1090 MHz, a better coaxial cable and put everything outside. Here is the list of items:

Here are some pictures:

With this setup, I was able to receive the transmission from airplanes 150 miles away.

Third Iteration - The Beginning

More time pass, my old Raspberry Pi dies due to the “extreme” heat in the summer and the lack of ventilation on the box. I bought another one, this time a Rasberry Pi 3, and continue to receive airplanes positions. Reading more forums, and be able to see only the airplanes when they are over my area, I started searching for ways to use the information provided by the feeder and do other analysis or presentation on that data (feeder diagram.) There are a few data streams we could use to do that, but that is another post, this one is too long already.

*****
Written by Darien Martinez Torres on 04 November 2016