Nitesh Reddy
Published © GPL3+

How to control led using bolt wifi module

In this project I am discussing about how to control led using bolt WIFI module with internet.

BeginnerFull instructions provided2 hours147
How to control led using bolt wifi module

Things used in this project

Hardware components

LED (generic)
LED (generic)
×1
Bolt WiFi Module
Bolt IoT Bolt WiFi Module
×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

Story

Read more

Custom parts and enclosures

How to control led using bolt wifi module

Schematics

How to control led using bolt wifi module

Code

How to control led using bolt wifi module

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

Nitesh Reddy

Nitesh Reddy

1 project • 0 followers

Comments