Anirudh Soni
Published

Sound controlled Home automation using bolt IoT

This project is mainly for people who are looking forward to home automation. making it more simple by adding voice commands.

BeginnerWork in progress1 hour334
Sound controlled Home automation using bolt IoT

Things used in this project

Story

Read more

Schematics

circuit diagram

Code

code for bolt iot

C/C++
singleButton({name:"On", action:"digitalWrite",
pin:"0", value:"HIGH",bgcolor:"green",
shape:"rectangle",align:"left","text_color":"white" })

singleButton({name:"Off", action:"digitalWrite",
pin:"0", value:"LOW", bgcolor:"red",
shape:"rectangle", align:"left", text_color:"black"})

Credits

Anirudh Soni
1 project • 1 follower
Contact

Comments

Please log in or sign up to comment.