SlideShare a Scribd company logo
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

DOCX
Gujarat technological universit1
DOCX
android app based home automation
DOCX
PROJECT REPORT ON Home automation using by Bluetooth
DOC
HOME AUTOMATION USING ANDROID PHONE OVER BLUETOOTH
PDF
Home security automation
PPTX
Paper presentation of mini project
PDF
Project report on home automation using Arduino
PDF
Home Automation with Android - Intro
Gujarat technological universit1
android app based home automation
PROJECT REPORT ON Home automation using by Bluetooth
HOME AUTOMATION USING ANDROID PHONE OVER BLUETOOTH
Home security automation
Paper presentation of mini project
Project report on home automation using Arduino
Home Automation with Android - Intro

What's hot (20)

PPTX
Presentation on INTERNET OF THINGS
PPTX
Android Based Home Automation Control
DOCX
Home automation System
DOCX
HOME AUTOMATION USING ARDUINO
DOCX
Home automation System (Acknowledgement and Preface Only)
PPTX
Home automation under wi fi through android apps from any smart phone
PDF
Project Report Webcasa Final(1)
PDF
Home Automation
PPTX
Presentation on bluetooth controlled electronic home appliances
PDF
Smart home using andriod application
PPTX
Home automation ppt
PDF
Bluetooth based home automation system
PPT
Bluetooth based Home Automation
PDF
Smart Home Automation
PPTX
Home automation using android mobiles
PDF
205044990 M Mphego Presentation
PPTX
Home automation using blynk app with fan direction control and displaying sta...
PPTX
Home automation system
DOCX
Report Home automation using arduino
PPTX
home automation using ARM7 controller
Presentation on INTERNET OF THINGS
Android Based Home Automation Control
Home automation System
HOME AUTOMATION USING ARDUINO
Home automation System (Acknowledgement and Preface Only)
Home automation under wi fi through android apps from any smart phone
Project Report Webcasa Final(1)
Home Automation
Presentation on bluetooth controlled electronic home appliances
Smart home using andriod application
Home automation ppt
Bluetooth based home automation system
Bluetooth based Home Automation
Smart Home Automation
Home automation using android mobiles
205044990 M Mphego Presentation
Home automation using blynk app with fan direction control and displaying sta...
Home automation system
Report Home automation using arduino
home automation using ARM7 controller
Ad

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

PDF
IoT BASED ON WIRELESS HOME AUTOMATION
PDF
IRJET- Automated System for Office using Arduino and Android
PDF
IRJET- A Remotely Controlled Home Automation System for Energy Saving
PDF
Home Automation Application with voice commands using Arduino
PDF
IOT BASED SMART ENERGY METER USING ARDUINO UNO
PDF
Android Controlled Air Conditioner Remote
PDF
IRJET - IoT based Home Automation using ATmega328 Microcontroller
PDF
IRJET- Home Locker Surveillance without using CCTV Camera
PDF
IRJET - Intelligent Lighting Solution
PDF
IRJET- IoT based Smart Energy Meter
PDF
IRJET-Arduino Based Voice Controlled System
PDF
IRJET- Smart Power Optimization with IoT
PDF
Bluetooth Home Automation System
DOCX
Home Automation using NodeMCU .docx
PDF
IoT Based Home Automation using Intel Galileo Gen-2
PDF
IRJET- Voice Controlled Home Automation System
PDF
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
PDF
IRJET - IoT based Home Automation System through Voice Control using Google A...
PDF
Arduino Based Bluetooth Operated Car Wiping Technique using Android Mobile Phone
PDF
IRJET - Fire Fighting Robot
IoT BASED ON WIRELESS HOME AUTOMATION
IRJET- Automated System for Office using Arduino and Android
IRJET- A Remotely Controlled Home Automation System for Energy Saving
Home Automation Application with voice commands using Arduino
IOT BASED SMART ENERGY METER USING ARDUINO UNO
Android Controlled Air Conditioner Remote
IRJET - IoT based Home Automation using ATmega328 Microcontroller
IRJET- Home Locker Surveillance without using CCTV Camera
IRJET - Intelligent Lighting Solution
IRJET- IoT based Smart Energy Meter
IRJET-Arduino Based Voice Controlled System
IRJET- Smart Power Optimization with IoT
Bluetooth Home Automation System
Home Automation using NodeMCU .docx
IoT Based Home Automation using Intel Galileo Gen-2
IRJET- Voice Controlled Home Automation System
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET - IoT based Home Automation System through Voice Control using Google A...
Arduino Based Bluetooth Operated Car Wiping Technique using Android Mobile Phone
IRJET - Fire Fighting Robot
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PPT
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PPTX
OOP with Java - Java Introduction (Basics)
PPTX
Construction Project Organization Group 2.pptx
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPTX
CH1 Production IntroductoryConcepts.pptx
PDF
PPT on Performance Review to get promotions
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PPTX
Welding lecture in detail for understanding
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PDF
composite construction of structures.pdf
PPTX
Sustainable Sites - Green Building Construction
PPT
Mechanical Engineering MATERIALS Selection
PPTX
UNIT 4 Total Quality Management .pptx
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
web development for engineering and engineering
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
OOP with Java - Java Introduction (Basics)
Construction Project Organization Group 2.pptx
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
CH1 Production IntroductoryConcepts.pptx
PPT on Performance Review to get promotions
Foundation to blockchain - A guide to Blockchain Tech
Welding lecture in detail for understanding
Operating System & Kernel Study Guide-1 - converted.pdf
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
composite construction of structures.pdf
Sustainable Sites - Green Building Construction
Mechanical Engineering MATERIALS Selection
UNIT 4 Total Quality Management .pptx
R24 SURVEYING LAB MANUAL for civil enggi
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
Model Code of Practice - Construction Work - 21102022 .pdf
web development for engineering and engineering

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