vivek kumar
Published

Controlling LED using Bolt Module over internet!

Suppose you are on a bed and you want to switch OFF your room's light. What if you can do this from your bed itself? Isn't it sound amazing!

BeginnerFull instructions provided2 hours83
Controlling LED using Bolt Module over internet!

Things used in this project

Hardware components

Bolt WiFi Module
Bolt IoT Bolt WiFi Module
×1
Resistor 330 ohm
Resistor 330 ohm
×1
High Brightness LED, White
High Brightness LED, White
×1
Jumper wires (generic)
Jumper wires (generic)
×1

Software apps and online services

Bolt IoT Android App
Bolt IoT Android App
Bolt Cloud
Bolt IoT Bolt Cloud

Story

Read more

Schematics

Connections

Code

Controlling_LED through cell phone

JavaScript
We designed two buttons (ON and OFF) for the functioning of our LED.
singleButton({name:"ON", action:"digitalWrite", 
              pin:"0", value:"HIGH"})

singleButton({name:"OFF", action:"digitalWrite", 
              pin:"0", value:"LOW"})

Credits

vivek kumar
1 project • 0 followers

Comments