SAGAR BHOWAL
Published © GPL3+

Automated and Manual Control of LED and Buzzer

Controls led and buzzer via cloud (bolt app) and manually (button).

BeginnerFull instructions provided2 hours587
Automated and Manual Control of LED and Buzzer

Things used in this project

Hardware components

Bolt WiFi Module
Bolt IoT Bolt WiFi Module
×1
Resistor 10k ohm
Resistor 10k ohm
×1
5 mm LED: Yellow
5 mm LED: Yellow
×1
Buzzer
Buzzer
×1
Pushbutton switch 12mm
SparkFun Pushbutton switch 12mm
×1
Solderless Breadboard Half Size
Solderless Breadboard Half Size
×1
USB-A to Mini-USB Cable
USB-A to Mini-USB Cable
×1
Male/Male Jumper Wires
×1

Software apps and online services

Bolt IoT Android App
Bolt IoT Android App

Story

Read more

Schematics

Schematic diagram of the circuit

Code

Code for the project

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>
        <center>
            <body bgcolor="#00BFFF">
        <h1><button onclick="digitalWrite(0, 'HIGH');">ON</button></h1>
        <h2><button onclick="digitalWrite(0, 'LOW');">OFF</button></h2>
            </body>
        </center>
    </body>
</html>

Credits

SAGAR BHOWAL

SAGAR BHOWAL

1 project • 0 followers

Comments