Wasif Fasiuddin
Published © GPL3+

Home Automation using Voice Commands

Use voice commands by google assistant to control your home appliances effortlessly.

IntermediateFull instructions provided1 hour596
Home Automation using Voice Commands

Things used in this project

Hardware components

Bolt WiFi Module
Bolt IoT Bolt WiFi Module
×1
1-Channel Signal Relay 1A SPDT I²C Mini Module
ControlEverything.com 1-Channel Signal Relay 1A SPDT I²C Mini Module
×1
Jumper wires (generic)
Jumper wires (generic)
×1
Grove - WS2813 RGB LED Strip Waterproof - 60 LED/m - 1m
Seeed Studio Grove - WS2813 RGB LED Strip Waterproof - 60 LED/m - 1m
×1
DC Power Connector, Socket
DC Power Connector, Socket
×1

Software apps and online services

Assistant SDK
Google Assistant SDK
Maker service
IFTTT Maker service

Hand tools and fabrication machines

Wire Stripper & Cutter, 18-10 AWG / 0.75-4mm² Capacity Wires
Wire Stripper & Cutter, 18-10 AWG / 0.75-4mm² Capacity Wires
Multitool, Screwdriver
Multitool, Screwdriver

Story

Read more

Schematics

Code for accessing the led strip by ON and OFF buttons

Code

Code for accessing the led strip by ON and OFF buttons

HTML
When we save the code and run the code on bolt website, we get two buttons. One is ON and another is OFF. we control our appliances by using these buttons
<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, 'LOW');">ON</button>
        <button onclick="digitalWrite(0, 'HIGH');">OFF</button>
        </center>
    </body>
</html>

Credits

Wasif Fasiuddin

Wasif Fasiuddin

1 project • 0 followers

Comments