Akhil Renangi
Published

Home-automation using Google assistant & Bolt IoT

We can control the devices with our Google assistant

BeginnerFull instructions provided5 hours795
Home-automation using Google assistant & Bolt IoT

Things used in this project

Hardware components

Bolt WiFi Module
Bolt IoT Bolt WiFi Module
×1
Relay (generic)
×1
USB-A to Micro-USB Cable
USB-A to Micro-USB Cable
×1
Jumper wires (generic)
Jumper wires (generic)
×1
LED Bulbs
×3
table fan
×1
coonecting wire
×1
Holders
×3

Software apps and online services

Maker service
IFTTT Maker service
Bolt Cloud
Bolt IoT Bolt Cloud
Assistant SDK
Google Assistant SDK

Hand tools and fabrication machines

Multitool, Screwdriver
Multitool, Screwdriver

Story

Read more

Schematics

Home-automation

Home-automation using Google assistant & Bolt cloud

Code

Home-automation

JavaScript
Home-automation using Google assistant & Bolt cloud
singleButton({name:"green On", action:"digitalWrite",
pin:"1", value:"HIGH"})
singleButton({name:"green Off", action:"digitalWrite",
pin:"1", value:"LOW"})
singleButton({name:"red On", action:"digitalWrite",
pin:"2", value:"HIGH"})
singleButton({name:"red Off", action:"digitalWrite",
pin:"2", value:"LOW"})
singleButton({name:"yellow On", action:"digitalWrite",
pin:"3", value:"HIGH"})
singleButton({name:"yellow Off", action:"digitalWrite",
pin:"3", value:"LOW"})
singleButton({name:"fan On", action:"digitalWrite",
pin:"4", value:"HIGH"})
singleButton({name:"fan Off", action:"digitalWrite",
pin:"4", value:"LOW"})

Credits

Akhil Renangi
1 project • 1 follower

Comments