Back to early work

Alexa Home Automation — 4-Device IoT Control Prototype

An early Alexa-based home automation project where Parth used a Wemos D1 board, WiFi, Sinric, and a 4-channel relay to control household devices by voice.

Early project demo

Watch the demo directly on this page.

Open on YouTube

Overview

Alexa Home Automation was one of Parth's strongest early IoT projects. Built in 2018, it used Amazon Alexa voice control with a Wemos D1 board and a 4-channel relay to control multiple household devices. The video shows the actual hardware setup, including the Wemos D1 board and relay module. The relay controlled an extension cord connected to household devices, while the board and relay were powered through a power bank. The project was not just a classroom exercise — it was built and used at home. At that time, voice-controlled home automation was still new for many Indian households. Parth learned the setup independently and created a working system that connected voice commands, cloud IoT communication, WiFi, microcontroller logic, and real electrical device control. This project is important because it shows Parth thinking beyond simple electronics. In 2018, he was already working with voice assistants, WiFi-based IoT, cloud command handling, relay control, and real-world home automation. It reflects the ability to learn a new technology independently and turn it into a working home-use implementation.

Problem solved

The project explored how everyday household devices could be controlled by voice using Alexa instead of manual switches. It demonstrated how voice assistants could become a practical interface for home automation.

What it does

The system receives Alexa-triggered device commands through a WiFi-connected Wemos D1 board. The Arduino code connects to WiFi, communicates through the Sinric IoT service using WebSockets, processes power-state commands, and switches one of four relay outputs to turn connected devices on or off.

Contribution

Parth learned the Alexa-IoT setup independently, configured the Wemos D1 board, connected the 4-channel relay, wrote and adapted the Arduino/ESP8266 code, mapped device commands to relay outputs, and demonstrated real household device control on video.

Alexa Home Automation — 4-Device IoT Control Prototype | Think Big AI Systems