This is a simple implementation which can be done easily as for mini project. This implementation is like basic step towards home automation. You have to give command to google assistant to turn on the light, the LED on the breadboard will turn on
and when you give command as turn off the light, the LED on the breadboard will turn off.
Step-1 Take a LED and breadboard. The LED has two legs one leg is positive(long) and another is negative(short). Insert the LED into the breadboard. Now take the resistor connect one end of resistor to the longer leg of LED and insert the other end of resistor in any one hole of breadboard other than the vertical line of holes where short leg of LED is connected. Now take the jumper wire insert one end of jumper wire at the vertical line of hole where shorter leg of LED is connected and other end to Ground pin of Bolt wifi module. Take another jumper wire insert one end of jumper wire at the vertical line where the one end of resistor, longer leg of LED is inserted and other end of jumper wire to the pin 0 of Bolt wifi module.
Step-2 Now you need to login in to your Bolt Cloud account to obtain your API key and Bolt ID.
You can find your Bolt ID in the dashboard the screenshot for the same is shown below.
You can find the API key on the left side of the dashboard copy the API key.
Keep both the Bolt ID and API key for further use.
Step-3 Now this step includes Creating the Function with IFTTT, Google Assistant and Webhooks. The IFTTT site will look like this
Create the account on IFTTT after you successfully sign in to IFTTT you will see a option to create, click on that you will be directed to a page which is shown below.
click on add for the If This option and choose the service google assistant.
After that you will be directed to choose a trigger page then click on say a simple phrase.
Fill in the details mentioned and click on create trigger the screenshot for the same is attached below.
Again Click on Add for Then That option and then choose a service as Webhooks. The screenshot for the same is attached below.
Now to control Light with your voice you need to give some command.The command is given as
https://cloud.boltiot.com/remote/API_KEY/digitalwrite?pin=PIN_NUMBER&state=HIGH/LOW&devicename=DEVICE_ID
In the above link you have to put your Bolt ID and API key. Replace the pin number by the pin you connected to LED. HIGH will turn lights on and LOW will turn lights off. Make separate commands for lights on and lights off.
Fill in the details mentioned such as Select content type as application/JSON.Click on create action and click on finish button. Create similar one for lights off and the screenshot for the same is attached below.
Now your project is ready all you need to do is to give a voice command to your android phone and you are set to go!!
Comments
Please log in or sign up to comment.