You are on page 1of 18

Abstract

__________________________________________________________________

The main objective of this project is to develop a home automation system using
an Arduino board with WIFI being controlled by any android OS smart phone.
As technology is advancing so houses are also getting smarter. Modern houses are
gradually shifting from conventional switches to centralized control system
involving remote controlled switches. Presently, conventional wall switches
located in different parts of the house makes it difficult for the elderly or
physically handicapped people to do so. Remote controlled home automation
system provides a most modern solution with smart phones.
In order to achieve this, a WIFI module is interfaced to the Arduino board at the
receiver's end while at the transmitters end an application on the phone sends
ON/OFF commands to the receiver where loads are connected. Voice recognition
technique is used to turn on or off the loads. The loads are operated by Arduino
board through relay and with the help of NodeMCU ESP 32.
Acknowledgement
____________________________________________________
The completion of this undertaking could not have been possible without the
participation and assistance of so many people whose names may not all be
enumerated. Their contributions are sincerely appreciated and gratefully
acknowledged. However, the group would like to express their deep appreciation
and indebtedness to the DR. Hemant Kumar Juneja for their endless support, kind
and understanding spirit during our case presentation.
I also won't forget my group participants and also friends because they were quite
good with sharing of knowledge and information to complete this project
successfully.
Above all great almighty, the author of knowledge and wisdom, for his countless
love

Name of the candidates


ADITYA GAWALI (
HITEN KOTHARI (
SAKET AGASHE (
VIKRAM GOSAVI (
ATHARVA SAWANT (
ROHAN KARVANDE (
Introduction
__________________________________________________________________

Nowadays, we have remote controls for our television sets and other electronic
systems, which have made our lives really easy. Have you ever wondered about
home automation which would give the facility of controlling the tube lights, fans
and other electrical appliances at home using remote control? Off course, Yes!
But, are the available options cost-effective? If the answer is NO, we have found
the solution to it. We have come up with a new system called Arduino based
Home Automation using WIFI. This system is super cost effective and can give the
user, the ability to control any electronic device without even spending for a
remote control. This project helps the user to control all the electronic devices
using his/her smartphone.
Time is a very valuable thing. Everybody wants to save time as much as they can.
New technologies are being introduced to save our time. To save people time we
are introducing home automation system using WIFI. With the help of this system
you can turn ON/OFF your home appliances from your mobile phone if the home
appliance is within the range of WIFI.
Aim Of the Project
___________________________________________________________________
The aim of the project is to design and construct a home automation system that
will remotely switch on or off any household appliance connected to it using an
ESP32 Module and Google assistance-based voice recognition technology.

Objective of the Project


____________________________________________________
The objective of this project is to implement a low cost, reliable and scalable
home automation system that can be used to remotely switch on or off any
household appliance, using an ESP32 to achieve hardware simplicity, low cost
short messaging service for feedback and voice dial from any phone to toggle the
switch state.
Hardware Requirement
___________________________________________________________________
TOTAL COST TO PROJECT: 942 INR
COMPONENT QUANTITY PRICE
5v Relay 2 30
ULN 2003 Relay Driver 1 10
Wires 3 meter 12
Holder 2 20
Bulb 2 20
AC Plug 1 10
Etching 1 120
IC Bed 1 5
Screw Terminals 3 30
ESP 32 NodeMCU 1 685
Matrix 1 75

Software requirement
___________________________________________________
Arduino IDE
IFTTT
AdafruitIO
Circuit Diagrams and its explanation
___________________________________________________
ESP32 NodeMCU pin diagram:
PCB layout diagram:
Schematic circuit diagram:

Explanation
___________________________________________________
Observation
___________________________________________________
 First of all, WIFI & MQTT is connected, after giving instructions through the
google assistance to turn ON the bedroom/kitchen light using voice
recognition technique, the Load(bulb) connected in respective room i.e.
kitchen/bedroom will turn on.
 Similarly, If the voice command is given to turn OFF the bedroom/kitchen
light it will turn off the respective Load(bulb) in the sequence in which voice
instructions are given.
 As soon as WIFI is disconnected the functioning of the Home Automation
system fails.
Design Implementation
____________________________________________________
Code for implementation:
____________________________________________________

You might also like