SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1
IOT BASED HOME AUTOMATION SYSTEM USING ARDUINO BOARD
Harsh Mehta1,Kunal Jadhav2,Avinash Mishra3,Prof. Anushree Deshmukh4
1Student, IT, Rajiv Gandhi institute Of Technology, Maharashtra, India
2Student, IT, Rajiv Gandhi institute Of Technology, Maharashtra, India
3Student, IT, Rajiv Gandhi institute Of Technology, Maharashtra, India
4Professor, IT, Rajiv Gandhi institute Of Technology, Maharashtra, India
--------------------------------------------------------------------------****-------------------------------------------------------------------
ABSTRACT - In this project smart environment
condition monitoring by varioussensors(Temperature
and Light level) for providing necessary data to
annually adjust the comfort level in home by
optimizing use of energy is developed. In this project
we are also using Arduino board and Arduino Wi-Fi
shield. Temperature sensors will also detect the high
and low temperatures which will identify the
temperature and will notify it on device. The android
application developed will allow user to manually
switch ON and off the lights. This gives a huge
advantage on the smart home system using IoT.
KEY WORD: Home Automation System, Android,
Arduino, Arduino Wifi Shield, Sensors.
1.INTRODUCTION
Home automation has been a feature of science
fiction writing for many years, but has only become
practical since the early 20th Century following the
widespread introductionof electricityinto thehome,
and the rapid advancement of information
technology. Home automation refers to the
application of computer and information technology
for control of home appliances easily. It is a
automation of the home, housework or household
activity. Home automation may include centralized
control of Light, Appliances, Temperature and other
systems, to provide improved convenience. Comfort,
energy efficiency and security. Home automation for
the elderly and disabled can provide increased
quality of life for persons who might otherwise
require caregivers or institutional care. The
popularity of home automation has been increasing
greatly in recent years due to much higher
affordability and simplicity through Smartphoneand
tablet connectivity. The concept of the "Internet of
Things" has tied in closely with the popularization of
home automation. Through the integration of
information technologies with the home
environment, systems and appliances are able to
communicate in an integrated manner which results
in convenience, energy efficiency,andsafetybenefits.
As we are using Arduino Uno. It is a popular open-
source single-board microcontroller, descendant of
the open-source Wiring platform, designed to make
the process of using electronics in multidisciplinary
projects more accessible. The hardware consists of a
simple open hardware design for the Arduino board
with an Atmel AVR processor and on-board
input/output support. The software consists of a
standard programming language compiler and the
boot loader that runs on the board.
Arduino hardware is programmed using a Wiring-
based language (syntax and libraries), similar to C++
with some slight simplifications and modifications,
and a Processing-based integrated development
environment.
2. LITERATURE SURVEY
In this paper S.Anusha , M.Madhavi , R.Hemalatha
have developed an IoT based home automation
system which makes use of a micro-controller and a
java based android application. The micro-controller
used is ATmega328. They have also made use of a
GSM module which helps the system to be used
remotely [1].
In this paper Rajeev Piyare presents a low cost and
flexiblehomecontrolandmonitoringsystemusingan
embedded micro-web server,withIPconnectivityfor
accessing and controlling devices and appliances
remotely using Android based Smart phone app. The
proposed system does not require a dedicatedserver
PC with respect to similar systems and offers a novel
communication protocol to monitor and control the
home environment with more thanjusttheswitching
functionality. To demonstrate the feasibility and
effectiveness of this system, devices such as light
switches, power plug, temperature sensor and
current sensor have been integrated with the
proposed home control system [2].
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1542
In this paper Ahmed ElShafee, Karim AlaaHamed
presents a design and prototype implementation of
new home automation system that uses WiFi
technology as a network infrastructure connecting its
parts. Their system consists of two main components;
the first partis the server (webserver),whichpresents
system core that manages, controls, and monitors
users’ home. Users and system administrator can
locally (LAN) or remotely (internets) manage and
control system code. Second partishardwareinterface
module, which provides appropriate interface to
sensors and actuator of home automation system.
Unlike most of available home automation system in
the market the proposed system is scalable that one
server can manage many hardware interface modules
as long as it exists on Wi-Fi network coverage. System
supports a wide rangeofhomeautomationdeviceslike
power management components, and security
components. The proposed system is better from the
scalability and flexibility point of view than the
commercially available home automation systems [3].
3. PROPOSED SYSTEM
The system has two parts, namely; hardware and
software.Thehardwaresystemconsistsofarduino uno
board, arduino wi-fi shield, sensors and home
appliances. The software system consists of a java
based android application also arduino language is
used to configure the arduino uno board and the
sensors. In this system, the components used are
arduino uno board,arduinowi-fishield,sensors(lm35,
LDR).[3] These hardware components are used in
order to control the home appliances. Arduino uno
board will help to develop an interface between the
hardware and the software application. This system
also consists of a software application which is
developed using android. The arduino wi-fi shield will
help in transmitting and receiving the input given by
the user [2].
Fig -1: PROPOSED SYSTEM
Part1- The main path of appliance is controlling basic
power using are android application which is made by
us. The main part of Arduino is that it act as interface
between hardware component and software
(application).
Part 2-After successfully implements of path 1 we can
introduce one of important aspect of projectARDUINO
TEMPERATURE SENSOR LM35 which will check the
room temperature and it is able adjust room
temperature using the application. Plus light detection
would play is role by adjusting light accordingly.
Part 3-Study of Light detection and temperature
detection is carried out.
Part 4- Finally, Project will becompiled.Compilationof
all the modules will be done. The whole system will be
executed and will be able to run perfectly.
3.1 ANDROID
Android is a mobile operating systemthatisbasedona
modified version of Linux. It was originally developed
by a start-up of the same name, Android, Inc. In 2005,
as part of its strategy to enter the mobile space, Google
purchased Android and took over its development
work as well as its development team).Google wanted
Android to be open and free; hence, most of the
Android code was released under the open source
Apache License, which means that anyone who wants
to use Android can do so by downloading the full
Android source code.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1543
3.2. ANDROID APPLICATION
Android is a software stack for mobile devices that
include operating system, middleware and key
applications. The Android SDK provides the tools and
APIs necessary to begin developingapplicationsonthe
Android platform using the Java programming
language. By providing an open development
framework, Android offers developers the ability to
build extremely rich and innovative applications.
Developers have full access to the same framework
APIs used by the core applications. Android includes a
set of C/C++ libraries used by various components of
the Android system. They include System C library,
Media library, Surface Manager, LibWebCore, SGL,
SQLite, FreeType and3D libraries [2].
3.3. ARDUINO UNO BOARD
Arduino/GenuinoUnoisamicrocontrollerboardbased
on the ATmega328P (datasheet). It has 14 digital
input/output pins (of which 6 can be used as PWM
outputs), 6 analog inputs, a 16 MHz quartz crystal, a
USB connection, a power jack, an ICSP header and a
reset button. It contains everything needed to support
the microcontroller; simply connect it to a computer
with a USB cable or power it with a AC-to-DC adapter
or battery to get started.. You cantinkerwithyourUNO
without worring too much about doing something
wrong, worst case scenarioyoucanreplacethechipfor
a few dollars and start over again [2].
"Uno" means one in Italianand was chosentomarkthe
release of Arduino Software (IDE) 1.0. The Uno board
and version 1.0 of Arduino Software (IDE) were the
reference versions of Arduino, now evolved to newer
releases. The Uno board is the first in a series of USB
Arduino boards, and the reference model for the
Arduino platform; for an extensive list of current, past
or outdated boards see the Arduino index of boards.
Fig -2: ARDUINO UNO BOARD
3.4.ARDUINO WI-FI SHIELD
The Arduino WiFi Shield allows an Arduino board to
connect to the internet using the 802.11 wireless
specification (WiFi). It is based on
the HDG204 Wireless LAN 802.11b/g System in-
Package.Thereisanonboardmicro-SDcardslot,which
can be used to store files for serving over the network.
It is compatible with the Arduino Uno and Mega. The
onboard microSD card reader isaccessiblethroughthe
SD Library. When workingwiththislibrary,SSisonPin
4.Arduino communicates with both the Wifi shield's
processor and SD card using the SPI bus (through the
ICSP header). This is on digital pins 11, 12, and 13 on
the Uno and pins 50, 51, and 52 on the Mega. On both
boards, pin 10 is used to select the HDG204 and pin 4
for the SD card. These pins cannot be used for general
I/O. Digital pin 7 is used as a handshake pin between
the WiFi shield and the Arduino, and should not be
used [4].
Fig -4: ARDUINO WI-FI SHIELD
3.5. SENSORS
In the broadest definition, a sensor is an object whose
purpose is to detect events or changes in its
environment, and then provide a corresponding
output. A sensor is a type of transducer; sensors may
provide various types of output, but typically use
electrical or optical signals. For example,
a thermocouple generates a known voltage (the
output) in response to its temperature (the
environment). A mercury-in-glass thermometer,
similarly, converts measured temperature into
expansion and contraction of a liquid, which can be
read on a calibrated glass tube.
The types of sensors used in this system are lm35 i.e
temperature sensor and LDR i.e light detection sensor.
Both of these sensors will be connected to arduinouno
board and will be configured accordingly. These
sensors will sense the light and temperature in the
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1544
room and will allow user to manually switch ON and
OFF the lights. Lm35 sensor will help the user to know
the room temperature and theLDRsensorwillhelpthe
user to have control over the light remotely.
4. WHY ARDUINO?
 Arduino is open source prototyping platform.
 Arduino based language is available for
developing inputs and interacting with other
softwares.
 Supported in all operating systems.
 Main aspect of it is less expensive than other
prototyping systems available.
 You can get Arduino board with LOTS of
different I/O and other interface
configurations.
 The Pi is pretty much what it is and has a lot
less time in the field.
 Pi - for $35 you get video, audio, Ethernet , and
USB.
 That will cost you 2X that to get the same on
top of an Arduino UNO.
 The Arduino UNO runs comfortably on just a
few milliamps
 The Pi needs more like 700mA whereas
aurdino requires less power.
ARDUINO VS RASPBERRY PI
5. CONCLUSIONS
A Smart Home system integrates electrical devices ina
house with each other. The techniqueswhicharegoing
to use in home automation include those in building
automation as wellasthecontrolofdomesticactivities,
such as TV, fan, electrictubes,refrigeratorandwashing
machine. After studying and understanding literature
survey and other existing works, we proposed a Novel
technique that will givesusbetterunderstandingofthe
Environmental conditions in home. Our system not
only just monitors environmentalconditionsbutitacts
according to inhabitant requirement. In this paper we
are planning to eliminate most of the human
interaction by providing intelligent system.
Development of such Smart Home achieve by using
Internet of Things technologies. By using these system
we can actually manage to make low cost, flexible
smart homes to adjust its environmental conditions
and resolve its errors with energy saving.
REFERENCES
[1]HOME AUTOMATION USING ATmega328
MICROCONTROLLER AND ANDROID APPLICATION,
S.Anusha1, M.Madhavi2, R.Hemalatha3. International
Research Journal of Engineering and Technology
(IRJET) , Volume: 02 Issue: 06 | Sep-2015
www.irjet.net
[2]Internet of Things: Ubiquitous Home Control and
Monitoring System using Android based Smart Phone,
Rajeev Piyare. International Journal of Internet of
Things 2013, 2(1): 5-11 DOI:
10.5923/j.ijit.20130201.02
[3]Design and Implementation of a WiFi Based Home
Automation System, Ahmed ElShafee, Karim
AlaaHamed. World Academy of Science, Engineering
and Technology International Journal of Computer,
Electrical, Automation, Control and Information
Engineering Vol:6, No:8,2012.

Contenu connexe

Tendances

Home automation using internet of things
Home automation using internet of thingsHome automation using internet of things
Home automation using internet of thingsAbhishek Bhadoria
 
Home automation - SMART HOME
Home automation - SMART HOME Home automation - SMART HOME
Home automation - SMART HOME Ankur Mehra
 
Presentation Smart Home With Home Automation
Presentation Smart Home With Home AutomationPresentation Smart Home With Home Automation
Presentation Smart Home With Home AutomationArifur Rahman
 
Current Trends in Internet of Things (IOT)
Current Trends in Internet of Things (IOT)Current Trends in Internet of Things (IOT)
Current Trends in Internet of Things (IOT)Dr. Mazlan Abbas
 
Fire Alarm System Project
Fire Alarm System ProjectFire Alarm System Project
Fire Alarm System ProjectRinkuNahar
 
IoT Based Smart Energy Meter
IoT Based Smart Energy MeterIoT Based Smart Energy Meter
IoT Based Smart Energy Meterijtsrd
 
Home automation using bluetooth - Aurdino BASED
Home automation using bluetooth - Aurdino BASEDHome automation using bluetooth - Aurdino BASED
Home automation using bluetooth - Aurdino BASEDAshish Kumar Thakur
 
The internet of things.pptx
The internet of things.pptxThe internet of things.pptx
The internet of things.pptxLamisaFaria
 
Smart Home Automation And security System
Smart Home Automation And security SystemSmart Home Automation And security System
Smart Home Automation And security SystemAmit Kundu
 
Home automation using IoT literature review ppt
Home automation using IoT literature review pptHome automation using IoT literature review ppt
Home automation using IoT literature review pptTanujkumar101
 
Home automation using arduino
Home automation using arduinoHome automation using arduino
Home automation using arduinoIkram Arshad
 
A major project report on Energy Efficient Infrared (IR) Based Home Automatio...
A major project report on Energy Efficient Infrared (IR) Based Home Automatio...A major project report on Energy Efficient Infrared (IR) Based Home Automatio...
A major project report on Energy Efficient Infrared (IR) Based Home Automatio...Prasant Kumar
 
SMART HOME AUTOMATION USING MOBILE APPLICATION
SMART HOME AUTOMATION USING MOBILE APPLICATIONSMART HOME AUTOMATION USING MOBILE APPLICATION
SMART HOME AUTOMATION USING MOBILE APPLICATIONEklavya Sharma
 

Tendances (20)

Home automation using internet of things
Home automation using internet of thingsHome automation using internet of things
Home automation using internet of things
 
Home automation - SMART HOME
Home automation - SMART HOME Home automation - SMART HOME
Home automation - SMART HOME
 
Presentation Smart Home With Home Automation
Presentation Smart Home With Home AutomationPresentation Smart Home With Home Automation
Presentation Smart Home With Home Automation
 
Current Trends in Internet of Things (IOT)
Current Trends in Internet of Things (IOT)Current Trends in Internet of Things (IOT)
Current Trends in Internet of Things (IOT)
 
Home security system
Home security systemHome security system
Home security system
 
Fire Alarm System Project
Fire Alarm System ProjectFire Alarm System Project
Fire Alarm System Project
 
IoT Based Smart Energy Meter
IoT Based Smart Energy MeterIoT Based Smart Energy Meter
IoT Based Smart Energy Meter
 
Smart card
Smart cardSmart card
Smart card
 
Home automation using bluetooth - Aurdino BASED
Home automation using bluetooth - Aurdino BASEDHome automation using bluetooth - Aurdino BASED
Home automation using bluetooth - Aurdino BASED
 
The internet of things.pptx
The internet of things.pptxThe internet of things.pptx
The internet of things.pptx
 
Smart Home Automation And security System
Smart Home Automation And security SystemSmart Home Automation And security System
Smart Home Automation And security System
 
Home automation with arduino
Home automation with arduinoHome automation with arduino
Home automation with arduino
 
Home automation using IoT literature review ppt
Home automation using IoT literature review pptHome automation using IoT literature review ppt
Home automation using IoT literature review ppt
 
Home automation using arduino
Home automation using arduinoHome automation using arduino
Home automation using arduino
 
A major project report on Energy Efficient Infrared (IR) Based Home Automatio...
A major project report on Energy Efficient Infrared (IR) Based Home Automatio...A major project report on Energy Efficient Infrared (IR) Based Home Automatio...
A major project report on Energy Efficient Infrared (IR) Based Home Automatio...
 
SMART HOME AUTOMATION USING MOBILE APPLICATION
SMART HOME AUTOMATION USING MOBILE APPLICATIONSMART HOME AUTOMATION USING MOBILE APPLICATION
SMART HOME AUTOMATION USING MOBILE APPLICATION
 
Smarthome
SmarthomeSmarthome
Smarthome
 
Smart home
Smart homeSmart home
Smart home
 
Home security system
Home security system Home security system
Home security system
 
Introduction of Arduino Uno
Introduction of Arduino UnoIntroduction of Arduino Uno
Introduction of Arduino Uno
 

Similaire à IoT Based home automation system using Arduino board

IRJET- Multi Plug Control using Internet of Things
IRJET- Multi Plug Control using Internet of ThingsIRJET- Multi Plug Control using Internet of Things
IRJET- Multi Plug Control using Internet of ThingsIRJET Journal
 
Android Controlled Air Conditioner Remote
Android Controlled Air Conditioner RemoteAndroid Controlled Air Conditioner Remote
Android Controlled Air Conditioner RemoteIRJET Journal
 
IRJET- Smart Home using Google Assistant (IFTTT)
IRJET-  	  Smart Home using Google Assistant (IFTTT)IRJET-  	  Smart Home using Google Assistant (IFTTT)
IRJET- Smart Home using Google Assistant (IFTTT)IRJET Journal
 
IRJET- Smart Home: Speech Recognition based Home Automation using IoT
IRJET-  	  Smart Home: Speech Recognition based Home Automation using IoTIRJET-  	  Smart Home: Speech Recognition based Home Automation using IoT
IRJET- Smart Home: Speech Recognition based Home Automation using IoTIRJET Journal
 
Android Based Home-Automation using Microcontroller
Android Based Home-Automation using MicrocontrollerAndroid Based Home-Automation using Microcontroller
Android Based Home-Automation using MicrocontrollerEswar Publications
 
IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)IRJET Journal
 
Home Automation using Internet of Things
Home Automation using Internet of ThingsHome Automation using Internet of Things
Home Automation using Internet of ThingsIRJET Journal
 
IRJET- Automated System for Office using Arduino and Android
IRJET-  	  Automated System for Office using Arduino and AndroidIRJET-  	  Automated System for Office using Arduino and Android
IRJET- Automated System for Office using Arduino and AndroidIRJET Journal
 
Controlling Home Appliances by using Universal Remote Control System (IoT and...
Controlling Home Appliances by using Universal Remote Control System (IoT and...Controlling Home Appliances by using Universal Remote Control System (IoT and...
Controlling Home Appliances by using Universal Remote Control System (IoT and...IRJET Journal
 
IRJET- Smart Power Optimization with IoT
IRJET-  	  Smart Power Optimization with IoTIRJET-  	  Smart Power Optimization with IoT
IRJET- Smart Power Optimization with IoTIRJET Journal
 
IJSRED-V2I4P4
IJSRED-V2I4P4IJSRED-V2I4P4
IJSRED-V2I4P4IJSRED
 
IRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining TrackingIRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining TrackingIRJET Journal
 
IRJET - Home Automation for Physically Challenged and Elder People
IRJET -  	  Home Automation for Physically Challenged and Elder PeopleIRJET -  	  Home Automation for Physically Challenged and Elder People
IRJET - Home Automation for Physically Challenged and Elder PeopleIRJET Journal
 
Android Based Smart Department
Android Based Smart DepartmentAndroid Based Smart Department
Android Based Smart DepartmentIRJET Journal
 
IRJET- Home Automation using Voice Commands in the Hindi Language
IRJET- Home Automation using Voice Commands in the Hindi LanguageIRJET- Home Automation using Voice Commands in the Hindi Language
IRJET- Home Automation using Voice Commands in the Hindi LanguageIRJET Journal
 
Home Automation Application with voice commands using Arduino
Home Automation Application with voice commands using ArduinoHome Automation Application with voice commands using Arduino
Home Automation Application with voice commands using ArduinoIRJET Journal
 
Smart Home Automation using Wi-Fi
Smart Home Automation using Wi-FiSmart Home Automation using Wi-Fi
Smart Home Automation using Wi-Fiijtsrd
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIRJET Journal
 
IRJET- Home Automation System for Disable People using Bluetooth Technology a...
IRJET- Home Automation System for Disable People using Bluetooth Technology a...IRJET- Home Automation System for Disable People using Bluetooth Technology a...
IRJET- Home Automation System for Disable People using Bluetooth Technology a...IRJET Journal
 

Similaire à IoT Based home automation system using Arduino board (20)

IRJET- Multi Plug Control using Internet of Things
IRJET- Multi Plug Control using Internet of ThingsIRJET- Multi Plug Control using Internet of Things
IRJET- Multi Plug Control using Internet of Things
 
Android Controlled Air Conditioner Remote
Android Controlled Air Conditioner RemoteAndroid Controlled Air Conditioner Remote
Android Controlled Air Conditioner Remote
 
IRJET- Smart Home using Google Assistant (IFTTT)
IRJET-  	  Smart Home using Google Assistant (IFTTT)IRJET-  	  Smart Home using Google Assistant (IFTTT)
IRJET- Smart Home using Google Assistant (IFTTT)
 
IRJET- Smart Home: Speech Recognition based Home Automation using IoT
IRJET-  	  Smart Home: Speech Recognition based Home Automation using IoTIRJET-  	  Smart Home: Speech Recognition based Home Automation using IoT
IRJET- Smart Home: Speech Recognition based Home Automation using IoT
 
Android Based Home-Automation using Microcontroller
Android Based Home-Automation using MicrocontrollerAndroid Based Home-Automation using Microcontroller
Android Based Home-Automation using Microcontroller
 
IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)
 
Home Automation using Internet of Things
Home Automation using Internet of ThingsHome Automation using Internet of Things
Home Automation using Internet of Things
 
IRJET- Automated System for Office using Arduino and Android
IRJET-  	  Automated System for Office using Arduino and AndroidIRJET-  	  Automated System for Office using Arduino and Android
IRJET- Automated System for Office using Arduino and Android
 
Controlling Home Appliances by using Universal Remote Control System (IoT and...
Controlling Home Appliances by using Universal Remote Control System (IoT and...Controlling Home Appliances by using Universal Remote Control System (IoT and...
Controlling Home Appliances by using Universal Remote Control System (IoT and...
 
IRJET- Smart Power Optimization with IoT
IRJET-  	  Smart Power Optimization with IoTIRJET-  	  Smart Power Optimization with IoT
IRJET- Smart Power Optimization with IoT
 
IJSRED-V2I4P4
IJSRED-V2I4P4IJSRED-V2I4P4
IJSRED-V2I4P4
 
IRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining TrackingIRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining Tracking
 
IRJET - Home Automation for Physically Challenged and Elder People
IRJET -  	  Home Automation for Physically Challenged and Elder PeopleIRJET -  	  Home Automation for Physically Challenged and Elder People
IRJET - Home Automation for Physically Challenged and Elder People
 
Android Based Smart Department
Android Based Smart DepartmentAndroid Based Smart Department
Android Based Smart Department
 
IRJET- Home Automation using Voice Commands in the Hindi Language
IRJET- Home Automation using Voice Commands in the Hindi LanguageIRJET- Home Automation using Voice Commands in the Hindi Language
IRJET- Home Automation using Voice Commands in the Hindi Language
 
Home Automation Application with voice commands using Arduino
Home Automation Application with voice commands using ArduinoHome Automation Application with voice commands using Arduino
Home Automation Application with voice commands using Arduino
 
Smart Home Automation using Wi-Fi
Smart Home Automation using Wi-FiSmart Home Automation using Wi-Fi
Smart Home Automation using Wi-Fi
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring System
 
IRJET- Home Automation System for Disable People using Bluetooth Technology a...
IRJET- Home Automation System for Disable People using Bluetooth Technology a...IRJET- Home Automation System for Disable People using Bluetooth Technology a...
IRJET- Home Automation System for Disable People using Bluetooth Technology a...
 
[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...
[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...
[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...
 

Plus de IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

Plus de IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Dernier

Cost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based questionCost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based questionSneha Padhiar
 
multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communicationpanditadesh123
 
Python Programming for basic beginners.pptx
Python Programming for basic beginners.pptxPython Programming for basic beginners.pptx
Python Programming for basic beginners.pptxmohitesoham12
 
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Sumanth A
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONjhunlian
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating SystemRashmi Bhat
 
Engineering Drawing section of solid
Engineering Drawing     section of solidEngineering Drawing     section of solid
Engineering Drawing section of solidnamansinghjarodiya
 
Artificial Intelligence in Power System overview
Artificial Intelligence in Power System overviewArtificial Intelligence in Power System overview
Artificial Intelligence in Power System overviewsandhya757531
 
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSneha Padhiar
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxRomil Mishra
 
Turn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxTurn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxStephen Sitton
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating SystemRashmi Bhat
 
KCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitosKCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitosVictor Morales
 
Katarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School CourseKatarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School Coursebim.edu.pl
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
OOP concepts -in-Python programming language
OOP concepts -in-Python programming languageOOP concepts -in-Python programming language
OOP concepts -in-Python programming languageSmritiSharma901052
 
TEST CASE GENERATION GENERATION BLOCK BOX APPROACH
TEST CASE GENERATION GENERATION BLOCK BOX APPROACHTEST CASE GENERATION GENERATION BLOCK BOX APPROACH
TEST CASE GENERATION GENERATION BLOCK BOX APPROACHSneha Padhiar
 
signals in triangulation .. ...Surveying
signals in triangulation .. ...Surveyingsignals in triangulation .. ...Surveying
signals in triangulation .. ...Surveyingsapna80328
 
Levelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument methodLevelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument methodManicka Mamallan Andavar
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdfHafizMudaserAhmad
 

Dernier (20)

Cost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based questionCost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based question
 
multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communication
 
Python Programming for basic beginners.pptx
Python Programming for basic beginners.pptxPython Programming for basic beginners.pptx
Python Programming for basic beginners.pptx
 
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating System
 
Engineering Drawing section of solid
Engineering Drawing     section of solidEngineering Drawing     section of solid
Engineering Drawing section of solid
 
Artificial Intelligence in Power System overview
Artificial Intelligence in Power System overviewArtificial Intelligence in Power System overview
Artificial Intelligence in Power System overview
 
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptx
 
Turn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxTurn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptx
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating System
 
KCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitosKCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitos
 
Katarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School CourseKatarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School Course
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
OOP concepts -in-Python programming language
OOP concepts -in-Python programming languageOOP concepts -in-Python programming language
OOP concepts -in-Python programming language
 
TEST CASE GENERATION GENERATION BLOCK BOX APPROACH
TEST CASE GENERATION GENERATION BLOCK BOX APPROACHTEST CASE GENERATION GENERATION BLOCK BOX APPROACH
TEST CASE GENERATION GENERATION BLOCK BOX APPROACH
 
signals in triangulation .. ...Surveying
signals in triangulation .. ...Surveyingsignals in triangulation .. ...Surveying
signals in triangulation .. ...Surveying
 
Levelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument methodLevelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument method
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf
 

IoT Based home automation system using Arduino board

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1 IOT BASED HOME AUTOMATION SYSTEM USING ARDUINO BOARD Harsh Mehta1,Kunal Jadhav2,Avinash Mishra3,Prof. Anushree Deshmukh4 1Student, IT, Rajiv Gandhi institute Of Technology, Maharashtra, India 2Student, IT, Rajiv Gandhi institute Of Technology, Maharashtra, India 3Student, IT, Rajiv Gandhi institute Of Technology, Maharashtra, India 4Professor, IT, Rajiv Gandhi institute Of Technology, Maharashtra, India --------------------------------------------------------------------------****------------------------------------------------------------------- ABSTRACT - In this project smart environment condition monitoring by varioussensors(Temperature and Light level) for providing necessary data to annually adjust the comfort level in home by optimizing use of energy is developed. In this project we are also using Arduino board and Arduino Wi-Fi shield. Temperature sensors will also detect the high and low temperatures which will identify the temperature and will notify it on device. The android application developed will allow user to manually switch ON and off the lights. This gives a huge advantage on the smart home system using IoT. KEY WORD: Home Automation System, Android, Arduino, Arduino Wifi Shield, Sensors. 1.INTRODUCTION Home automation has been a feature of science fiction writing for many years, but has only become practical since the early 20th Century following the widespread introductionof electricityinto thehome, and the rapid advancement of information technology. Home automation refers to the application of computer and information technology for control of home appliances easily. It is a automation of the home, housework or household activity. Home automation may include centralized control of Light, Appliances, Temperature and other systems, to provide improved convenience. Comfort, energy efficiency and security. Home automation for the elderly and disabled can provide increased quality of life for persons who might otherwise require caregivers or institutional care. The popularity of home automation has been increasing greatly in recent years due to much higher affordability and simplicity through Smartphoneand tablet connectivity. The concept of the "Internet of Things" has tied in closely with the popularization of home automation. Through the integration of information technologies with the home environment, systems and appliances are able to communicate in an integrated manner which results in convenience, energy efficiency,andsafetybenefits. As we are using Arduino Uno. It is a popular open- source single-board microcontroller, descendant of the open-source Wiring platform, designed to make the process of using electronics in multidisciplinary projects more accessible. The hardware consists of a simple open hardware design for the Arduino board with an Atmel AVR processor and on-board input/output support. The software consists of a standard programming language compiler and the boot loader that runs on the board. Arduino hardware is programmed using a Wiring- based language (syntax and libraries), similar to C++ with some slight simplifications and modifications, and a Processing-based integrated development environment. 2. LITERATURE SURVEY In this paper S.Anusha , M.Madhavi , R.Hemalatha have developed an IoT based home automation system which makes use of a micro-controller and a java based android application. The micro-controller used is ATmega328. They have also made use of a GSM module which helps the system to be used remotely [1]. In this paper Rajeev Piyare presents a low cost and flexiblehomecontrolandmonitoringsystemusingan embedded micro-web server,withIPconnectivityfor accessing and controlling devices and appliances remotely using Android based Smart phone app. The proposed system does not require a dedicatedserver PC with respect to similar systems and offers a novel communication protocol to monitor and control the home environment with more thanjusttheswitching functionality. To demonstrate the feasibility and effectiveness of this system, devices such as light switches, power plug, temperature sensor and current sensor have been integrated with the proposed home control system [2].
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1542 In this paper Ahmed ElShafee, Karim AlaaHamed presents a design and prototype implementation of new home automation system that uses WiFi technology as a network infrastructure connecting its parts. Their system consists of two main components; the first partis the server (webserver),whichpresents system core that manages, controls, and monitors users’ home. Users and system administrator can locally (LAN) or remotely (internets) manage and control system code. Second partishardwareinterface module, which provides appropriate interface to sensors and actuator of home automation system. Unlike most of available home automation system in the market the proposed system is scalable that one server can manage many hardware interface modules as long as it exists on Wi-Fi network coverage. System supports a wide rangeofhomeautomationdeviceslike power management components, and security components. The proposed system is better from the scalability and flexibility point of view than the commercially available home automation systems [3]. 3. PROPOSED SYSTEM The system has two parts, namely; hardware and software.Thehardwaresystemconsistsofarduino uno board, arduino wi-fi shield, sensors and home appliances. The software system consists of a java based android application also arduino language is used to configure the arduino uno board and the sensors. In this system, the components used are arduino uno board,arduinowi-fishield,sensors(lm35, LDR).[3] These hardware components are used in order to control the home appliances. Arduino uno board will help to develop an interface between the hardware and the software application. This system also consists of a software application which is developed using android. The arduino wi-fi shield will help in transmitting and receiving the input given by the user [2]. Fig -1: PROPOSED SYSTEM Part1- The main path of appliance is controlling basic power using are android application which is made by us. The main part of Arduino is that it act as interface between hardware component and software (application). Part 2-After successfully implements of path 1 we can introduce one of important aspect of projectARDUINO TEMPERATURE SENSOR LM35 which will check the room temperature and it is able adjust room temperature using the application. Plus light detection would play is role by adjusting light accordingly. Part 3-Study of Light detection and temperature detection is carried out. Part 4- Finally, Project will becompiled.Compilationof all the modules will be done. The whole system will be executed and will be able to run perfectly. 3.1 ANDROID Android is a mobile operating systemthatisbasedona modified version of Linux. It was originally developed by a start-up of the same name, Android, Inc. In 2005, as part of its strategy to enter the mobile space, Google purchased Android and took over its development work as well as its development team).Google wanted Android to be open and free; hence, most of the Android code was released under the open source Apache License, which means that anyone who wants to use Android can do so by downloading the full Android source code.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1543 3.2. ANDROID APPLICATION Android is a software stack for mobile devices that include operating system, middleware and key applications. The Android SDK provides the tools and APIs necessary to begin developingapplicationsonthe Android platform using the Java programming language. By providing an open development framework, Android offers developers the ability to build extremely rich and innovative applications. Developers have full access to the same framework APIs used by the core applications. Android includes a set of C/C++ libraries used by various components of the Android system. They include System C library, Media library, Surface Manager, LibWebCore, SGL, SQLite, FreeType and3D libraries [2]. 3.3. ARDUINO UNO BOARD Arduino/GenuinoUnoisamicrocontrollerboardbased on the ATmega328P (datasheet). It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz quartz crystal, a USB connection, a power jack, an ICSP header and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started.. You cantinkerwithyourUNO without worring too much about doing something wrong, worst case scenarioyoucanreplacethechipfor a few dollars and start over again [2]. "Uno" means one in Italianand was chosentomarkthe release of Arduino Software (IDE) 1.0. The Uno board and version 1.0 of Arduino Software (IDE) were the reference versions of Arduino, now evolved to newer releases. The Uno board is the first in a series of USB Arduino boards, and the reference model for the Arduino platform; for an extensive list of current, past or outdated boards see the Arduino index of boards. Fig -2: ARDUINO UNO BOARD 3.4.ARDUINO WI-FI SHIELD The Arduino WiFi Shield allows an Arduino board to connect to the internet using the 802.11 wireless specification (WiFi). It is based on the HDG204 Wireless LAN 802.11b/g System in- Package.Thereisanonboardmicro-SDcardslot,which can be used to store files for serving over the network. It is compatible with the Arduino Uno and Mega. The onboard microSD card reader isaccessiblethroughthe SD Library. When workingwiththislibrary,SSisonPin 4.Arduino communicates with both the Wifi shield's processor and SD card using the SPI bus (through the ICSP header). This is on digital pins 11, 12, and 13 on the Uno and pins 50, 51, and 52 on the Mega. On both boards, pin 10 is used to select the HDG204 and pin 4 for the SD card. These pins cannot be used for general I/O. Digital pin 7 is used as a handshake pin between the WiFi shield and the Arduino, and should not be used [4]. Fig -4: ARDUINO WI-FI SHIELD 3.5. SENSORS In the broadest definition, a sensor is an object whose purpose is to detect events or changes in its environment, and then provide a corresponding output. A sensor is a type of transducer; sensors may provide various types of output, but typically use electrical or optical signals. For example, a thermocouple generates a known voltage (the output) in response to its temperature (the environment). A mercury-in-glass thermometer, similarly, converts measured temperature into expansion and contraction of a liquid, which can be read on a calibrated glass tube. The types of sensors used in this system are lm35 i.e temperature sensor and LDR i.e light detection sensor. Both of these sensors will be connected to arduinouno board and will be configured accordingly. These sensors will sense the light and temperature in the
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1544 room and will allow user to manually switch ON and OFF the lights. Lm35 sensor will help the user to know the room temperature and theLDRsensorwillhelpthe user to have control over the light remotely. 4. WHY ARDUINO?  Arduino is open source prototyping platform.  Arduino based language is available for developing inputs and interacting with other softwares.  Supported in all operating systems.  Main aspect of it is less expensive than other prototyping systems available.  You can get Arduino board with LOTS of different I/O and other interface configurations.  The Pi is pretty much what it is and has a lot less time in the field.  Pi - for $35 you get video, audio, Ethernet , and USB.  That will cost you 2X that to get the same on top of an Arduino UNO.  The Arduino UNO runs comfortably on just a few milliamps  The Pi needs more like 700mA whereas aurdino requires less power. ARDUINO VS RASPBERRY PI 5. CONCLUSIONS A Smart Home system integrates electrical devices ina house with each other. The techniqueswhicharegoing to use in home automation include those in building automation as wellasthecontrolofdomesticactivities, such as TV, fan, electrictubes,refrigeratorandwashing machine. After studying and understanding literature survey and other existing works, we proposed a Novel technique that will givesusbetterunderstandingofthe Environmental conditions in home. Our system not only just monitors environmentalconditionsbutitacts according to inhabitant requirement. In this paper we are planning to eliminate most of the human interaction by providing intelligent system. Development of such Smart Home achieve by using Internet of Things technologies. By using these system we can actually manage to make low cost, flexible smart homes to adjust its environmental conditions and resolve its errors with energy saving. REFERENCES [1]HOME AUTOMATION USING ATmega328 MICROCONTROLLER AND ANDROID APPLICATION, S.Anusha1, M.Madhavi2, R.Hemalatha3. International Research Journal of Engineering and Technology (IRJET) , Volume: 02 Issue: 06 | Sep-2015 www.irjet.net [2]Internet of Things: Ubiquitous Home Control and Monitoring System using Android based Smart Phone, Rajeev Piyare. International Journal of Internet of Things 2013, 2(1): 5-11 DOI: 10.5923/j.ijit.20130201.02 [3]Design and Implementation of a WiFi Based Home Automation System, Ahmed ElShafee, Karim AlaaHamed. World Academy of Science, Engineering and Technology International Journal of Computer, Electrical, Automation, Control and Information Engineering Vol:6, No:8,2012.