← Back to context

Comment by ydant

3 years ago

I bookmark this page and load it whenever something starts circling/passing overhead:

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.

Nice... That would be a great conversation starter at home... feel free to reach out if you put the idea in motion!

  • This thread inspired me to pull out the display and finally tinker with it - and then I realized how expensive the APIs are for this data - especially if trying to do a "constant updating" style approach like you'd want for this idea.

    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.