Tracking planes from your laptop (ADS-B)
My local hackspace recently acquired SDR dongle for us to use, and since I’ve been wanting to have a play around with Software Defined Radios I spent an evening learning how to use it. Here is my quick rundown of how to track ADS-B plane transmissions using Mac OSX 10.14 and displaying them on a map.
For some background on software defined radios, the idea is that the radio’s characteristics can be changed on the fly by software so you can receive all sorts of different types of transmissions across the spectrum.
A common chip (RTL2832) used in USB Digital TV (DVB-T) tuners could be used as an effective software defined radio, so more people became interested. More information can be found here.
ADS-B is a system used by commercial flights to relay position, and speed information to the ground. It is the basis of sites such as FlightRadar24.
I tried a few different versions of dump-1090; the earlier ones used the Google Maps API which is no longer free and doesn’t work without a google dev account. Eventually I settled on dump1090-mutability which uses OSM (OpenStreetMap tiles) and worked well.
I found instructions from here which worked well.
Instead of using nginx, I simply used python’s SimpleHTTPServer because I use it all the time and it saved installing yet another program.
We managed to pick up on flights over 40 miles away! An idea for the ‘future projects’ list is to get this setup again with the proper antennas designed for 1090mhz transmissions. More research required…