ESP32 ADSB streaming for ardupilot

I have made a small program that connects to ADSB.fi and streams the data to the flight controller directly from online, its best suited for aircraft with internet onboard or if you just want to experiment with ADSB receivers and ardupilot without the receiver.

4 Likes

This is another version I have made that uses the Open Glider Network API, it should give more comprehensive coverage with FLARM and OGN receivers included in the data.

ADSB for spacecraft

1 Like

track everything for ardupilot AIS, ADSB, OGN, SPACE
now with mavlink parameters for configuring coverage.
Aircraft positions are interpolated due to the low update rate of the sources, this stops them just disappearing off the screen and reappearing, they should move relatively smoothly across the screen.


now with terrestral weather and space weather

1 Like

downloads and displays weather for current position every 15 minutes, will change the severity of the messages based on weather conditions.

1 Like