Anushka Devasthale
Published © GPL3+

LED Automation

To control LEDs using internet from anywhere, anytime!

BeginnerFull instructions provided30 minutes673
LED Automation

Things used in this project

Hardware components

Bolt WiFi Module
Bolt IoT Bolt WiFi Module
×1
Breadboard (generic)
Breadboard (generic)
×1
Jumper wires (generic)
Jumper wires (generic)
×2
LED (generic)
LED (generic)
×1

Software apps and online services

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

Story

Read more

Code

Code for LED_Control

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>
    <body>
        <centre>
            <button onclick="digitalWrite(0, HIGH);">ON</button>
            <button onclick="digitalWrite(0, LOW);">OFF</button>
        </centre>
    </body>
</html>

Credits

Anushka Devasthale

Anushka Devasthale

10 projects • 0 followers

Comments