matrix-io / matrix-creator-alexa-voice-demo

12 stars 12 forks source link

Alexa Running on MATRIX Creator/Voice + Raspberry Pi 3 (Using Python)

Amazon's Alexa with MATRIX Creator + Raspberry

MATRIX MALOS service

install MALOS and perform device reboot. For more details: Getting Started Guide

echo "deb http://packages.matrix.one/matrix-creator/ ./" | sudo tee --append /etc/apt/sources.list
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install matrix-creator-init matrix-creator-malos cmake g++ git libzmq3-dev --no-install-recommends
reboot

Cloning Alexa Voice demo for MATRIX Creator and MATRIX Voice

git clone https://github.com/matrix-io/matrix-creator-alexa-voice-demo.git

Setup

Please say yes to all.

cd matrix-creator-alexa-voice-demo
./setup.sh

This project was based in https://github.com/novaspirit/AlexaPi

Detailed recipe published in Instructables http://www.instructables.com/id/Build-a-DIY-Amazons-Alexa-With-a-Raspberry-Pi-and-/