Before starting the set up of MATRIX Voice Google Assistant it would be good if you know a little bit about the components and boards used in this project. You can either read it or just start the tutorial section. Let us get familiarized.
Raspberry Pi
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.
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.
MATRIX Voice Google Assistant Tutorial
Step 1 : Setting Up Raspberry Pi
Download and burn latest Raspbian image to a micro SD card and insert it into the raspberry Pi.
Now power it up with a power adapter that can provide at least 2.5 Ampere. Now fire up your terminal and create a password for the user ‘pi’ by executing the command
sudo passwd pi
Connect your Raspberry Pi to a WiFi router or Wired network and make sure it is connected by checking whether it is getting an IP address from the switch.
Now perform and update and upgrade by running
sudo apt update -y
sudo apt upgrade -y
Step 2 : Adding the Repositories
In order to set up Google Assistant in your MATRIX Voice, you should start by installing the right tools. First we will install the MATRIX Software by adding the right repositories. Enter the below commands to install MATRIX Software
Now use your google account to create a Google Developer project. This step will give your device access to the Google Assistant API.
You can do this by following the below steps
Create a new project,Give your project a project name in the Project name box and click on CREATE PROJECT.
Now you have your project ready. Next thing to do is enabling the API. Go to the Cloud Platform Console and Enable the Google Assistant API in the project you just created.Click Enable.
For proper working of our Google Assistant, you should share some activity data with Google. To do that, open the Activity Controls page from the account that is linked with google assistant.
Enable the Following Switches
Web & App Activity
Include Chrome browsing history and activity from websites and apps that use Google services checkbox.
Go to Actions Console and select the project you created on the upper part of the screen.
From the left navigation bar, click on the Connected properties.
Click on the DEVICE MODELS tab and Click on the REGISTER MODEL button.
Fill up all the information and Click REGISTER MODEL. when you are finished
Download credentials.json file to your computer and place it in your Raspberry Pi in which MATRIX Voice Google Assistant will be running.
It is recomended not to rename this file and keep it under /home/pi folder.
Download this file and transfer it to the device. Click NEXT.
Before installing the SDK, it will be a smarter move to isolate system packages from packages that we are about to install. For that, we will set up a virtual environment for us to tinker with.
Note: Run these codes from /home/pi directory otherwise it wont work.
Setup Python Virtyual Environment using the following commands
Now its time to generate the credentials which we be using to run our Generate credentials to be able to run our MATRIX Voice Google Assistant. Run the below command.
If everything is done correctly, you should see a URL displayed in the terminal some what like this:
Please visit this URL to authorize this application: https://...
Enter the authorization code:
Now all you have to do is copy the entire URL, open up a browser and paste the URL in the address bar and hit enter. It will ask you to login to the Google Account that is linked with the developer project and as you for your approval.
Once you approve the request, you will be provided with a Key. Copy the key and Paste it in the Terminal. If everything went well, you should see something like this in the Terminal.
MATRIX labs have customized code that allows us to integrate MATRIX Everloop with Google Assistant. Clone the Repository using the below command[AdSense-C]
Now you can interact with your MATRIX Voice Google Assistant.
Try asking the usual question –
Hey Google, Whats the time now?
Hey Google, How is the weather outside?
If you have any doubts, please feel free to open a topic and ask it in our forum.[Rate the ProjectDid you find this page useful? Help us to improve by rating this page.
[RICH_REVIEWS_FORM]
[RICH_REVIEWS_SNIPPET stars_only=”true”]
AdSense-B]
As you know Kali Linux Debian derivative of Linux distribution focusing on advanced vulnerability assessment and highly complicated penetration testing. Kali Linux is packed with more than 600 tools which are pointed towards web applications, network attacks including WiFi, hardware testing such as Bluetooth, cyber forensics as well as reverse engineering. So far, Kali Linux…
Hey guys, welcome back, In the previous post, I told you how an IR sensor works and how to make a line follower using an IR sensor. In this post, i will show you how you can make a Simple DIY Burglar Alarm using an IR sensor and a Buzzer without using any micro controller…
All the devices on the Internet is provided with a unique address or IP Address for identifying and communicating with each other. In the last few years, there has been a rapid growth in electronics devices such as computers, mobile phones that are connected to the Internet. IPV6 is the most recent version of IP…
Raspberry Pi and Linux are the glove and fists of forward-thinking and flexible computing. Raspberry Pi is a mini-computer with deceptive power capable of running any of the Raspberry Pi OS around. But some Raspberry Pi OS are better suited than others. So we picked up five Best Raspberry Pi OS Linux distros from 2020…