Doneparthi sai sathrughna
Published © GPL3+

Buzzer control using Bolt

By using the Bolt iot we can control the Buzzer, by giving code

BeginnerFull instructions provided2 hours245
Buzzer control using Bolt

Things used in this project

Story

Read more

Schematics

circuit

Code

code

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

Credits

Doneparthi sai sathrughna
1 project • 0 followers

Comments