How to add Alexa to a Raspberry Pi

Or any Linux device

DeviceHive
IoT For All
3 min readJun 23, 2017

--

Voice assistants have definitely become a trend, with options like Google Assistant, Amazon Alexa, and Apple’s Siri. What really differs them from each other is their ecosystems, and this is where Amazon Alexa shines the most.

Amazon provides the API for using its voice service, Alexa. Integrating custom devices with it allows you to bring the full Amazon Echo functionality to those devices and open a wide range of opportunities both for DIY/PoC and enterprise solutions.

DataArt developed an open solution that allows turning any Linux-based device into an Amazon Echo device. Since Raspberry Pi is the most popular board for IoT projects, we decided to use it in our setup. But basically, any Linux system can run the demo.

Below you’ll find the latest version of an Amazon Alexa virtual device project (version 1.1). This project aims to provide the ability to bring Alexa to any Linux device, including embedded systems like Raspberry Pi boards.

At the end, you will be able to build a voice-activated, digital home assistant, which will answer a multitude of questions, read books, play music, tell jokes, provide weather, and even more.

The binary release is packed into a snap package, which is a perfect way to deliver this project.

How to Add Alexa to a Raspberry Pi:

  1. You need to create your own Alexa Device on the Amazon developer portal. Follow this manual to create your own device and security profile.
    Add http://alexa.local:3000/authresponse to the Allowed Return URLs and http://alexa.local:3000 to the Allowed-Origins.
  2. Connect an audio device: a microphone and speakers to your device. It could be a USB headset for example.
  3. Install the PulseAudio snap:
    sudo snap install --devmode pulseaudio
  4. Install the Alexa snap from the store:
    sudo snap install --channel beta alexa
  5. Open http://alexa.local:3000 in a web browser on a local device or a device on the same network.
    Note: the app provides an mDNS advertisement of the local domain alexa.local. This is very helpful for using with monitorless devices.
  6. Fill in the device credentials that were created during step 1, click ‘log in’.
    Note: the voice detection threshold is a float value for adjusting voice detection. The smaller the value, the easier it is to trigger. You may need to adjust it for your mic and voice.
  7. Fill in your Amazon credentials.
  8. Now you can speak with Alexa. The app uses voice activation, so say ‘Alexa’ and the phrase that you want to say to her. The app will make a beep via the speakers when it hears the ‘Alexa’ keyword and starts recording.
  9. Enjoy Alexa without the need to buy special hardware

Written by Nikolay Khabarov, Senior Architect at DataArt.

Originally published at iotforall.com

Want all the latest advances and tech news sent directly to your inbox?

--

--

DeviceHive
IoT For All

IoT-related stories from an open source IoT platform with the wide range of device integration options.