Raj Kumar
Published © Apache-2.0

Home Automation Using Bolt IoT

Home automation is anything that enables you to use your home’s lighting, heating, and appliances more conveniently and efficiently.

AdvancedFull instructions provided3 hours1,875
Home Automation Using Bolt IoT

Things used in this project

Hardware components

Bolt WiFi Module
Bolt IoT Bolt WiFi Module
×1
Relay Module (Generic)
×1
Jumper wires (generic)
Jumper wires (generic)
×1
LED Light Bulb, Frosted GLS
LED Light Bulb, Frosted GLS
×1
USB-A to Micro-USB Cable
USB-A to Micro-USB Cable
×1

Software apps and online services

Bolt Cloud
Bolt IoT Bolt Cloud
Bolt IoT Android App
Bolt IoT Android App
Google IFTTT

Story

Read more

Custom parts and enclosures

Github

prototype

Schematics

circuit

File missing, please reupload.

Github

Code

Home automation using iot

HTML
<!DOCTYPE html>
<html>
    <head>
        <title>Bolt IoT Platform</title>
        <script type="text/javascript" src="https://cloud.boltiot.com/static/js/boltCommands.js"></script>
        <script>
        setKey('{{ApiKey}}','{{Name}}');
        </script>
    </head>
	<div><style>
		body
		{
		background-position: center;
		background-color: #85C1E9   ;
		}
		.button
		{
		border: none;
		color: white;
		text-align: center;
		}

</style></div>

    <body>
        <center>
		<h2 style="color:#2C3E50"><u>HOME AUTOMATION USING IOT</u></h2><br>
		<h3 style="color:#5B2C6F" ><u>LIGHT</u></h3>
        <button style="width: 80px; height: 40px ; background-color:#2ECC71 ; color:white";onclick="digitalWrite(0, 'HIGH');">ON</button>
        <button style="width: 80px; height: 40px ; background-color:#E74C3C; color:white"; onclick="digitalWrite(0, 'LOW');">OFF</button></br>
        </center>
    </body>
</html>

Github

Credits

Raj Kumar

Raj Kumar

1 project • 1 follower

Comments