adsb:adsb

ADS-B, or how to track airplanes overhead

  • Raspberry Pi
  • A 1090mhz SDR dongle (I recommend the FlightAware stick, as it comes with built in filtering and isolation)
  • An antenna. The FlightAware vertical is a superb choice, but I believe availability is few and far between. You can also build your own.
  • (optional) Docker on your Raspberry Pi
  • (optional) a weatherproof box, PoE adapter to micro-USB for remote power.

It used to be that one would install dump1090-mutability for ultimate flexibility. Then there was the adsb-receiver project which installed multiple feeders, all scripted for you. Both projects have fizzled, and FlightAware's PiAware image has done a great job of continuing on with the mutability build of dump1090. It is by far the easiest installation to do.

MLAT

MLAT is set up in Radarbox by installing mlat-client from the radarbox repo that is added when you installed the feeder. You will also need to add your coordinates via the website station page, or by /etc/rbfeeder.ini. The format is:

lat=xx.xxxxxx
lon=xx.xxxxxx

Now, the quirk with the mlat-client is that the rbfeeder app does not hook into it when using systemctl to restart. It will however start up correctly with a reboot. This can probably be fixed in the systemd file, so that the mlat-client starts up with rbfeeder correctly. Otherwise, you will not have MLAT. Once set up correctly, look at your station page, and it will show if MLAT is enabled.

  • adsb/adsb.txt
  • Last modified: 2021/11/26 21:14
  • by localadmin