So, I made a "Plane Above Me" app that listens to airplane sound. Once detected, it polls data from flight APIs and read out the flight info and aircraft data.
In other words, it's my little "Flight Announcer".
So, I made a "Plane Above Me" app that listens to airplane sound. Once detected, it polls data from flight APIs and read out the flight info and aircraft data.
In other words, it's my little "Flight Announcer".
https://globe.adsbexchange.com/?SiteLat=##.####&SiteLon=##.#...
Regular plane noise is a regular thing where I live - I'm right under one of the regular flight-paths for a nearby very busy airport and very close to another busy airport.
One idea I've had for a while is to take my eInk raspberry-pi accessory and poll this data and have a constantly updating "what's overhead" display.
It makes sense you listen for the sound of a plane / wait for a button press before making the call!
Seems like this would be best done with a receiver and monitoring that directly and/or exchanging the radio logging for API access.