Skip to content

the-raspberry-pi-guy/Artificial-Intelligence-Pi

 
 

Repository files navigation

Artifical Intelligence Pi

Turn your Raspberry Pi into your own personal assistant using the Amazon Echo Alexa voice service!

This repository accompanies my tutorial. This is a complete guide on setting up Alexa for your Raspberry Pi. I have adapated the code to use the fantastic Raspberry Pi SenseHAT for input and also RGB graphics! You can watch the full tutorial here: https://www.youtube.com/watch?v=tcI8ibjUOzg

Here is an example of one of the things you can ask your new Raspberry Pi personal assistant:

Just spent a lot of time hacking my @Raspberry_Pi and SenseHAT to turn it into my own personal assistant! @HAL9000_ pic.twitter.com/2jO4PEqW8Y

— The Raspberry Pi Guy (@RaspberryPiGuy1) May 30, 2016
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>

##Information You will need:

Installation

For all instructions and processes, see my tutorial. Included below are the commands needed to type in to the console:

Display your Raspberry Pi's IP address: ifconfig

Download the code: git clone https://github.com/the-raspberry-pi-guy/Artificial-Intelligence-Pi

Change into the new directory: cd Artificial-Intelligence-Pi

Run the setup script: sudo ./setup.sh

Run Alexa: python main.py

FAQ & Troubleshooting

This section will be added to as people report their troubles and ask questions.

  • 'x,y,z' didn't work and an error was generated! What do I do?

9/10 times this kind of error is down to accidental mistakes. As I try to stress in the video, check and check again that the commands and information you enter in the process are correct. If you come across a nasty error, just try again - it normally fixes things.

  • How do I make Alexa's sound output work over HDMI?

My tutorial illustrates Alexa talking over the Pi's 3.5mm audio output to a small speaker. Whilst this is most likely what you will use, some people may want Alexa to use the HDMI audio on the Pi. This is very easy to change. Simply use the command: sudo raspi-config and then adjust the audio output device. More information is available on the Raspberry Pi Foundation's official website: https://www.raspberrypi.org/documentation/configuration/audio-config.md

  • Can Alexa speak 'x' language?

To the best of my knowledge, Alexa is only available in English (US) at the moment. Amazon has over 1000 employees working on Alexa however - so this may change in the future.

  • Can this be used to control 'x' on a Raspberry Pi?

As of current, Alexa cannot be customised to control things directly on your Raspberry Pi, such as turn GPIO pins on and off. The Alexa Voice Service does all of its processing in the cloud - none of it happens locally on the Pi. If you would like to learn a little bit more about what AVS can do, read this article: http://fieldguide.gizmodo.com/everything-you-can-say-to-your-amazon-echo-1762166130

  • Do I have to use a SenseHAT to use Alexa?

The answer to this question is no, you do not need a SenseHAT to use Alexa. You do however need a SenseHAT to follow my tutorial. This is because I have edited the program to work with SenseHAT. I did this because, in my opinion, the SenseHAT is a fantastic add-on that makes the task of activating Alexa much more simple. If you take a look at the GitHub repo that I forked from, the code there triggers Alexa by using a button attached to the GPIO pins. As per Amazon's T&Cs you can NOT activate the service using your voice.

  • Can I use earphones/headphones instead of a speaker?

Yes. Any 3.5mm audio device should work and that includes headphones/earphones.

  • I have a different microphone to the one that you used in the tutorial, how can I ensure that it works?

There is no easy answer to this question - you will just have to try it! As I said in the tutorial, plug 'n' play microphones are ideal for this as you don't have to fiddle around with drivers.

  • Alexa thinks that I live in Seattle! How do I change that?

Amazon Echo is an American product and consequently Alexa will most likely think you are in Seattle. Whilst I have not tried it, I believe there is a companion app that allows you to change the location of your device. This may not be available in every country however. Alternatively, end your commands with your location. For example: "What is the weather like in Cambridge, UK?"

Thank You!

The work in this repository is based off of the work of Novaspirit and Sammachin. I would also like to thank my good friend Simon Beal (muddyfish) for his help in getting this up and going!

Thanks for watching,

Matthew Timmons-Brown

The Raspberry Pi Guy

www.youtube.com/theraspberrypiguy

www.theraspberrypiguy.com

@RaspberryPiGuy1

About

Turn a Raspberry Pi into your own personal assistant - using Amazon Echo's Alexa!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.6%
  • Shell 18.4%