Friday, August 31, 2018

Alexa Shelf Manager with Raspberry Pi @Raspberry_Pi #PiDay #RaspberryPi

via from Botmation via hackster.io

Decided I needed a quick and easy way to find and store my things using a voice assistant. I also wanted control over my data locally and not rely on the cloud. So I kept the data base locally in a csv file on my raspberry pi. This gives it a added benefit as I can access the csv at any time and do more advance queries later. I choose Alexa because it is something I have not worked with before and wanted to see how it works compare to google. I also used a pi zero because I wanted to use something cheap which will control the LED and not dedicate a pi 3.

The flow is relatively simple. You ask Alexa with a special skill word called “invocation” such as “storage room”. Then the Alexa skill will take your query and send it off to Amazon’s Lambda application. This is where your query is parsed and the code here will determine the task to perform. In this case it will take your query as is and send it off to AWS IOT Thing. The IOT-Thing is external accessible point in the cloud where raspberry pi with the proper credentials can access and subscribe for interactions. The IOT-Thing will update it’s flags to indicate a change has been made. The python script on the pi will see that there has been a change and will initiate a download of the data. The data contains your query to Alexa. The python script on the pi will then parse out what you are asking for and determines an action. If you were looking for something and there was match then a LED will light up where your item is.

See full project breakdown here!


3055 06Each Friday is PiDay here at Adafruit! Be sure to check out our posts, tutorials and new Raspberry Pi related products. Adafruit has the largest and best selection of Raspberry Pi accessories and all the code & tutorials to get you up and running in no time!

No comments:

Post a Comment