Introduction: How TO Make Home Automation System | Voice & Remote Control

Home automation is the automatic control of electronic devices in your home. These devices are connected main automation control board, which allows them to be controlled remotely. With a home automation system, you can control electronic devices via an app or voice assistant. For example, you can turn on and off lights of your room remotely with voice commands. Home automation gives you access to control devices from a mobile device that makes life more easy and convenient. The home automation system We have designed is based on Arduino, Bluetooth module, and four relays. We have also created an Android app that allows the user to access the voices command remote control buttons to turn on and off the devices.

Step 1:

First, you need to install the application from Google store

Step 2: Pair Your Device

First we need to pair our smart phone with Bluetooth module then we need to open the app and select the Bluetooth device now we are ready. The app has eight buttons they send capital alphabets to turn on the device and small alphabets to turn off the device. We are using four relays so we will use first four buttons. The buttons send these commands using app to control the relays.The button 1 will send “A” to turn on the relay 1 and “a” to turn off the relay 1.The button 2 will send “B” to turn on the relay 2 and “b” to turn off the relay 2.The button 3 will send “C” to turn on the relay 3 and “c” to turn off the relay 3.The button 4 will send “D” to turn on the relay 4 and “d” to turn off the relay 4.We can send these voice commands using app to control the relays.“Turn on all relay” to turn on all relays and “Turn off all relay” to turn off all relays.“Turn on relay 1” to turn on relay1 and “Turn off relay 1” to turn off all relay 1.“Turn on relay 2” to turn on relay2 and “Turn off relay 2” to turn off all relay 2.“Turn on relay 3” to turn on relay 3 and “Turn off relay 3” to turn off all relay 3.“Turn on relay 4” to turn on relay 4 and “Turn off relay 4” to turn off all relay 4.

Step 3: Upload Code to Arduino

To get complete code Click here