Most active commenters
  • billylo(5)

←back to thread

1901 points l2silver | 13 comments | | HN request time: 1.246s | source | bottom

Maybe you've created your own AR program for wearables that shows the definition of a word when you highlight it IRL, or you've built a personal calendar app for your family to display on a monitor in the kitchen. Whatever it is, I'd love to hear it.
1. billylo ◴[] No.35748960[source]
I live on the flight path of a busy airport (Toronto) and have always wondered what type of aircrafts they are as they fly above me.

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://evergreen-labs.com/PlaneAboveMe.html

replies(5): >>35752384 #>>35756273 #>>35757338 #>>35762560 #>>35800020 #
2. ydant ◴[] No.35752384[source]
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.

replies(1): >>35752977 #
3. billylo ◴[] No.35752977[source]
Nice... That would be a great conversation starter at home... feel free to reach out if you put the idea in motion!
replies(1): >>35757589 #
4. toyg ◴[] No.35756273[source]
Can it measure intensity?

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.

replies(2): >>35756542 #>>35765156 #
5. billylo ◴[] No.35756542[source]
Not at the moment, but it would be easy to add.

If your parents use iPhone or iPad, I am happy to add an intensity label and/or a filter for them so it would display/read out those that are over certain thresholds.

6. andrewstuart ◴[] No.35757338[source]
Could you tune in to the radio transmissions?
replies(1): >>35758770 #
7. ydant ◴[] No.35757589{3}[source]
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.

replies(2): >>35758085 #>>35758861 #
8. billylo ◴[] No.35758085{4}[source]
Sounds do-able. Radio available on the web too. https://www.liveatc.net/
9. billylo ◴[] No.35758770[source]
Not right now, it's do-able as the streams are online. (could use that instead of listening to airplane sound)
10. eiiot ◴[] No.35758861{4}[source]
Another cool way to do this would be an ADS-B receiver on your roof. They're about $30-40, and when paired with a Raspberry Pi, a waterproof box, and free software[0] they work really well. Plus, you get a free subscription to a lot of flight tracking services like FR24.

[0]: https://flightaware.com/adsb/piaware/

11. danielhughes ◴[] No.35762560[source]
British Airways had a famous advertising campaign that did something similar. If I remember correctly they used a digital billboard somewhere in London that showed a little boy pointing to the sky. The text refreshed throughout the day to display the details of the flight passing overhead.
12. ornornor ◴[] No.35765156[source]
I’m almost certain I heard about a similar project years ago that would automatically file complaints and fine the offending airlines when they were too loud/flying too low.
13. nanoamp ◴[] No.35800020[source]
Ah neat. I'd forgotten I did something like this a few years back using an ADSB receiver on my roof, and integrated it into a Pi-powered digital clock. https://www.behance.net/gallery/42580099/Pi-Clock

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...