Kevin PatiñoAndrés CalderónRodolfo
Published © CC BY-SA

Build a DIY Amazon Alexa

This tutorial will help you build your own Amazon Alexa using a Raspberry Pi and MATRIX Creator.

IntermediateFull instructions provided2 hours3,302
Build a DIY Amazon Alexa

Things used in this project

Hardware components

Raspberry Pi 3 Model B
Raspberry Pi 3 Model B
×1
MATRIX Creator
MATRIX Labs MATRIX Creator
×1
5V 2A Universal Micro USB Charger Adapter Power Supply for Raspberry Pi 3
×1
Speaker: 0.25W, 8 ohms
Speaker: 0.25W, 8 ohms
×1

Story

Read more

Code

Code snippet #7

Plain text
cd matrix-creator-hal
mkdir build
cd build
cmake ../
make
sudo make install

Code snippet #12

Plain text
./auth_web.py &
[12/Aug/2016:00:41:16] ENGINE Listening for SIGTERM.
[12/Aug/2016:00:41:16] ENGINE Listening for SIGUSR1.
[12/Aug/2016:00:41:16] ENGINE Bus STARTING
CherryPy Checker:
The Application mounted at '' has an empty config.[12/Aug/2016:00:41:16] ENGINE Started monitor thread 'Autoreloader'.
[12/Aug/2016:00:41:16] ENGINE Started monitor thread '_TimeoutMonitor'.
[12/Aug/2016:00:41:16] ENGINE Serving on http://0.0.0.0:5000
[12/Aug/2016:00:41:16] ENGINE Bus STARTED

Code snippet #13

Plain text
cd micarray
mkdir build
cd build
cmake ../
make

MATRIX Creator HAL

Hardware Abstraction Layer for MATRIX Creator http://creator.matrix.one/

MATRIX Creator Alexa-voice-demo

Source code for MATRIX Creator Alexa voice demo

Credits

MATRIX Creator Team

Posted by Kevin Patiño

Comments