adsb:adsb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

adsb:adsb [2020/12/27 04:39] – created localadminadsb:adsb [2021/11/26 21:14] (current) localadmin
Line 4: Line 4:
  
 ===== What do you need? ===== ===== What do you need? =====
 +
 +  * 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.
  
 ===== Setting Up A Station ===== ===== Setting Up A Station =====
 +
 +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.
  
 ===== Managing the software ===== ===== Managing the software =====
  
 +==== RadarBox ====
 +
 +=== 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:
 +<code>
 +lat=xx.xxxxxx
 +lon=xx.xxxxxx
 +</code>
 +
 +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.1609043956.txt.gz
  • Last modified: 2020/12/27 04:39
  • by localadmin