SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 8182
Android Based Home Automation Using Bluetooth Technology
Lekram Bahekar1, Shilpa Kanhekar2, Padma Jibhakate3, Bharti Dhore4,
Dipali Chopkar5, Mrunalini Hatwar6
1, 2, 3, 4, 5, 6Department of Electronics and Telecommunication Engineering MPCOE Bhandara, MH, India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - This paper represents the design and
implementation of reliable, compact and low-cost android
based smart phone home automation system. Home
automation is useful for numerous advantages. It gives a way
to have things around your home happens automatically. In
today world every people have smart phone with them at
every moment of time. So, it makes sense to use these to
control home appliance in home automationsystemby usinga
simple android app, one can control anyhomeapplianceswith
single click. Commands are sent via Bluetooth to
microcontroller AT89S52, so we need not get up to switch on
or switch off the device while doing some work. This system is
designed to assist an provide support in order to fulfill the
need of physically challenged & old people. To switch ON &
OFF the device automatically, we use motion sensor/PIR
Sensor to switch on & off light automatically when detecting
the presence of a person within certain range automaticroom
light using Arduino is a very useful project.
Key Words: Arduino, Bluetooth Module, PIR Sensor, Smart
Phone, Electrical appliances.
1. INTRODUCTION
The aim of the proposed system is to develop a cost-
effective solution that will provide controlling of home
appliance using android phone. Home automation is the
control of any or all electrical appliances in our home.
Generally, when we go out of the house, we switch off the
light are the electrical equipment’stoavoidaccidentssuchas
short circuit, firing etc. but sometimes we forget to have
switched them off. We must come back hometodoso.This is
wastage of time and creates lost of chaos and tension so to
avoid any such kind of situationthelatesttechnologycoming
up worldwide is the smart home technology. We use PIR
Sensor to switch off the electrical appliance PIR sensor work
like a motion sensor it detect the person when in home or
without home sometimes people forget to switch off
electrical appliances like fan, light etc. PIR Sensor which
detects the infrared energy omitted from human’s body
when human go out home the PIR Sensor automatically off
the electrical appliances.
In this project we have integrated technologies like
android with Bluetooth to execute home automationsystem
we designed user interface using android because android
operating system is capturing most of the mobile market. It
has technical advantagesofscalability,flexibility,availability,
security and its ease of use for users we have selected
Bluetooth technology to be used in this project because it
will keep home automation system active and user can
interact with the system from anywhere in the house.
The aim of this article to propose a wireless remote
control that permits elderly people with physical challenges
handicapped and disabled people, to commandtheirdesired
device without moving around to the nearest control point.
2. BLOCK DIAGRAM OF PROPOSED MODEL
The block diagram of the home automation system is
shown in figure 1. It shows a simple sketch of the
implementation of home automation and the various part
involved in it. The microcontroller is the controlling devices
through which application interacts with home appliances.
Android application is used to send the command to
microcontroller which gives the input to the relay control
unit for controlling the appliances like fan & light.
Fig -1: Block Diagram of Home Automation
BLUETOOTH
Android
APP
LCD DISPLAY
RELAY
DRIVE
R
RELAY
1
RELAY
2
RELAY
3
RELAY
4
PIR
SENSO
R
MICROCONTROLLER
POWER SUPPLY
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 8183
2.1 Bluetooth Module
Bluetooth is a wireless communication technology used
for exchanges of data our short distances. It is found in many
devicesrangingfrommobilephoneandcomputers.Bluetooth
is a combination of hardware and software. It is intended to
create a personal area network our short range the biggest
advantages of using Bluetooth technology isthatthereareno
cables or wires required for the transfer of the data ourshort
ranges.
Fig -2: Bluetooth
2.2 PIR Sensor
We use PIR Sensor to switch off the electrical appliance
PIR sensor work like a motion sensor it detect the person
when in home or without home sometimes people forget to
switch off electrical appliances like fan, light etc. PIR Sensor
which detects the infrared energy omitted from human’s
body when human go out homethePIR Sensorautomatically
off the electrical appliances.
Fig -3: PIR Sensor
3. WORKING OF PROPOSED MODEL
In this project we have used AT89S52 microcontrollerfor
controlling the whole process of this project. AT89S52 is an
(8-bit) microcontroller and it requires supply voltage of 5V
DC. Then the main power supply is 230V AC. We used step
down transformer to convert 230V to 12V. At outputofstep-
down transformer, but we need DC for microcontroller
circuit then rectifier circuit convert AC voltages to DC
voltage. The output of rectifier circuit is 12V DC. But this
voltage is not pure DC then filter is used to get pure DC from
impure DC, at the output of filter circuit 12V DC is get but
microcontroller need 5V DC, then we regulate 12V DC into
5V DC. Circuit connection of this project this are very simple
Bluetooth module Rx and Tx Pins are directly connected to
the Tx and Rx pins of microcontroller, four 5-volt relay are
used as a switch for doing toggle on and off the home
appliances running on AC mains and a relaydriverULN2003
is used for driving relays. Fan, lights are connected at
microcontroller port2 via relays and relay driver. An
11.0592 MHz crystal oscillator used in this circuit for
generating clock signal for microcontrolleranda 5Vvoltages
regulator LM 7805 used for providing 5volt for the whole
circuit. LCD board is used to indicate the status of electrical
load and used to display received data from Bluetooth here
LCD Display is interfaced to the port1 of themicrocontroller.
i.e. data pins of LCD are connected to port0. The three
control pins of the LCD RS, RW, EN are connected to P2.5,
P2.6 and P2.7 pins respectively. Electrical loads like lamp
and fan are connected to the P0.0 to P0.3 pins through the
four-channel relay module Here relays areusedtoswitchAC
loads using small DC voltages.NPN transistorisusedtodrive
the relay. Follow circuit diagram on page 3.
4. WORKING OF ANDROID APPLICATION
In this app ON and OFF buttons are used to ON-OFF the
light and fan of home. Now when we touch any buttons in
Bluetooth controller app the android phone sends a value to
Bluetooth module after receiving this value, Bluetooth
module sends the received this value to Bluetooth module
sends the received value to the microcontroller and then
microcontroller readsitandcompareitwithpredefinevalue,
if any match is occurred then microcontroller perform
comparative operation same operation will performed each
time when button pressed. Now when user touch fan on
button in Bluetooth controller app then microcontroller
receives via Bluetooth module and then controller switch
‘ON’ the fan by using relay driver and relay. And when user
touch fan off button in Bluetooth controller app then
microcontroller receives via Bluetooth module then
controller switch ‘OFF’ the fan by using relay driver and
relay.
Here we have used Bluetooth controller app.
 Download and install Bluetooth controller.
 Turned ON mobile Bluetooth.
 Now open Bluetooth controller app.
 Press scan.
 Select desired Bluetooth device. (Bluetooth module
HC-05)
 Now set keys by pressing set buttons on screen.
Fig -4: Android App, Home Automation Screen.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 8184
Fig -4: Circuit diagram of home automation.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 8185
4. RESULT
We successfully completed our project using Android
Based Home Automation System. On basisofprogramcoded
into Arduino the LED glows and goes of depending on the
pressing of button on keypad. Our project useful for
physically challenged disabled people.
5. CONCLUSION
The project has proposedthe idea ofsmarthomesthatcan
support a lot of home automation system. Android App act
like a remote-control device provides help and assistance
especially to disabled and elderly. A smart home that having
a connection between wireless communication sensors,
monitoring and tracking.Smarthomeisanenormoussystem
that part of multiple technologies and applications that can
be used to provide security and control of home easily.
In future, the window GUI will be invoked with
speech recognition voice control. The android GUI will be
invoked as a remote Bluetooth.
REFERENCES
[1] MH Rashid. Power electronics circuits, devices and
application. Hall International edition, 2003, pp. 232- 257.
[2] Alper Gurek, Caner Gur, Cagri Gurakin, Mustafa Akdeniz,
Senem Kumova Metin, Ilker Korkmaz. An Android Based
Home Automation System. 10th International conference on
High Capacity Optical Network and Enabling Technologies,
Dec 2013.
[3] N. Sriskanthan and Tan Karand. Bluetooth Based Home
Automation System. Journal of Microprocessor and
Microsystems, 26, pp.281-289, 2002.
[4] Mark Murphy (2011): Beginning Android 3, Apries.
[5] Android Wireless Application Development, 2nd edition
by Addison Wesley (2011).
[6] Brodkin Jon (Nov 5, 2012): 5 things we love about
Android.
[7] Reardon, Margnerite (August 15, 2011). News.cnet.com.
[8] www.antel.com

More Related Content

What's hot

Android Based Home Automation Control
Android Based Home Automation ControlAndroid Based Home Automation Control
Android Based Home Automation ControlVivek Porwal
 
Home automation System
Home automation SystemHome automation System
Home automation SystemNaman Gautam
 
HOME AUTOMATION USING ARDUINO
HOME AUTOMATION USING ARDUINOHOME AUTOMATION USING ARDUINO
HOME AUTOMATION USING ARDUINOEklavya Sharma
 
Home automation System (Acknowledgement and Preface Only)
Home automation System (Acknowledgement and Preface Only)Home automation System (Acknowledgement and Preface Only)
Home automation System (Acknowledgement and Preface Only)Naman Gautam
 
Home automation under wi fi through android apps from any smart phone
Home automation under wi fi through android apps from any smart phoneHome automation under wi fi through android apps from any smart phone
Home automation under wi fi through android apps from any smart phoneEdgefxkits & Solutions
 
Project Report Webcasa Final(1)
Project Report Webcasa Final(1)Project Report Webcasa Final(1)
Project Report Webcasa Final(1)Abhijeet Rawat
 
Presentation on bluetooth controlled electronic home appliances
Presentation on bluetooth controlled electronic home appliancesPresentation on bluetooth controlled electronic home appliances
Presentation on bluetooth controlled electronic home appliancesmirzaahmadali
 
Smart home using andriod application
Smart home using andriod applicationSmart home using andriod application
Smart home using andriod applicationeSAT Publishing House
 
Bluetooth based home automation system
Bluetooth based home automation systemBluetooth based home automation system
Bluetooth based home automation systemVeer Singh shakya
 
Bluetooth based Home Automation
Bluetooth based Home AutomationBluetooth based Home Automation
Bluetooth based Home AutomationJagannath Kartik
 
Smart Home Automation
Smart Home AutomationSmart Home Automation
Smart Home AutomationMitul Lakhani
 
Home automation using android mobiles
Home automation using android mobilesHome automation using android mobiles
Home automation using android mobilesDurairaja
 
205044990 M Mphego Presentation
205044990 M Mphego Presentation205044990 M Mphego Presentation
205044990 M Mphego PresentationMpho Mphego
 
Home automation using blynk app with fan direction control and displaying sta...
Home automation using blynk app with fan direction control and displaying sta...Home automation using blynk app with fan direction control and displaying sta...
Home automation using blynk app with fan direction control and displaying sta...Diwash Kapil Chettri
 
Home automation system
Home automation systemHome automation system
Home automation systemNaman Gautam
 
Report Home automation using arduino
Report Home automation using arduinoReport Home automation using arduino
Report Home automation using arduinoIkram Arshad
 
home automation using ARM7 controller
home automation using ARM7 controllerhome automation using ARM7 controller
home automation using ARM7 controllerDHANAJI BURUNGALE
 

What's hot (20)

Presentation on INTERNET OF THINGS
Presentation on INTERNET OF THINGSPresentation on INTERNET OF THINGS
Presentation on INTERNET OF THINGS
 
Android Based Home Automation Control
Android Based Home Automation ControlAndroid Based Home Automation Control
Android Based Home Automation Control
 
Home automation System
Home automation SystemHome automation System
Home automation System
 
HOME AUTOMATION USING ARDUINO
HOME AUTOMATION USING ARDUINOHOME AUTOMATION USING ARDUINO
HOME AUTOMATION USING ARDUINO
 
Home automation System (Acknowledgement and Preface Only)
Home automation System (Acknowledgement and Preface Only)Home automation System (Acknowledgement and Preface Only)
Home automation System (Acknowledgement and Preface Only)
 
Home automation under wi fi through android apps from any smart phone
Home automation under wi fi through android apps from any smart phoneHome automation under wi fi through android apps from any smart phone
Home automation under wi fi through android apps from any smart phone
 
Project Report Webcasa Final(1)
Project Report Webcasa Final(1)Project Report Webcasa Final(1)
Project Report Webcasa Final(1)
 
Home Automation
Home AutomationHome Automation
Home Automation
 
Presentation on bluetooth controlled electronic home appliances
Presentation on bluetooth controlled electronic home appliancesPresentation on bluetooth controlled electronic home appliances
Presentation on bluetooth controlled electronic home appliances
 
Smart home using andriod application
Smart home using andriod applicationSmart home using andriod application
Smart home using andriod application
 
Home automation ppt
Home automation pptHome automation ppt
Home automation ppt
 
Bluetooth based home automation system
Bluetooth based home automation systemBluetooth based home automation system
Bluetooth based home automation system
 
Bluetooth based Home Automation
Bluetooth based Home AutomationBluetooth based Home Automation
Bluetooth based Home Automation
 
Smart Home Automation
Smart Home AutomationSmart Home Automation
Smart Home Automation
 
Home automation using android mobiles
Home automation using android mobilesHome automation using android mobiles
Home automation using android mobiles
 
205044990 M Mphego Presentation
205044990 M Mphego Presentation205044990 M Mphego Presentation
205044990 M Mphego Presentation
 
Home automation using blynk app with fan direction control and displaying sta...
Home automation using blynk app with fan direction control and displaying sta...Home automation using blynk app with fan direction control and displaying sta...
Home automation using blynk app with fan direction control and displaying sta...
 
Home automation system
Home automation systemHome automation system
Home automation system
 
Report Home automation using arduino
Report Home automation using arduinoReport Home automation using arduino
Report Home automation using arduino
 
home automation using ARM7 controller
home automation using ARM7 controllerhome automation using ARM7 controller
home automation using ARM7 controller
 

Similar to IRJET- Android based Home Automation using Bluetooth Technology

IoT BASED ON WIRELESS HOME AUTOMATION
IoT BASED ON WIRELESS HOME AUTOMATIONIoT BASED ON WIRELESS HOME AUTOMATION
IoT BASED ON WIRELESS HOME AUTOMATIONIRJET 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
 
IRJET- A Remotely Controlled Home Automation System for Energy Saving
IRJET-  	  A Remotely Controlled Home Automation System for Energy SavingIRJET-  	  A Remotely Controlled Home Automation System for Energy Saving
IRJET- A Remotely Controlled Home Automation System for Energy SavingIRJET 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
 
IOT BASED SMART ENERGY METER USING ARDUINO UNO
IOT BASED SMART ENERGY METER USING ARDUINO UNOIOT BASED SMART ENERGY METER USING ARDUINO UNO
IOT BASED SMART ENERGY METER USING ARDUINO UNOIRJET Journal
 
Android Controlled Air Conditioner Remote
Android Controlled Air Conditioner RemoteAndroid Controlled Air Conditioner Remote
Android Controlled Air Conditioner RemoteIRJET Journal
 
IRJET - IoT based Home Automation using ATmega328 Microcontroller
IRJET -  	  IoT based Home Automation using ATmega328 MicrocontrollerIRJET -  	  IoT based Home Automation using ATmega328 Microcontroller
IRJET - IoT based Home Automation using ATmega328 MicrocontrollerIRJET Journal
 
IRJET- Home Locker Surveillance without using CCTV Camera
IRJET- Home Locker Surveillance without using CCTV CameraIRJET- Home Locker Surveillance without using CCTV Camera
IRJET- Home Locker Surveillance without using CCTV CameraIRJET Journal
 
IRJET - Intelligent Lighting Solution
IRJET -  	  Intelligent Lighting SolutionIRJET -  	  Intelligent Lighting Solution
IRJET - Intelligent Lighting SolutionIRJET Journal
 
IRJET- IoT based Smart Energy Meter
IRJET- IoT based Smart Energy MeterIRJET- IoT based Smart Energy Meter
IRJET- IoT based Smart Energy MeterIRJET Journal
 
IRJET-Arduino Based Voice Controlled System
IRJET-Arduino Based Voice Controlled SystemIRJET-Arduino Based Voice Controlled System
IRJET-Arduino Based Voice Controlled SystemIRJET 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
 
Bluetooth Home Automation System
Bluetooth Home Automation SystemBluetooth Home Automation System
Bluetooth Home Automation SystemAI Publications
 
Home Automation using NodeMCU .docx
Home Automation using NodeMCU .docxHome Automation using NodeMCU .docx
Home Automation using NodeMCU .docxclassic tpr
 
IoT Based Home Automation using Intel Galileo Gen-2
IoT Based Home Automation using Intel Galileo Gen-2IoT Based Home Automation using Intel Galileo Gen-2
IoT Based Home Automation using Intel Galileo Gen-2IRJET Journal
 
IRJET- Voice Controlled Home Automation System
IRJET- Voice Controlled Home Automation SystemIRJET- Voice Controlled Home Automation System
IRJET- Voice Controlled Home Automation SystemIRJET Journal
 
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically ChallengedIRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically ChallengedIRJET Journal
 
IRJET - IoT based Home Automation System through Voice Control using Google A...
IRJET - IoT based Home Automation System through Voice Control using Google A...IRJET - IoT based Home Automation System through Voice Control using Google A...
IRJET - IoT based Home Automation System through Voice Control using Google A...IRJET Journal
 
Arduino Based Bluetooth Operated Car Wiping Technique using Android Mobile Phone
Arduino Based Bluetooth Operated Car Wiping Technique using Android Mobile PhoneArduino Based Bluetooth Operated Car Wiping Technique using Android Mobile Phone
Arduino Based Bluetooth Operated Car Wiping Technique using Android Mobile PhoneIRJET Journal
 
IRJET - Fire Fighting Robot
IRJET - Fire Fighting RobotIRJET - Fire Fighting Robot
IRJET - Fire Fighting RobotIRJET Journal
 

Similar to IRJET- Android based Home Automation using Bluetooth Technology (20)

IoT BASED ON WIRELESS HOME AUTOMATION
IoT BASED ON WIRELESS HOME AUTOMATIONIoT BASED ON WIRELESS HOME AUTOMATION
IoT BASED ON WIRELESS HOME AUTOMATION
 
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
 
IRJET- A Remotely Controlled Home Automation System for Energy Saving
IRJET-  	  A Remotely Controlled Home Automation System for Energy SavingIRJET-  	  A Remotely Controlled Home Automation System for Energy Saving
IRJET- A Remotely Controlled Home Automation System for Energy Saving
 
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
 
IOT BASED SMART ENERGY METER USING ARDUINO UNO
IOT BASED SMART ENERGY METER USING ARDUINO UNOIOT BASED SMART ENERGY METER USING ARDUINO UNO
IOT BASED SMART ENERGY METER USING ARDUINO UNO
 
Android Controlled Air Conditioner Remote
Android Controlled Air Conditioner RemoteAndroid Controlled Air Conditioner Remote
Android Controlled Air Conditioner Remote
 
IRJET - IoT based Home Automation using ATmega328 Microcontroller
IRJET -  	  IoT based Home Automation using ATmega328 MicrocontrollerIRJET -  	  IoT based Home Automation using ATmega328 Microcontroller
IRJET - IoT based Home Automation using ATmega328 Microcontroller
 
IRJET- Home Locker Surveillance without using CCTV Camera
IRJET- Home Locker Surveillance without using CCTV CameraIRJET- Home Locker Surveillance without using CCTV Camera
IRJET- Home Locker Surveillance without using CCTV Camera
 
IRJET - Intelligent Lighting Solution
IRJET -  	  Intelligent Lighting SolutionIRJET -  	  Intelligent Lighting Solution
IRJET - Intelligent Lighting Solution
 
IRJET- IoT based Smart Energy Meter
IRJET- IoT based Smart Energy MeterIRJET- IoT based Smart Energy Meter
IRJET- IoT based Smart Energy Meter
 
IRJET-Arduino Based Voice Controlled System
IRJET-Arduino Based Voice Controlled SystemIRJET-Arduino Based Voice Controlled System
IRJET-Arduino Based Voice Controlled System
 
IRJET- Smart Power Optimization with IoT
IRJET-  	  Smart Power Optimization with IoTIRJET-  	  Smart Power Optimization with IoT
IRJET- Smart Power Optimization with IoT
 
Bluetooth Home Automation System
Bluetooth Home Automation SystemBluetooth Home Automation System
Bluetooth Home Automation System
 
Home Automation using NodeMCU .docx
Home Automation using NodeMCU .docxHome Automation using NodeMCU .docx
Home Automation using NodeMCU .docx
 
IoT Based Home Automation using Intel Galileo Gen-2
IoT Based Home Automation using Intel Galileo Gen-2IoT Based Home Automation using Intel Galileo Gen-2
IoT Based Home Automation using Intel Galileo Gen-2
 
IRJET- Voice Controlled Home Automation System
IRJET- Voice Controlled Home Automation SystemIRJET- Voice Controlled Home Automation System
IRJET- Voice Controlled Home Automation System
 
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically ChallengedIRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
 
IRJET - IoT based Home Automation System through Voice Control using Google A...
IRJET - IoT based Home Automation System through Voice Control using Google A...IRJET - IoT based Home Automation System through Voice Control using Google A...
IRJET - IoT based Home Automation System through Voice Control using Google A...
 
Arduino Based Bluetooth Operated Car Wiping Technique using Android Mobile Phone
Arduino Based Bluetooth Operated Car Wiping Technique using Android Mobile PhoneArduino Based Bluetooth Operated Car Wiping Technique using Android Mobile Phone
Arduino Based Bluetooth Operated Car Wiping Technique using Android Mobile Phone
 
IRJET - Fire Fighting Robot
IRJET - Fire Fighting RobotIRJET - Fire Fighting Robot
IRJET - Fire Fighting Robot
 

More from 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
 

More from 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...
 

Recently uploaded

main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIkoyaldeepu123
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage examplePragyanshuParadkar1
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 

Recently uploaded (20)

main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AI
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage example
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 

IRJET- Android based Home Automation using Bluetooth Technology

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 8182 Android Based Home Automation Using Bluetooth Technology Lekram Bahekar1, Shilpa Kanhekar2, Padma Jibhakate3, Bharti Dhore4, Dipali Chopkar5, Mrunalini Hatwar6 1, 2, 3, 4, 5, 6Department of Electronics and Telecommunication Engineering MPCOE Bhandara, MH, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - This paper represents the design and implementation of reliable, compact and low-cost android based smart phone home automation system. Home automation is useful for numerous advantages. It gives a way to have things around your home happens automatically. In today world every people have smart phone with them at every moment of time. So, it makes sense to use these to control home appliance in home automationsystemby usinga simple android app, one can control anyhomeapplianceswith single click. Commands are sent via Bluetooth to microcontroller AT89S52, so we need not get up to switch on or switch off the device while doing some work. This system is designed to assist an provide support in order to fulfill the need of physically challenged & old people. To switch ON & OFF the device automatically, we use motion sensor/PIR Sensor to switch on & off light automatically when detecting the presence of a person within certain range automaticroom light using Arduino is a very useful project. Key Words: Arduino, Bluetooth Module, PIR Sensor, Smart Phone, Electrical appliances. 1. INTRODUCTION The aim of the proposed system is to develop a cost- effective solution that will provide controlling of home appliance using android phone. Home automation is the control of any or all electrical appliances in our home. Generally, when we go out of the house, we switch off the light are the electrical equipment’stoavoidaccidentssuchas short circuit, firing etc. but sometimes we forget to have switched them off. We must come back hometodoso.This is wastage of time and creates lost of chaos and tension so to avoid any such kind of situationthelatesttechnologycoming up worldwide is the smart home technology. We use PIR Sensor to switch off the electrical appliance PIR sensor work like a motion sensor it detect the person when in home or without home sometimes people forget to switch off electrical appliances like fan, light etc. PIR Sensor which detects the infrared energy omitted from human’s body when human go out home the PIR Sensor automatically off the electrical appliances. In this project we have integrated technologies like android with Bluetooth to execute home automationsystem we designed user interface using android because android operating system is capturing most of the mobile market. It has technical advantagesofscalability,flexibility,availability, security and its ease of use for users we have selected Bluetooth technology to be used in this project because it will keep home automation system active and user can interact with the system from anywhere in the house. The aim of this article to propose a wireless remote control that permits elderly people with physical challenges handicapped and disabled people, to commandtheirdesired device without moving around to the nearest control point. 2. BLOCK DIAGRAM OF PROPOSED MODEL The block diagram of the home automation system is shown in figure 1. It shows a simple sketch of the implementation of home automation and the various part involved in it. The microcontroller is the controlling devices through which application interacts with home appliances. Android application is used to send the command to microcontroller which gives the input to the relay control unit for controlling the appliances like fan & light. Fig -1: Block Diagram of Home Automation BLUETOOTH Android APP LCD DISPLAY RELAY DRIVE R RELAY 1 RELAY 2 RELAY 3 RELAY 4 PIR SENSO R MICROCONTROLLER POWER SUPPLY
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 8183 2.1 Bluetooth Module Bluetooth is a wireless communication technology used for exchanges of data our short distances. It is found in many devicesrangingfrommobilephoneandcomputers.Bluetooth is a combination of hardware and software. It is intended to create a personal area network our short range the biggest advantages of using Bluetooth technology isthatthereareno cables or wires required for the transfer of the data ourshort ranges. Fig -2: Bluetooth 2.2 PIR Sensor We use PIR Sensor to switch off the electrical appliance PIR sensor work like a motion sensor it detect the person when in home or without home sometimes people forget to switch off electrical appliances like fan, light etc. PIR Sensor which detects the infrared energy omitted from human’s body when human go out homethePIR Sensorautomatically off the electrical appliances. Fig -3: PIR Sensor 3. WORKING OF PROPOSED MODEL In this project we have used AT89S52 microcontrollerfor controlling the whole process of this project. AT89S52 is an (8-bit) microcontroller and it requires supply voltage of 5V DC. Then the main power supply is 230V AC. We used step down transformer to convert 230V to 12V. At outputofstep- down transformer, but we need DC for microcontroller circuit then rectifier circuit convert AC voltages to DC voltage. The output of rectifier circuit is 12V DC. But this voltage is not pure DC then filter is used to get pure DC from impure DC, at the output of filter circuit 12V DC is get but microcontroller need 5V DC, then we regulate 12V DC into 5V DC. Circuit connection of this project this are very simple Bluetooth module Rx and Tx Pins are directly connected to the Tx and Rx pins of microcontroller, four 5-volt relay are used as a switch for doing toggle on and off the home appliances running on AC mains and a relaydriverULN2003 is used for driving relays. Fan, lights are connected at microcontroller port2 via relays and relay driver. An 11.0592 MHz crystal oscillator used in this circuit for generating clock signal for microcontrolleranda 5Vvoltages regulator LM 7805 used for providing 5volt for the whole circuit. LCD board is used to indicate the status of electrical load and used to display received data from Bluetooth here LCD Display is interfaced to the port1 of themicrocontroller. i.e. data pins of LCD are connected to port0. The three control pins of the LCD RS, RW, EN are connected to P2.5, P2.6 and P2.7 pins respectively. Electrical loads like lamp and fan are connected to the P0.0 to P0.3 pins through the four-channel relay module Here relays areusedtoswitchAC loads using small DC voltages.NPN transistorisusedtodrive the relay. Follow circuit diagram on page 3. 4. WORKING OF ANDROID APPLICATION In this app ON and OFF buttons are used to ON-OFF the light and fan of home. Now when we touch any buttons in Bluetooth controller app the android phone sends a value to Bluetooth module after receiving this value, Bluetooth module sends the received this value to Bluetooth module sends the received value to the microcontroller and then microcontroller readsitandcompareitwithpredefinevalue, if any match is occurred then microcontroller perform comparative operation same operation will performed each time when button pressed. Now when user touch fan on button in Bluetooth controller app then microcontroller receives via Bluetooth module and then controller switch ‘ON’ the fan by using relay driver and relay. And when user touch fan off button in Bluetooth controller app then microcontroller receives via Bluetooth module then controller switch ‘OFF’ the fan by using relay driver and relay. Here we have used Bluetooth controller app.  Download and install Bluetooth controller.  Turned ON mobile Bluetooth.  Now open Bluetooth controller app.  Press scan.  Select desired Bluetooth device. (Bluetooth module HC-05)  Now set keys by pressing set buttons on screen. Fig -4: Android App, Home Automation Screen.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 8184 Fig -4: Circuit diagram of home automation.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 8185 4. RESULT We successfully completed our project using Android Based Home Automation System. On basisofprogramcoded into Arduino the LED glows and goes of depending on the pressing of button on keypad. Our project useful for physically challenged disabled people. 5. CONCLUSION The project has proposedthe idea ofsmarthomesthatcan support a lot of home automation system. Android App act like a remote-control device provides help and assistance especially to disabled and elderly. A smart home that having a connection between wireless communication sensors, monitoring and tracking.Smarthomeisanenormoussystem that part of multiple technologies and applications that can be used to provide security and control of home easily. In future, the window GUI will be invoked with speech recognition voice control. The android GUI will be invoked as a remote Bluetooth. REFERENCES [1] MH Rashid. Power electronics circuits, devices and application. Hall International edition, 2003, pp. 232- 257. [2] Alper Gurek, Caner Gur, Cagri Gurakin, Mustafa Akdeniz, Senem Kumova Metin, Ilker Korkmaz. An Android Based Home Automation System. 10th International conference on High Capacity Optical Network and Enabling Technologies, Dec 2013. [3] N. Sriskanthan and Tan Karand. Bluetooth Based Home Automation System. Journal of Microprocessor and Microsystems, 26, pp.281-289, 2002. [4] Mark Murphy (2011): Beginning Android 3, Apries. [5] Android Wireless Application Development, 2nd edition by Addison Wesley (2011). [6] Brodkin Jon (Nov 5, 2012): 5 things we love about Android. [7] Reardon, Margnerite (August 15, 2011). News.cnet.com. [8] www.antel.com