Utkarsh Srivastava
Published

Easy Plug and Play, Just Say Google to Switch on

Smart Extension for a Smarter way of living just by using Bolt IOT Module + IFTTT + Some Electronics Stuff.

IntermediateShowcase (no instructions)2 hours108
Easy Plug and Play, Just Say Google to Switch on

Things used in this project

Hardware components

Bolt WiFi Module
Bolt IoT Bolt WiFi Module
×1
4-CHANNEL RELAY CONTROLLER FOR I2C
ControlEverything.com 4-CHANNEL RELAY CONTROLLER FOR I2C
×1
Anchor Taiwan Modular Switch Board
×1
Anchor Taiwan Modular Socket
×1
Power Cable Cord
×1
Jumper wires (generic)
Jumper wires (generic)
×1
Anchor Taiwan 1mm Copper wire - 1 meters
×1
USB-A to Micro-USB Cable
USB-A to Micro-USB Cable
×1
5V Power Adapter
×1

Software apps and online services

Bolt Cloud
Bolt IoT Bolt Cloud
Bolt IoT Android App
Bolt IoT Android App
Maker service
IFTTT Maker service

Hand tools and fabrication machines

Soldering iron (generic)
Soldering iron (generic)
Solder Wire, Lead Free
Solder Wire, Lead Free
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
Hot glue gun (generic)
Hot glue gun (generic)

Story

Read more

Schematics

smart-extension_bb-edited-768x480_fe9WBjEFap.jpeg

Code

Smart Board Code

JavaScript
singleButton({name:"load1 On", action:"digitalWrite",
pin:"1", value:"HIGH"})
singleButton({name:"load1 Off", action:"digitalWrite",
pin:"1", value:"LOW"})
singleButton({name:"load2 On", action:"digitalWrite",
pin:"2", value:"HIGH"})
singleButton({name:"load2 Off", action:"digitalWrite",
pin:"2", value:"LOW"})
singleButton({name:"load3 On", action:"digitalWrite",
pin:"3", value:"HIGH"})
singleButton({name:"load3 Off", action:"digitalWrite",
pin:"3", value:"LOW"})
singleButton({name:"load4 On", action:"digitalWrite",
pin:"4", value:"HIGH"})
singleButton({name:"load4 Off", action:"digitalWrite",
pin:"4", value:"LOW"})

Smart Board Code

Credits

Utkarsh Srivastava
2 projects • 2 followers
Contact

Comments

Please log in or sign up to comment.