MATRIX VOICE ALEXA ROBOT USING RASPBERRY PI

In the previous post we showed you how to create a home automation system using MATRIX Alexa. Now we have decided to take it to the next level. He tinkered around with the code and made a Robot that can be controlled via MATRIX Alexa; A Matrix Voice Alexa Robot – A four wheeled robot that can be controlled via MATRIX Alexa. In this post we will sharing how to make one from scratch.

Matrix Voice Alexa Robot

Components Needed

 

Prerequisites

Before starting the project it would be better if you know a little bit about the components and boards used in this project. Let us get familiarized.

Raspberry Pi

rasperry-pi-3-model-b--1024x686

Raspberry Pi is small credit card sized, light weight and compact computer available which is used by both professions, hobbyist and of course hackers alike. This mini computer can do (almost) any thing a normal linux machine can do. It is widely used in various industries, robotics, home automation projects.

MATRIX Voice

This little development board consist of a radial array of 8 MEMS microphones, 18 RGBW LED’s and 64 GPIO pins, which is linked to a Xilinx Spartan6 FPGA and 64 Mbit SDRAM. This provides the hobbyists and developers a wonderful opportunity to add custom voice and hardware-accelerated machine learning technology In no time.

IMG_20180223_150705-1024x768

An advanced version of this MATRIX Voice is also available employing a ESP32 Wi-Fi / BT chipset which will enable users to easily connect to the network or other devices via WiFi and Bluetooth in no time.

H Bridge and L293D Motor Driver

An H-bridge is simply any circuit that allows a voltage to be applied across terminals of a resistance (in our case motor) in both direction without changing the hardware or rewiring. These circuits are most commonly used in robotics and other applications in order to rotate DC motors to to rotate them in either direction.

L293D-1

L293D is one of the most commonly used Motor Driver IC which allows DC motor to be driven on both direction. L293D is a 16 pin IC which can control two DC motors at the same time in any direction. It allows you to control two DC motor with a single L293D.

Lets Get Started

2017-KEYES-Smart-car-chassis-four-wheel

The Chasis

First thing to do is build a the chassis for WiFi Robot using Arduino. You can build it the way you like. Only think you should keep in mind mind is, it should have enough space for Arduino, L293D Motor Driver and a LIPO battery. For our project, I will be using a 12V LiPo Battery. You can use foam board or aluminium sheet or wood piece for building the base.

Step 1 – Setting Up Alexa

Below link will redirect you to an easy to understand simple tutorial which will help you to set up Alexa on your Raspberry Pi using MATRIX Voice.

Now, you should be able to tell the Wakeword “Alexa” and communicate with it. You can proceed to next step.

Step 2 – Setting Up Ngrok

Next thing you have to do is set up ngrok. ngrok is an awesome service that enable us to connect to any device (inside LAN or internet facing) through any network with out port forwarding. The below tutorial explain everything you need to know about ngrok and set up one yourself.

Repeat Step 1, 2, 3 and 4 of the above tutorial.

SCREEN~1

Now you will have a ngrok URL which can be accessed from anywhere around the world.

Step 3 – Setting Up IFTTT

IFTTT or If This Then That is simply a platform, that interlinks various devices, apps and services that allows us to do what we want to do. It helps us to automate and arrange various tasks and services in an efficient and a user friendly manner.

The below tutorial explain everything you need to know about IFTTT and set up one yourself.

IFTTT communicates with Amazon Alexa by linking it with the developer account. When we say a specific phrase to Alexa, it will be sent to IFTTT an action will be trigggered.

Follow this step and create an account in IFTTT.

Now Create an applet as shown in the below image

FIREFO~1

What this applet do is it will send a web request to “http://6ff769b5.ngrok.io/forward” if you say “Alexa trigger move forward” which will make your Matrix Voice Alexa Robot move forward. Similarly create Applets to stop the bot, move backward, left and right as shown in below figure.

ifttt-768x611

Step 4 – The Code

Matrix Voice Alexa Robot code is available on github. You can download using the below link.

Read More Information…

 MATRIX VOICE ALEXA ROBOT USING RASPBERRY PI


About The Author

Muhammad Bilal

I am highly skilled and motivated individual with a Master's degree in Computer Science. I have extensive experience in technical writing and a deep understanding of SEO practices.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top