Soma sekhar
Published

Make your own voice-controlled lighting system

With a very simple steps you can manage your LED with Google assistant

BeginnerFull instructions provided1 hour258
Make your own voice-controlled lighting system

Things used in this project

Hardware components

Bolt WiFi Module
Bolt IoT Bolt WiFi Module
×1
LED (generic)
LED (generic)
×1
Android device
Android device
×1

Software apps and online services

Bolt Cloud
Bolt IoT Bolt Cloud
Android IFTTT app

Story

Read more

Schematics

STEP - 1 HARDWARE CONNECTIONS

Insert your longer end of LED into pin 0 and shorter end into GND(Ground) pin

STEP - 2

Connect your BOLTIOT module to the cloud

STEP - 3 GETTING THE BOLT ID and API KEY

Login to cloud.boltiot.com and note the ID of your Bolt WiFi Module.

Now click on the API Tab and under the section for Generate Key, click on Enable. Next copy your API key.

STEP - 4 CREATING THE COMMANDS FOR TURN ON AND TURN OFF OF LIGHTS

Follow the steps to get commands..
In Bolt Cloud go to Docs Tab -> API Documentation -> GPIO Commands API -> Write Digital Output, to understand how to create a API command link to turn on or turn off a pin of the Bolt.
You can see the links below .

https://cloud.boltiot.com/remote/YOUR API KEY/digitalWrite?pin=0&state=HIGH&deviceName=YOUR BOLTID
This is for turning on the lights.
https://cloud.boltiot.com/remote/YOUR API KEY/digitalWrite?pin=0&state=LOW&deviceName=BOLTID
This is for turning off the lights

STEP - 5 CREATING AN APPLET IN IFTTT

Take yout android phone and download the IFTTT app which is available in playstore.Login to the app with the google account .Make sure that the google assistant and the IFTTT are logined with the same account.

STEP - 6

Click on CREATE and click on +This

STEP - 8

Click on "Say a simple phrase"

STEP - 7

Search for GOOGLE ASSISTANT and click on it

STEP - 8

Fill the details .. and click on CONTINUE

STEP - 9

Click on +That

STEP - 10

Search for webhooks

STEP - 11

Click on "Make a web request"

STEP - 12

Fill the URL with your API key and your BOLTID and select the following and click on CONTINUE

STEP - 13

Click on FINISH

Credits

Soma sekhar

Soma sekhar

1 project • 0 followers

Comments