Differences
This shows you the differences between two versions of the page.
| adsb:adsb [2020/12/27 04:39] – created localadmin | adsb: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' | ||
| ===== 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 / | ||
| + | < | ||
| + | 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. | ||