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.
I grew up under a flight path, and now live... under another flight path. Luckily this one is used almost exclusively to land (much quieter) but my parents are still under a takeoff one. All airlines are supposed to follow certain rules to minimize noise, but many just flaunt them. Local authorities own the airport, so their interest in monitoring infractions is... very low.
Having an app that could detect and categorize bad actors, would be pretty cool.
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.
It's abandonware now, because it was a PITA to get the flight data from behind a clunky paywall, and an Echo Show could do voice-driven stuff more easily. Maybe I could revisit it now and put it into an e-ink display instead, and use Flightaware or FR24 API...