SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 3 Issue 5, August 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD26779 | Volume – 3 | Issue – 5 | July - August 2019 Page 1634
Arduino Based Home Lighting Control by Android Phone
Dr. Thida Aung
Professor and Head of Electronic Engineering Department,
Technological University, Lashio, Northern Shan, Myanmar
How to cite this paper: Dr. Thida Aung
"Arduino Based Home LightingControlby
Android Phone" Published in
International
Journal of Trend in
Scientific Research
and Development
(ijtsrd), ISSN: 2456-
6470, Volume-3 |
Issue-5, August
2019,pp.1634-1638,
https://doi.org/10.31142/ijtsrd26779
Copyright Β© 2019 by author(s) and
International Journalof Trend in Scientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
CommonsAttribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by
/4.0)
ABSTRACT
Energy Conservation is the effort made to reduce the consumption of energy
by using energy more efficiently. Energy can be conserved by reducing
wastage and losses, improving efficiency through technological upgrades. In
this thesis, Bluetooth based home lighting control system using Arduino UNO
is presented as the good exampleforenergyconservationbyapplyingupdated
technologies. Bluetooth Module, relays, bulbs, android phone, ardudroid
application and power supply are used to complete this system. Not only
lighting but also any home appliancecanbecontrolledthrough the customized
smartphone application thanks to the advantages of Bluetooth Wireless
Technology. Remote controlled Bluetooth based homelightingcontrolsystem
provides a most modern solution with smartphones. The design is based on
mainly a stand-alone Arduino BT Board to which home appliances are
connected via relays. Password protection is added to protect unauthorized
access making a perfect system.
KEYWORDS: Bluetooth; Arduino UNO; ardudroid application; smartphones;
Wireless Technology
I. INTRODUCTION
Wireless technologies are becoming more popular around theworld.Nowwith
the embedded Bluetooth technology, digital devices form a network in which
the appliances and devices can communication with each other.
Today, home automation is one of the major applications of
Bluetooth technology.
Home automation system is used forinformationtechniques
and control system to reduce the human labor. The rapid
growths of technologies influence to use smart phones to
remotely control the home appliances. An automateddevice
has ability to work with versatility,diligenceand withlowest
error rate. This system not only helps todecreasethehuman
labor but it also saves time and energy. A Bluetooth based
wireless home automation system can be implemented with
a low cost and it is easy to install in an existing home.
Bluetooth technology has ability to transmit data serially up
to 3Mbps within a physical range of 6m to 15m depending
on the type of Bluetooth device.
There are few issues involved when designing a home
automation system. The system should be scalable so that
new devices can easily be integratedintoit. Itshould provide
a user-friendly interface on the host side, so that the devices
can be easily setup, monitored and controlled. Thisinterface
should also provide some diagnostic services so that if there
is any problem with the system, it can be tracked down.
Moreover the overall system should befastenough torealize
the true power of wireless technology. Finally the system
should be cost effective in order to justify its application in
home automation.
In this paper, a low cost smart phone based, flexible home
automation system is presented. Appliances at home are
connected to the Arduino BT board. A bluetooth module is
connected to FPGA board to control the home appliances.
The commutation between the smartphone andtheArduino
BT board is wireless. Additional devices can be connected
into the system with little modifications. The system is used
to control the bulb using a smart phone application with
Bluetooth wireless technology.
Figure1. Overall Block Diagram of the System
II. LITERATURE REVIEW
The first release of Bluetooth was for a wireless data system
that could carry data at speeds up to 721 Kbps with the
addition of up to three voice channels. The aim of Bluetooth
technology was to enable users to replace cables between
devices such as printers, fax machines, desktop computers
and peripherals, and a host of other digital devices. One
major use was for wirelessly connecting headsets for to
mobile phones, allowing people to use small headsets rather
than having to speak directly into the phone.
IJTSRD26779
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26779 | Volume – 3 | Issue – 5 | July - August 2019 Page 1635
Another application of Bluetooth technology was to provide
a connection between an ad hoc wireless network and
existing wired data networks.
The technology was intended to be placed in a low cost
module that could be easily incorporated into electronics
devices of all sorts. Bluetooth uses thelicensefreeIndustrial,
Scientific and Medical (ISM) frequency band for its radio
signals and enables communications to be established
between devices up to a maximum distance of around 100
meters, although much shorter distancesweremorenormal.
Bluetooth technology is well established and the standard is
being developed to ensure that it meets the growing needs
for connectivity for many electronic devices. Even though it
was initially aimed at streaming audio to items like
headphones and other audio devices, Bluetooth is now able
to provide connectivity for many devices enabling it to be
used for new applications like M2M, IoT and remote device
connectivity.
Bluetooth is designed as a short range, low energy, and low
cost wireless connectivity that users radio technology.
Bluetooth devices work with 2.4GHz frequency. A channel
hoping technique the data is separates into smaller pieces
called packets.
The data packets exchanges between the transmitter and
receiver at one frequency, then at another frequency the
transmitter and receiver exchange another packet. The
process will be continued by repetition until all data is
transmitted. The channels changeseveryuseseventy-nine1-
megahertz frequencies in the ISM band as shown in figure .
The ISM frequency bands having a range of 2.4 GHz and
2.483 GHz in the radio spectrum, has been reserved for
industrial, scientific and medical purposes.
Figure2. Bluetooth Devices Frequencies Hop up to
1600 Times per Second
III. HARDWARE COMPONENTS
A. Arduino UNO
Arduino is a single board computer. Arduino is an open
source physical computing platform based on a simple
input/output (I/O) board. The type of the Arduino board
used in this paper is ATMega328P Arduino Uno
Microcontroller having 2KB static RAM,32KBflashmemory,
8 bit CPU, 6 Analog I/O pins and 14 Digital I/O pins. The
language used to pragram the Arduino microcontroller is
C/C++. Programs are created in the Arduino development
environment that compiling and linking source code and
downloaded to the Arduino board where it starts running.
Arduino is an open-source design for a microcontroller
interface board, it is actually rather more than that, as it
encompasses the software development tools that need to
program an Arduino board, as well as the board itself. There
is a large community of constructions willing to share their
expertise and experience on the Internet.
Arduino is a small microcontroller board with a USB plug to
connect to computer and a number of connection sockets
that can be wired up to external electronics, such as motors,
relays, light sensors, laser diodes, loudspeakers,
microphones, etc. They can either be powered throught the
USB connection from the computer or from a 9V battery.
They can be controlled from the computer or programmed
by the computer and then disconnected and allowedtowork
independently. The Arduino is an open-source hardware
design, anyone is free to take the designs and create their
own clones of the Arduino.
Arduino is an open-source plaform used for building
electronic projects. Arduino consists of both a physical
programmable circuit board and a piece of software, or IDE
(Integrated Development Environment) that runs on the
computer, used to write and upload computer code to the
physical board.
Figure3. Arduino UNO
The Arduino platform has becomequitepopularwithpeople
just starting out with electronics,and forgood reason.Unlike
most previous programmable circuit boards, the Arduino
does not need a separate piece of hardware (called a
programmer) in order to load new code onto the board - can
simply use a USB cable. Additionally, the Arduino IDE uses a
simplified version of C++, making it easier to learn to
program. Finally, Arduino provides a standard form factor
that breaks out the functions of the micro-controller into a
more accessible package. The Uno isoneof themorepopular
boards in the Arduino family and a great choice for
beginners.
B. Bluetooth Module HC-05
The standard feature for cellular phones is a Bluetooth
technology which can be used in wireless connection for
cellular phones and home appliances. Bluetooth technology
gives an efficient method for controllinghomeautomation. It
is a low cost and a secured technology. The Arduino
Bluetooth board is used in the system. The cell phoneisused
python program to supply the user interface. The band
frequency of working is over 2.4 GHz ISM with a range of 10
m and 1 Mbps speed. This module HC-05 provides a good
wireless transmission and a well receiving serial data; it can
be used to provide a connection between MCUandPC forthe
data transferring purpose. The I/O ports of the Bluetooth
board and relays are used to connect the devices which be
controlled. The Bluetooth simply is password protected. A
Bluetooth device has the ability to scan and detect other
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26779 | Volume – 3 | Issue – 5 | July - August 2019 Page 1636
devices easily. It has the ability of checking whether devices
are working properly or not.
HC-05 module is an easy to use Bluetooth SPP (Serial Port
Protocol) module, designed for transparent wireless serial
connection setup. The HC-05 Bluetooth Module can be used
in a Master or Slave configuration, making it a great solution
for wireless commutation.
The Bluetooth module HC-05 is a MASTER/SLAVE module.
By default the factory setting is SLAVE. The Role of the
module can be configured only by AT COMMANDS.Theslave
modules cannot initiate a connection to another Bluetooth
device, but can accept connections. Master module can
initiate a connection to other devices.
The HC-05 Bluetooth Module has 6pins. They are as follows:
Enable: When enable is pulled LOW, the module is
disabled which means the module will notturnonand it
fails to communicate. When enable is left open or
connected to 3.3V, the module is enabled i.e the module
remains on and communication also takes place.
Vcc : Supply Voltage 3.3V to 5V.
Gnd: Ground pin
Txd & Rxd: These two pins act as an UART interface for
communication.
State: It acts as a status indicator. When the module is
not connected to / paired with any other bluetooth
device, signal goes Low. At this low state, the led flashes
continuously which denotes that the module is not
paired with other device. When this module is
connected to/paired with any other bluetooth device,
the signal goes High. At this high state, the led blinks
with a constant delay say for example 2s delay which
indicates that the module is paired.
Button Switchs: This is used to switch the module into
AT command mode. ToenableATcommandmode,press
the button switch for a second. With the help of AT
commands, the user can change the parameters of this
module but only when the module isnotpairedwith any
other BT device. If the module is connected to any other
bluetooth device, it starts to communicate with that
device and fails to work in AT command mode.
Figure4. Pin Description of Bluetooth Module
IV. IMPLEMENTATION OF THE SYSTEM
A. Interfacing HC-05 Bluetooth Module with Arduino
Bluetooth Module HC-05 is connected to the 5V and GND pin
of Arduino with connectingwire.Note:IncaseHC-05module
supports 3.3V and 5V please power it using the 5V supply
from Arduino. The TXD pin on the HC-05 module is
connected with the RXD pin (Pin 0) of Arduino. TXD on HC-
05 transmits data from the Bluetooth transceiver. Pin 0 on
Arduino (RXD) receives data on Arduino two-way by
connecting these pins, users are establishing a two-way
communication between Arduino and HC-05, so that can
turn the device get on/off with the command properly. Next,
as the receiver data lines on HC-05 are 3.3V tolerant, need to
convert the 5V input signal from Arduino into a 3.3V signal.
While it can be achieved easily through a bi-direction logic
level converter, using a voltage divider to convert the 5V
input signal into a 3.3V signal.
B. Bluetooth Connection Test
Once user has connected the HC-05 module with the
Arduino, user can power theArduinowith the12VDCsupply
or USB cable. If the red and blue LEDs on HC-05 are blinking,
user has successfully paired the Bluetooth module with
Arduino. Users can also check the Bluetooth connectivity
status using the State pin on Arduino.
C. System Circuit
The circuit design of system based onArduinoand Bluetooth
is very simple and is explained below.
The Bluetooth module has 6 pins but just 4 pins: VCC, TX, RX
and GND are used. Bluetooth module is connected to the
Arduino Uno. Tx pin of Bluetooth module is connectedtothe
Rx pin of Arduino. Rx pin of Bluetooth module is connected
to the Tx pin of Arduino. GND of BT module is connected to
the GND of Arduino. This system is used 7805 IC to get 5volt
supply for BT module and Arduino Uno. 5 volt pin of BT
module and 5volt pin of Arduino are combined and it is
connected to the 5V power supply. Digitalpinsof Arduino(8,
9, 10, 11) are connected to the base of 4 channel relay.
Collector of 4 channel relay is connected to the switchboard
power supply. Emitter of 4 channel relay is grounded.
Positive and negative of switchboard power supply are
connected to the positiveand negativeof bulbs.Fourchannel
relays are used as a switch for turning ON and OFF the home
appliances running on AC mains.
Figure5. System Circuit
D. ArduDroid by TechBitar Application
ArduDroid is a simple tool to control Arduino from Android
phone. It's both an Android app and an Arduino program.
ArduDroid has a simple Android user interface to control
Arduino's digital and PWM pins, send text commands to
Arduino and receive data fromArduinooverBluetooth serial
using the ever popular and really cheap HC-05 Bluetooth
over serial module. This app has been tested and designed
for the HC-05 Serial Bluetooth module. Other Bluetooth
modules may or may not work.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26779 | Volume – 3 | Issue – 5 | July - August 2019 Page 1637
ArduDroid is an Android app that sends/receives data from
Arduino with the help of an Arduino sketch named
ardudroid.ino. In this sketch, there are four code blocks
supporting the four key functions of ArduDroid. The blocks
are labeled according to their functions in a comment line at
the start of each code block.
Figure6. Software Application of ArduDroid by
TechBitar
E. System Flow Chart
A software implementation is a systematically structured
approach to effectively integrate software based service or
component into the workflow of an organizationalstructure.
Figure7. System Flow Chart
V. TESTS AND RESULTS
The system has been implemented step-by-step and in each
step experimental testing has been made to make sure that
there is no error. Moreover, the important thing is to get
expected results. Lighting ON/OFF has been tested Room by
Room as follows.
The predetermined data from the smartphone is sent to the
Bluetooth Module; it receives this signaland transmitstothe
Arduino. This signal from Arduino is sent to the relay for
switching on and off the bulbs. When the key 8 from the
smartphone is pressed, the bulb in the living room is on as
shown in Figure 8.
Figure8. .Switching ON the Bulb of Living Room
When the key 9 from the smartphone is pressed, the bulb in
the dining room is on as shown in Figure 9
Figure9. Switching ON the Bulb of Dining Room
When the key 10 from the smartphoneispressed,thebulb in
the bed room is on as shown in Figure 10.
Figure10. Switching ON the Bulb of Bed Room
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26779 | Volume – 3 | Issue – 5 | July - August 2019 Page 1638
When the key 11 from the smartphoneispressed,thebulb in
the warehouse is on as shown in Figure 11.
Figure11. Switching ON the Bulb of Warehouse
After pressing all keys,the bulbs in the all rooms are on as
shown in Figure 12.
Figure12. Switching ON All Bulbs
Figure13. Testing the implemented Circuit
VI. CONCLUSION
It can be concluded thatArduinobased homelightingcontrol
by android phone has been successfully designed and
prototyped. This system consists of an Arduino Unoboard,a
Bluetooth Module, an Android phone, bulbs and an android
Application. It is a low cost, flexible and wireless solution to
the home automation. The Bluetooth client was successfully
tested on a multitude of different mobile phones from
different manufacturers, thus proving its portability and
wide compatibility. The wireless communication between
the cell phone and Arduino BT was available to be limited to
be less than 20ft in a concreted building and maximum of
50ft range was available in an open range. Finally, the
developed system offers a flexible, economical andremotely
controllable smart home automation system.
VII. FURTHER EXTENSION
The rooms can be extended to some extend by modifying a
little in software and hardware design. Light sensors,
temperature sensors, smoke sensors etc. canbeaddedinthe
system to be a smart home system. It can also be designed to
adjust different parameters like room lighting, air
conditioning (room temperature), door locks etc. The
distance of the Bluetooth range can be increased by using
Wi-Fi Topology.
Acknowledgment
The author would like to express her sincere gratitude and
deep appreciation to Dr. Yan Aung Oo, Rector (Acting),
Technological University (Lashio), because of his valuable
suggestions and guidance. The author also thanks to my
colleagues in Department of Electronic Engineering,
Technological University (Lashio) for their help during
developing this system.
Reference
[1] Jhansi Lakshmi, Android Mobile Based Home
Automation using Bluetooth, Sept 2014
[2] Chandre, Home Automation using AndroidApplication
& Bluetooth, Feb 2015, http://www.instructables.com
[3] Mandeep Singh, Bluetooth Technology, Sept 2013,
http://www.reseatchgate.net
[4] Christian Reinisch, Wiewless Communication in Home,
Feb 2007, http://en.m.wikipedia.org
[5] Satish Palaniappan, Home Automation System, April
2015, http://www.webcrawler.com
[6] R. Piyare and T. M, Bluetooth Home Automation Using
Cell Phone, in Consumer Electronics, IEEE 15th
International Symposium on, 2011
[7] M. Yan and H. Shi, Smart Living Using Bluetooth-Based
Android Smart Phone, Int. J. Wirel. Mob. Networks, vol.
5, no. 1, 2013

More Related Content

What's hot

Home automation Using Arduino Uno and Bluetooth
Home automation Using Arduino Uno and BluetoothHome automation Using Arduino Uno and Bluetooth
Home automation Using Arduino Uno and BluetoothSOURAV ROY
Β 
SMART HOME AUTOMATION USING MOBILE APPLICATION
SMART HOME AUTOMATION USING MOBILE APPLICATIONSMART HOME AUTOMATION USING MOBILE APPLICATION
SMART HOME AUTOMATION USING MOBILE APPLICATIONEklavya Sharma
Β 
Digital home automation with arduino bluetooth
Digital home automation with arduino bluetoothDigital home automation with arduino bluetooth
Digital home automation with arduino bluetoothShishupal03012015
Β 
Smart Home System Using Android Application
Smart Home System Using Android ApplicationSmart Home System Using Android Application
Smart Home System Using Android ApplicationSiju Xavier
Β 
Arduino based Home Automation System with Android
Arduino based Home Automation System with AndroidArduino based Home Automation System with Android
Arduino based Home Automation System with AndroidSayan Seth
Β 
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
Β 
Smart homes
Smart homesSmart homes
Smart homesReemItaoui
Β 
Smart home
Smart homeSmart home
Smart homeNhat Loc
Β 
Arduino Based Home Automation System with Android and
Arduino Based Home Automation System with Android andArduino Based Home Automation System with Android and
Arduino Based Home Automation System with Android andAnish Basu
Β 
Bluetooth Home Automation
Bluetooth Home AutomationBluetooth Home Automation
Bluetooth Home AutomationApoorv Gupta
Β 
IOT: Home Automation using Android Application
IOT: Home Automation using Android ApplicationIOT: Home Automation using Android Application
IOT: Home Automation using Android ApplicationNikhil Jadav
Β 
Project report on home automation using Arduino
Project report on home automation using Arduino Project report on home automation using Arduino
Project report on home automation using Arduino AMIT SANPUI
Β 
Home Automation
Home AutomationHome Automation
Home AutomationPratik Vipul
Β 
Home automation- An Iot application
Home automation- An Iot applicationHome automation- An Iot application
Home automation- An Iot applicationArchana Golhar
Β 
Home automation using android mobiles
Home automation using android mobilesHome automation using android mobiles
Home automation using android mobilesDurairaja
Β 

What's hot (20)

Home automation Using Arduino Uno and Bluetooth
Home automation Using Arduino Uno and BluetoothHome automation Using Arduino Uno and Bluetooth
Home automation Using Arduino Uno and Bluetooth
Β 
SMART HOME AUTOMATION USING MOBILE APPLICATION
SMART HOME AUTOMATION USING MOBILE APPLICATIONSMART HOME AUTOMATION USING MOBILE APPLICATION
SMART HOME AUTOMATION USING MOBILE APPLICATION
Β 
Home automation
Home automationHome automation
Home automation
Β 
Digital home automation with arduino bluetooth
Digital home automation with arduino bluetoothDigital home automation with arduino bluetooth
Digital home automation with arduino bluetooth
Β 
Smart Home System Using Android Application
Smart Home System Using Android ApplicationSmart Home System Using Android Application
Smart Home System Using Android Application
Β 
Arduino based Home Automation System with Android
Arduino based Home Automation System with AndroidArduino based Home Automation System with Android
Arduino based Home Automation System with Android
Β 
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
Β 
Smart Home Automation System ALAYOUBI TECHNOLOGIES
Smart Home Automation System ALAYOUBI TECHNOLOGIESSmart Home Automation System ALAYOUBI TECHNOLOGIES
Smart Home Automation System ALAYOUBI TECHNOLOGIES
Β 
Smart homes
Smart homesSmart homes
Smart homes
Β 
Smart home
Smart homeSmart home
Smart home
Β 
Arduino Based Home Automation System with Android and
Arduino Based Home Automation System with Android andArduino Based Home Automation System with Android and
Arduino Based Home Automation System with Android and
Β 
Bluetooth Home Automation
Bluetooth Home AutomationBluetooth Home Automation
Bluetooth Home Automation
Β 
IOT: Home Automation using Android Application
IOT: Home Automation using Android ApplicationIOT: Home Automation using Android Application
IOT: Home Automation using Android Application
Β 
Home automation
Home automationHome automation
Home automation
Β 
Project report on home automation using Arduino
Project report on home automation using Arduino Project report on home automation using Arduino
Project report on home automation using Arduino
Β 
Home Automation
Home AutomationHome Automation
Home Automation
Β 
Home automation- An Iot application
Home automation- An Iot applicationHome automation- An Iot application
Home automation- An Iot application
Β 
Home automation using android mobiles
Home automation using android mobilesHome automation using android mobiles
Home automation using android mobiles
Β 
Smart home
Smart homeSmart home
Smart home
Β 

Similar to Arduino Based Home Lighting Control by Android Phone

Bluetooth Home Automation System
Bluetooth Home Automation SystemBluetooth Home Automation System
Bluetooth Home Automation SystemAI Publications
Β 
Connecting Home Appliances via Bluetooth using IoT
Connecting Home Appliances via Bluetooth using IoTConnecting Home Appliances via Bluetooth using IoT
Connecting Home Appliances via Bluetooth using IoTIRJET Journal
Β 
DESIGN AND IMPLEMENTATION OF A WIRELESS MESSAGE DISPLAY SYSTEM
DESIGN AND IMPLEMENTATION OF A WIRELESS MESSAGE DISPLAY SYSTEMDESIGN AND IMPLEMENTATION OF A WIRELESS MESSAGE DISPLAY SYSTEM
DESIGN AND IMPLEMENTATION OF A WIRELESS MESSAGE DISPLAY SYSTEMOyeniyi Samuel
Β 
Intelligent Device TO Device Communication Using IoT
 Intelligent Device TO Device Communication Using IoT Intelligent Device TO Device Communication Using IoT
Intelligent Device TO Device Communication Using IoTIJCERT
Β 
Electronic Nameplate System
Electronic Nameplate SystemElectronic Nameplate System
Electronic Nameplate SystemIRJET Journal
Β 
IOT Based Smart Home System Technologies
IOT Based Smart Home System TechnologiesIOT Based Smart Home System Technologies
IOT Based Smart Home System TechnologiesIJERDJOURNAL
Β 
IRJET- Wireless Sensor Network Based Internet of things for Environmental...
IRJET-  	  Wireless Sensor Network Based Internet of things for Environmental...IRJET-  	  Wireless Sensor Network Based Internet of things for Environmental...
IRJET- Wireless Sensor Network Based Internet of things for Environmental...IRJET Journal
Β 
Smart Home Automation using Wi-Fi
Smart Home Automation using Wi-FiSmart Home Automation using Wi-Fi
Smart Home Automation using Wi-Fiijtsrd
Β 
IJSRED-V2I4P4
IJSRED-V2I4P4IJSRED-V2I4P4
IJSRED-V2I4P4IJSRED
Β 
Design and implementation home security system and monitoring by using wirele...
Design and implementation home security system and monitoring by using wirele...Design and implementation home security system and monitoring by using wirele...
Design and implementation home security system and monitoring by using wirele...IJECEIAES
Β 
NRF based wireless light and Fan dimmer controlling system.
NRF based wireless light and Fan dimmer controlling system.NRF based wireless light and Fan dimmer controlling system.
NRF based wireless light and Fan dimmer controlling system.IRJET Journal
Β 
IRJET - Web-based Chatbot for Continuous Conversation using Artificial Intell...
IRJET - Web-based Chatbot for Continuous Conversation using Artificial Intell...IRJET - Web-based Chatbot for Continuous Conversation using Artificial Intell...
IRJET - Web-based Chatbot for Continuous Conversation using Artificial Intell...IRJET Journal
Β 
IRJET- Smart Drive
IRJET-  	  Smart DriveIRJET-  	  Smart Drive
IRJET- Smart DriveIRJET Journal
Β 
UBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATION
UBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATIONUBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATION
UBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATIONIJCNCJournal
Β 
Internet of Things Presentation (IoT).pptx
Internet of Things Presentation (IoT).pptxInternet of Things Presentation (IoT).pptx
Internet of Things Presentation (IoT).pptxErYashwantJagtap
Β 
Design and implementation of a smart home system with two levels of security ...
Design and implementation of a smart home system with two levels of security ...Design and implementation of a smart home system with two levels of security ...
Design and implementation of a smart home system with two levels of security ...nooriasukmaningtyas
Β 
Smart Security System IOT
Smart Security System IOTSmart Security System IOT
Smart Security System IOTijtsrd
Β 

Similar to Arduino Based Home Lighting Control by Android Phone (20)

Report
ReportReport
Report
Β 
Bluetooth Home Automation System
Bluetooth Home Automation SystemBluetooth Home Automation System
Bluetooth Home Automation System
Β 
Connecting Home Appliances via Bluetooth using IoT
Connecting Home Appliances via Bluetooth using IoTConnecting Home Appliances via Bluetooth using IoT
Connecting Home Appliances via Bluetooth using IoT
Β 
DESIGN AND IMPLEMENTATION OF A WIRELESS MESSAGE DISPLAY SYSTEM
DESIGN AND IMPLEMENTATION OF A WIRELESS MESSAGE DISPLAY SYSTEMDESIGN AND IMPLEMENTATION OF A WIRELESS MESSAGE DISPLAY SYSTEM
DESIGN AND IMPLEMENTATION OF A WIRELESS MESSAGE DISPLAY SYSTEM
Β 
Intelligent Device TO Device Communication Using IoT
 Intelligent Device TO Device Communication Using IoT Intelligent Device TO Device Communication Using IoT
Intelligent Device TO Device Communication Using IoT
Β 
Electronic Nameplate System
Electronic Nameplate SystemElectronic Nameplate System
Electronic Nameplate System
Β 
IOT Based Smart Home System Technologies
IOT Based Smart Home System TechnologiesIOT Based Smart Home System Technologies
IOT Based Smart Home System Technologies
Β 
IRJET- Wireless Sensor Network Based Internet of things for Environmental...
IRJET-  	  Wireless Sensor Network Based Internet of things for Environmental...IRJET-  	  Wireless Sensor Network Based Internet of things for Environmental...
IRJET- Wireless Sensor Network Based Internet of things for Environmental...
Β 
Smart Home Automation using Wi-Fi
Smart Home Automation using Wi-FiSmart Home Automation using Wi-Fi
Smart Home Automation using Wi-Fi
Β 
IJSRED-V2I4P4
IJSRED-V2I4P4IJSRED-V2I4P4
IJSRED-V2I4P4
Β 
BLUETOOTH.ppt
BLUETOOTH.pptBLUETOOTH.ppt
BLUETOOTH.ppt
Β 
Design and implementation home security system and monitoring by using wirele...
Design and implementation home security system and monitoring by using wirele...Design and implementation home security system and monitoring by using wirele...
Design and implementation home security system and monitoring by using wirele...
Β 
NRF based wireless light and Fan dimmer controlling system.
NRF based wireless light and Fan dimmer controlling system.NRF based wireless light and Fan dimmer controlling system.
NRF based wireless light and Fan dimmer controlling system.
Β 
IRJET - Web-based Chatbot for Continuous Conversation using Artificial Intell...
IRJET - Web-based Chatbot for Continuous Conversation using Artificial Intell...IRJET - Web-based Chatbot for Continuous Conversation using Artificial Intell...
IRJET - Web-based Chatbot for Continuous Conversation using Artificial Intell...
Β 
IRJET- Smart Drive
IRJET-  	  Smart DriveIRJET-  	  Smart Drive
IRJET- Smart Drive
Β 
UBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATION
UBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATIONUBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATION
UBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATION
Β 
Internet of Things Presentation (IoT).pptx
Internet of Things Presentation (IoT).pptxInternet of Things Presentation (IoT).pptx
Internet of Things Presentation (IoT).pptx
Β 
Rj bluetooth
Rj bluetoothRj bluetooth
Rj bluetooth
Β 
Design and implementation of a smart home system with two levels of security ...
Design and implementation of a smart home system with two levels of security ...Design and implementation of a smart home system with two levels of security ...
Design and implementation of a smart home system with two levels of security ...
Β 
Smart Security System IOT
Smart Security System IOTSmart Security System IOT
Smart Security System IOT
Β 

More from ijtsrd

β€˜Six Sigma Technique’ A Journey Through its Implementation
β€˜Six Sigma Technique’ A Journey Through its Implementationβ€˜Six Sigma Technique’ A Journey Through its Implementation
β€˜Six Sigma Technique’ A Journey Through its Implementationijtsrd
Β 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
Β 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
Β 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
Β 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
Β 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
Β 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
Β 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
Β 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
Β 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
Β 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
Β 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
Β 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
Β 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
Β 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
Β 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
Β 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
Β 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
Β 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
Β 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
Β 

More from ijtsrd (20)

β€˜Six Sigma Technique’ A Journey Through its Implementation
β€˜Six Sigma Technique’ A Journey Through its Implementationβ€˜Six Sigma Technique’ A Journey Through its Implementation
β€˜Six Sigma Technique’ A Journey Through its Implementation
Β 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Β 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Β 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Β 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
Β 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Β 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
Β 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Β 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
Β 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
Β 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
Β 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Β 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Β 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Β 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Β 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
Β 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
Β 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Β 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
Β 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
Β 

Recently uploaded

EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
Β 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayMakMakNepo
Β 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
Β 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
Β 
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈcall girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ9953056974 Low Rate Call Girls In Saket, Delhi NCR
Β 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
Β 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
Β 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
Β 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
Β 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
Β 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
Β 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
Β 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
Β 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
Β 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
Β 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
Β 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxsqpmdrvczh
Β 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
Β 

Recently uploaded (20)

Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"
Β 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
Β 
Model Call Girl in Tilak Nagar Delhi reach out to us at πŸ”9953056974πŸ”
Model Call Girl in Tilak Nagar Delhi reach out to us at πŸ”9953056974πŸ”Model Call Girl in Tilak Nagar Delhi reach out to us at πŸ”9953056974πŸ”
Model Call Girl in Tilak Nagar Delhi reach out to us at πŸ”9953056974πŸ”
Β 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up Friday
Β 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
Β 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
Β 
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈcall girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ
Β 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
Β 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Β 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
Β 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
Β 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
Β 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
Β 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Β 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
Β 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
Β 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
Β 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
Β 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptx
Β 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
Β 

Arduino Based Home Lighting Control by Android Phone

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 3 Issue 5, August 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD26779 | Volume – 3 | Issue – 5 | July - August 2019 Page 1634 Arduino Based Home Lighting Control by Android Phone Dr. Thida Aung Professor and Head of Electronic Engineering Department, Technological University, Lashio, Northern Shan, Myanmar How to cite this paper: Dr. Thida Aung "Arduino Based Home LightingControlby Android Phone" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-3 | Issue-5, August 2019,pp.1634-1638, https://doi.org/10.31142/ijtsrd26779 Copyright Β© 2019 by author(s) and International Journalof Trend in Scientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative CommonsAttribution License (CC BY 4.0) (http://creativecommons.org/licenses/by /4.0) ABSTRACT Energy Conservation is the effort made to reduce the consumption of energy by using energy more efficiently. Energy can be conserved by reducing wastage and losses, improving efficiency through technological upgrades. In this thesis, Bluetooth based home lighting control system using Arduino UNO is presented as the good exampleforenergyconservationbyapplyingupdated technologies. Bluetooth Module, relays, bulbs, android phone, ardudroid application and power supply are used to complete this system. Not only lighting but also any home appliancecanbecontrolledthrough the customized smartphone application thanks to the advantages of Bluetooth Wireless Technology. Remote controlled Bluetooth based homelightingcontrolsystem provides a most modern solution with smartphones. The design is based on mainly a stand-alone Arduino BT Board to which home appliances are connected via relays. Password protection is added to protect unauthorized access making a perfect system. KEYWORDS: Bluetooth; Arduino UNO; ardudroid application; smartphones; Wireless Technology I. INTRODUCTION Wireless technologies are becoming more popular around theworld.Nowwith the embedded Bluetooth technology, digital devices form a network in which the appliances and devices can communication with each other. Today, home automation is one of the major applications of Bluetooth technology. Home automation system is used forinformationtechniques and control system to reduce the human labor. The rapid growths of technologies influence to use smart phones to remotely control the home appliances. An automateddevice has ability to work with versatility,diligenceand withlowest error rate. This system not only helps todecreasethehuman labor but it also saves time and energy. A Bluetooth based wireless home automation system can be implemented with a low cost and it is easy to install in an existing home. Bluetooth technology has ability to transmit data serially up to 3Mbps within a physical range of 6m to 15m depending on the type of Bluetooth device. There are few issues involved when designing a home automation system. The system should be scalable so that new devices can easily be integratedintoit. Itshould provide a user-friendly interface on the host side, so that the devices can be easily setup, monitored and controlled. Thisinterface should also provide some diagnostic services so that if there is any problem with the system, it can be tracked down. Moreover the overall system should befastenough torealize the true power of wireless technology. Finally the system should be cost effective in order to justify its application in home automation. In this paper, a low cost smart phone based, flexible home automation system is presented. Appliances at home are connected to the Arduino BT board. A bluetooth module is connected to FPGA board to control the home appliances. The commutation between the smartphone andtheArduino BT board is wireless. Additional devices can be connected into the system with little modifications. The system is used to control the bulb using a smart phone application with Bluetooth wireless technology. Figure1. Overall Block Diagram of the System II. LITERATURE REVIEW The first release of Bluetooth was for a wireless data system that could carry data at speeds up to 721 Kbps with the addition of up to three voice channels. The aim of Bluetooth technology was to enable users to replace cables between devices such as printers, fax machines, desktop computers and peripherals, and a host of other digital devices. One major use was for wirelessly connecting headsets for to mobile phones, allowing people to use small headsets rather than having to speak directly into the phone. IJTSRD26779
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26779 | Volume – 3 | Issue – 5 | July - August 2019 Page 1635 Another application of Bluetooth technology was to provide a connection between an ad hoc wireless network and existing wired data networks. The technology was intended to be placed in a low cost module that could be easily incorporated into electronics devices of all sorts. Bluetooth uses thelicensefreeIndustrial, Scientific and Medical (ISM) frequency band for its radio signals and enables communications to be established between devices up to a maximum distance of around 100 meters, although much shorter distancesweremorenormal. Bluetooth technology is well established and the standard is being developed to ensure that it meets the growing needs for connectivity for many electronic devices. Even though it was initially aimed at streaming audio to items like headphones and other audio devices, Bluetooth is now able to provide connectivity for many devices enabling it to be used for new applications like M2M, IoT and remote device connectivity. Bluetooth is designed as a short range, low energy, and low cost wireless connectivity that users radio technology. Bluetooth devices work with 2.4GHz frequency. A channel hoping technique the data is separates into smaller pieces called packets. The data packets exchanges between the transmitter and receiver at one frequency, then at another frequency the transmitter and receiver exchange another packet. The process will be continued by repetition until all data is transmitted. The channels changeseveryuseseventy-nine1- megahertz frequencies in the ISM band as shown in figure . The ISM frequency bands having a range of 2.4 GHz and 2.483 GHz in the radio spectrum, has been reserved for industrial, scientific and medical purposes. Figure2. Bluetooth Devices Frequencies Hop up to 1600 Times per Second III. HARDWARE COMPONENTS A. Arduino UNO Arduino is a single board computer. Arduino is an open source physical computing platform based on a simple input/output (I/O) board. The type of the Arduino board used in this paper is ATMega328P Arduino Uno Microcontroller having 2KB static RAM,32KBflashmemory, 8 bit CPU, 6 Analog I/O pins and 14 Digital I/O pins. The language used to pragram the Arduino microcontroller is C/C++. Programs are created in the Arduino development environment that compiling and linking source code and downloaded to the Arduino board where it starts running. Arduino is an open-source design for a microcontroller interface board, it is actually rather more than that, as it encompasses the software development tools that need to program an Arduino board, as well as the board itself. There is a large community of constructions willing to share their expertise and experience on the Internet. Arduino is a small microcontroller board with a USB plug to connect to computer and a number of connection sockets that can be wired up to external electronics, such as motors, relays, light sensors, laser diodes, loudspeakers, microphones, etc. They can either be powered throught the USB connection from the computer or from a 9V battery. They can be controlled from the computer or programmed by the computer and then disconnected and allowedtowork independently. The Arduino is an open-source hardware design, anyone is free to take the designs and create their own clones of the Arduino. Arduino is an open-source plaform used for building electronic projects. Arduino consists of both a physical programmable circuit board and a piece of software, or IDE (Integrated Development Environment) that runs on the computer, used to write and upload computer code to the physical board. Figure3. Arduino UNO The Arduino platform has becomequitepopularwithpeople just starting out with electronics,and forgood reason.Unlike most previous programmable circuit boards, the Arduino does not need a separate piece of hardware (called a programmer) in order to load new code onto the board - can simply use a USB cable. Additionally, the Arduino IDE uses a simplified version of C++, making it easier to learn to program. Finally, Arduino provides a standard form factor that breaks out the functions of the micro-controller into a more accessible package. The Uno isoneof themorepopular boards in the Arduino family and a great choice for beginners. B. Bluetooth Module HC-05 The standard feature for cellular phones is a Bluetooth technology which can be used in wireless connection for cellular phones and home appliances. Bluetooth technology gives an efficient method for controllinghomeautomation. It is a low cost and a secured technology. The Arduino Bluetooth board is used in the system. The cell phoneisused python program to supply the user interface. The band frequency of working is over 2.4 GHz ISM with a range of 10 m and 1 Mbps speed. This module HC-05 provides a good wireless transmission and a well receiving serial data; it can be used to provide a connection between MCUandPC forthe data transferring purpose. The I/O ports of the Bluetooth board and relays are used to connect the devices which be controlled. The Bluetooth simply is password protected. A Bluetooth device has the ability to scan and detect other
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26779 | Volume – 3 | Issue – 5 | July - August 2019 Page 1636 devices easily. It has the ability of checking whether devices are working properly or not. HC-05 module is an easy to use Bluetooth SPP (Serial Port Protocol) module, designed for transparent wireless serial connection setup. The HC-05 Bluetooth Module can be used in a Master or Slave configuration, making it a great solution for wireless commutation. The Bluetooth module HC-05 is a MASTER/SLAVE module. By default the factory setting is SLAVE. The Role of the module can be configured only by AT COMMANDS.Theslave modules cannot initiate a connection to another Bluetooth device, but can accept connections. Master module can initiate a connection to other devices. The HC-05 Bluetooth Module has 6pins. They are as follows: Enable: When enable is pulled LOW, the module is disabled which means the module will notturnonand it fails to communicate. When enable is left open or connected to 3.3V, the module is enabled i.e the module remains on and communication also takes place. Vcc : Supply Voltage 3.3V to 5V. Gnd: Ground pin Txd & Rxd: These two pins act as an UART interface for communication. State: It acts as a status indicator. When the module is not connected to / paired with any other bluetooth device, signal goes Low. At this low state, the led flashes continuously which denotes that the module is not paired with other device. When this module is connected to/paired with any other bluetooth device, the signal goes High. At this high state, the led blinks with a constant delay say for example 2s delay which indicates that the module is paired. Button Switchs: This is used to switch the module into AT command mode. ToenableATcommandmode,press the button switch for a second. With the help of AT commands, the user can change the parameters of this module but only when the module isnotpairedwith any other BT device. If the module is connected to any other bluetooth device, it starts to communicate with that device and fails to work in AT command mode. Figure4. Pin Description of Bluetooth Module IV. IMPLEMENTATION OF THE SYSTEM A. Interfacing HC-05 Bluetooth Module with Arduino Bluetooth Module HC-05 is connected to the 5V and GND pin of Arduino with connectingwire.Note:IncaseHC-05module supports 3.3V and 5V please power it using the 5V supply from Arduino. The TXD pin on the HC-05 module is connected with the RXD pin (Pin 0) of Arduino. TXD on HC- 05 transmits data from the Bluetooth transceiver. Pin 0 on Arduino (RXD) receives data on Arduino two-way by connecting these pins, users are establishing a two-way communication between Arduino and HC-05, so that can turn the device get on/off with the command properly. Next, as the receiver data lines on HC-05 are 3.3V tolerant, need to convert the 5V input signal from Arduino into a 3.3V signal. While it can be achieved easily through a bi-direction logic level converter, using a voltage divider to convert the 5V input signal into a 3.3V signal. B. Bluetooth Connection Test Once user has connected the HC-05 module with the Arduino, user can power theArduinowith the12VDCsupply or USB cable. If the red and blue LEDs on HC-05 are blinking, user has successfully paired the Bluetooth module with Arduino. Users can also check the Bluetooth connectivity status using the State pin on Arduino. C. System Circuit The circuit design of system based onArduinoand Bluetooth is very simple and is explained below. The Bluetooth module has 6 pins but just 4 pins: VCC, TX, RX and GND are used. Bluetooth module is connected to the Arduino Uno. Tx pin of Bluetooth module is connectedtothe Rx pin of Arduino. Rx pin of Bluetooth module is connected to the Tx pin of Arduino. GND of BT module is connected to the GND of Arduino. This system is used 7805 IC to get 5volt supply for BT module and Arduino Uno. 5 volt pin of BT module and 5volt pin of Arduino are combined and it is connected to the 5V power supply. Digitalpinsof Arduino(8, 9, 10, 11) are connected to the base of 4 channel relay. Collector of 4 channel relay is connected to the switchboard power supply. Emitter of 4 channel relay is grounded. Positive and negative of switchboard power supply are connected to the positiveand negativeof bulbs.Fourchannel relays are used as a switch for turning ON and OFF the home appliances running on AC mains. Figure5. System Circuit D. ArduDroid by TechBitar Application ArduDroid is a simple tool to control Arduino from Android phone. It's both an Android app and an Arduino program. ArduDroid has a simple Android user interface to control Arduino's digital and PWM pins, send text commands to Arduino and receive data fromArduinooverBluetooth serial using the ever popular and really cheap HC-05 Bluetooth over serial module. This app has been tested and designed for the HC-05 Serial Bluetooth module. Other Bluetooth modules may or may not work.
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26779 | Volume – 3 | Issue – 5 | July - August 2019 Page 1637 ArduDroid is an Android app that sends/receives data from Arduino with the help of an Arduino sketch named ardudroid.ino. In this sketch, there are four code blocks supporting the four key functions of ArduDroid. The blocks are labeled according to their functions in a comment line at the start of each code block. Figure6. Software Application of ArduDroid by TechBitar E. System Flow Chart A software implementation is a systematically structured approach to effectively integrate software based service or component into the workflow of an organizationalstructure. Figure7. System Flow Chart V. TESTS AND RESULTS The system has been implemented step-by-step and in each step experimental testing has been made to make sure that there is no error. Moreover, the important thing is to get expected results. Lighting ON/OFF has been tested Room by Room as follows. The predetermined data from the smartphone is sent to the Bluetooth Module; it receives this signaland transmitstothe Arduino. This signal from Arduino is sent to the relay for switching on and off the bulbs. When the key 8 from the smartphone is pressed, the bulb in the living room is on as shown in Figure 8. Figure8. .Switching ON the Bulb of Living Room When the key 9 from the smartphone is pressed, the bulb in the dining room is on as shown in Figure 9 Figure9. Switching ON the Bulb of Dining Room When the key 10 from the smartphoneispressed,thebulb in the bed room is on as shown in Figure 10. Figure10. Switching ON the Bulb of Bed Room
  • 5. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26779 | Volume – 3 | Issue – 5 | July - August 2019 Page 1638 When the key 11 from the smartphoneispressed,thebulb in the warehouse is on as shown in Figure 11. Figure11. Switching ON the Bulb of Warehouse After pressing all keys,the bulbs in the all rooms are on as shown in Figure 12. Figure12. Switching ON All Bulbs Figure13. Testing the implemented Circuit VI. CONCLUSION It can be concluded thatArduinobased homelightingcontrol by android phone has been successfully designed and prototyped. This system consists of an Arduino Unoboard,a Bluetooth Module, an Android phone, bulbs and an android Application. It is a low cost, flexible and wireless solution to the home automation. The Bluetooth client was successfully tested on a multitude of different mobile phones from different manufacturers, thus proving its portability and wide compatibility. The wireless communication between the cell phone and Arduino BT was available to be limited to be less than 20ft in a concreted building and maximum of 50ft range was available in an open range. Finally, the developed system offers a flexible, economical andremotely controllable smart home automation system. VII. FURTHER EXTENSION The rooms can be extended to some extend by modifying a little in software and hardware design. Light sensors, temperature sensors, smoke sensors etc. canbeaddedinthe system to be a smart home system. It can also be designed to adjust different parameters like room lighting, air conditioning (room temperature), door locks etc. The distance of the Bluetooth range can be increased by using Wi-Fi Topology. Acknowledgment The author would like to express her sincere gratitude and deep appreciation to Dr. Yan Aung Oo, Rector (Acting), Technological University (Lashio), because of his valuable suggestions and guidance. The author also thanks to my colleagues in Department of Electronic Engineering, Technological University (Lashio) for their help during developing this system. Reference [1] Jhansi Lakshmi, Android Mobile Based Home Automation using Bluetooth, Sept 2014 [2] Chandre, Home Automation using AndroidApplication & Bluetooth, Feb 2015, http://www.instructables.com [3] Mandeep Singh, Bluetooth Technology, Sept 2013, http://www.reseatchgate.net [4] Christian Reinisch, Wiewless Communication in Home, Feb 2007, http://en.m.wikipedia.org [5] Satish Palaniappan, Home Automation System, April 2015, http://www.webcrawler.com [6] R. Piyare and T. M, Bluetooth Home Automation Using Cell Phone, in Consumer Electronics, IEEE 15th International Symposium on, 2011 [7] M. Yan and H. Shi, Smart Living Using Bluetooth-Based Android Smart Phone, Int. J. Wirel. Mob. Networks, vol. 5, no. 1, 2013