Pavan B M
Published

Holla... LED Can Be Turned On/Off Without Effort

Learn about how light emitting device can be work using Bolt IoT platform and the Internet of Things.

IntermediateFull instructions provided2 hours457
Holla... LED Can Be Turned On/Off Without Effort

Things used in this project

Hardware components

Resistor 330 ohm
Resistor 330 ohm
×1
LED (generic)
LED (generic)
×1
Bolt WiFi Module
Bolt IoT Bolt WiFi Module
×1

Software apps and online services

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

Story

Read more

Schematics

Led connections with resistor

Code

home automation using led

HTML
we can use in our living area such that we should not get up and on and off bulb ,it can be done byhtml code using boltiot platform
<!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>
    <body>
        <center>
        <button onclick="digitalWrite(0, 'HIGH');">ON</button>
        <button onclick="digitalWrite(0, 'LOW');">OFF</button>
        </center>
    </body>
</html>

Credits

Pavan B M

Pavan B M

1 project • 0 followers
I am basically electronic student, to do bolt iot platform

Comments