If you would like to build the smart kitchen terminal shown in my videos start by setting up your Raspberry Pi set up as shown in the video and detailed instructions here. You can also start with any basic Raspberry Pi running Raspbian. Now we can set you Pi up to be a fully functional Amazon Alexa powered device.
If you didn’t already watch the Alexa setup video you can see it HERE
https://www.youtube.com/watch?v=FBltF1nc7-M
As described in the video you need only follow the instructions on the Raspberry Pi Alexa GitHub page here.
For me I decided to create shell scripts to run each of the 3 commands required to get Alexa up and running. To do this you just make a new file on your desktop with any name you like followed my .sh. in each of the files you will enter the startup commands.
alexa1.sh:
alexa2.sh:
alexa3.sh:
To make your shell scripts executable you must use the command line tool and do this comamnd for each file
chmod 755 alexa1.sh
chmod 755 alexa2.sh chmod 755 alexa3.sh
Now to start up your Alexa you just need to double click the shell script icons on your desktop in order starting with the first one. This is the same as the instructions on GitHub just a bit easier for those not comfortable with the command line
You can also make these start automatically when your Raspberry Pi boots up. I will try to post instructions for that in an upcoming article.
You can grab any Rasberry Pi parts in the MKME store
http://store.mkme.org/product-category/raspberrypi/
If you need any help or want to discuss the build you can visit the MKME Forum Thread here:
http://mkme.org/forum/viewtopic.php?f=15&t=748
Remember to Subscribe to the MKME Lab on YouTube and give a like on the video if you enjoyed this project. It helps a lot! Next week we will add full Amazon Alexa control to our Raspberry Pi and give it a tonne more functionality. Stay tuned!