The idea of this project is building a home automation system based on natural voice. Users can control the home appliances through vocal command. For example, turn on/off the AC, light or fan using vocal command. The ReSpeaker Core is used as a voice capture and recognizer device as well as controls the appliance.
DemoAdd Google Assistant SDK
· Step 1. Add your Project
Open the Link:https://console.actions.google.com/u/0/
N.B. If you do not have a google account, please sign in at google.com at first.
Click Add/Import project
Then tap your Project name and pick the Country/region. Then click CREATE PROJECT to continue.
Step 2. Register Model
Click Connected properties ->DEVICEMODELS ->REGISTER MODEL as the picture bellow.
Fill in your product info. then click REGISTER MODEL to continue.
Just click NEXT
Please make sure you have selected this option ALL 7 traits, so that you can turn on all the permissions. Then click SAVE TRAITS.
Now please click the Project Name you have justcreated. For this demo, as you can see, we use ReSpeaker Core v2.0.
You will see someinfo. as the following picture shown.
Please mark down the Model Id which is respeaker-xxxx-respeaker-core-v2.0-xxxxx in this demo, it is important and you will use it later.
Now let's download the json file. Click thebutton in the upper right corner, then click Download credentials.json to download the json file into your computer.
Then use the WinCP or other transmission tools to copy the json file to your ReSpeaker Core v2.0. For example, we copy it to the path /home/respeaker.
Next, please click the gear in the upper leftconner, click Project settings, remember the Project ID which is in this demo.
Ok, let's check again, in this section you willget two IDs.
The Model ID respeaker-xxxx-respeaker-core-v2.0-xxxxx
The Project ID respeaker-440eb which will be used later.
Comments