Skip to content

benlansdell/raspberry-fly

 
 

Repository files navigation

RaspberryFly

Flask-ask code for an alexa skill that tells you about planes flying overhead. Meaning you can ask your Alexa things like:

Alexa ask raspberry pi what planes are overhead

and it will read the information from your local ADSB receiver. This does mean you must have one setup locally for this to work. If you're not interested in alexa using your own data, there are published Alexa skills out there that will probe ADSBExchange for nearby flights. Of course, ADSBExchange may not have good coverage in your area.

This repo is a combination of these two blog posts/repos:

The skill for Alexa uses flask-ask. For establishing connection to the raspberry pi it uses ngrok. ngrok establishes a HTTP tunnel from Raspberry Pi to Alexa. The endpoint url will change every time ngrok is restarted, as an alternative you can use pagekite.

See this accompanying blog post for more information on how to get everything setup.

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%