Mehul Bhole
Published © GPL3+

Create your very own Alexa!!!

This project will guide you for operating your electrical appliances using voice automation as well as remotely with help of BOLT IOT.

BeginnerFull instructions provided1 hour281
Create your very own Alexa!!!

Things used in this project

Hardware components

Bolt WiFi Module
Bolt IoT Bolt WiFi Module
×1
Jumper wires (generic)
Jumper wires (generic)
×8
LED Light Bulb, Frosted GLS
LED Light Bulb, Frosted GLS
×1
Relay (generic)
×1

Software apps and online services

ifttt
Bolt Cloud
Bolt IoT Bolt Cloud
Assistant SDK
Google Assistant SDK

Story

Read more

Schematics

Circuit Diagram

Code

Home Automation

HTML
This is code for the remote of Home Automation project.
<!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

Mehul Bhole
1 project • 1 follower

Comments