SlideShare a Scribd company logo
International Journal of Computer Applications Technology and Research
Volume 2– Issue 2, 117 - 120, 2013
www.ijcat.com 117
DESIGN OF AN INTELLIGENT AND
EFFICIENT LIGHT CONTROL SYSTEM
Arun Radhakrishnan,
Department of ECE,
Jimma Institute of Technology,
Jimma University,
Ethiopia
Vuttaradi Anand,
Department of ECE,
Jimma Institute of Technology,
Jimma University,
Ethiopia
Abstract: Recently, many researches has been carried out to save the energy in many aspects such
as producing a device which consumes very less energy or designing a system which helps to
reduce the power consumption using the existing devices. In this paper, a room light control system
is proposed which is named as light control system (LCS). This proposed system will able to
provide the needed light which provides the satisfaction of users and will provide energy saving
and management.
In this paper the Lighting Control System and the decision making algorithm, are
discussed. As per the algorithm the system will first check any occupant is there in the room. If so
then the system will check the intensity of light in the room and if it is low then it will switch on the
light.
Our proposed system can able to minimize the energy consumed for lighting in a room
and can able to provide it efficiently.
Keywords: Lighting Control system, Energy saving, LDR, PIR sensor
1. INTRODUCTION:
Power saving have became a
necessary thing in our day to day life. Many
conventional power saving methods such as
using electrical devices which consumes
very less energy or cutting off the entire
power supply for a scheduled time for a
particular area are not efficient and there
will be a lot discomforts to the users and
cost may also increase to use a low power
electrical device.
Buildings are responsible for up to
40% of energy usage. Most part of this
energy is used mainly for maintaining good
lighting such that the workers feel
comfortable. Nowadays the newly
constructed modernised or automated
buildings may have lighting system to
improve the comfort of occupants and to
save the energy. But there are large number
of old buildings which contains the
traditional lighting system. To reduce the
energy consumption in those types of
buildings and to help the owners of that
building in terms of saving electricity bill an
intelligent and an effective method is
discussed in this paper.
Because of advancement in Sensor
technology a very cheap and portable
methods to measure our surroundings are
available.
The amounts of light required to
for a good environment to work comfortably
in various areas are shown in table 1 which
is recommended by CIBSE lighting guides.’
International Journal of Computer Applications Technology and Research
Volume 2– Issue 2, 117 - 120, 2013
www.ijcat.com 118
Table 1 Required intensity of light for
various environments
Type of place and
work
Intensity
required
Filing – Office work 300 lux
General office (Typing
and Writing)
500lux
Painting 750 lux
Classrooms 300 lux
Classrooms for
evening class
500 lux
Auditorium 500 lux
Assembly ( Industry) 1000 lux
2. EXISTING SYSTEM:
This section describes about the
most commonly used lighting control
system used in buildings. Since this method
is going to use wireless sensor network it is
mandatory to know the operation of existing
lighting control system. It can be decided
that energy loss is occurred with a lighting
system when the lighting system illuminates
a light which is an area which is not being
used currently at that particular time or
when it illuminates a light even though
sufficient lighting is available to work.
The most commonly used lighting
systems are explained below.
2.1 A Switch operated
manually:
In this method a user has to switch
ON and OFF the required lights. Since the
user can switch on and off the lights as per
their preferences there is a chance of
keeping the lights in on state even though it
was not need during that time. This may
occur because of carelessness of user and a
large amount of power is wasted.
The lighting system with occupant
detection uses passive infrared sensor (PIR).
This PIR sensor detects any movement is
present in that particular area. If any
movement is there means then this system
automatically switches ON the lights. If
timers are not used in this type of system
means then the lights will be kept in ON
state even after the user left the place.
Because of this fault also a large amount of
energy can be wasted.
Then another drawback about this
type of system is, it will switch ON the
lights when there is an occupant is present in
that area. But there is a possibility of enough
lighting will be there at that particular time.
This system is not going to check the
intensity of light before switching on the
lights. Because of this also a large amount of
energy can be lost.
3. PROPOSED SYSTEM:
The proposed system overcomes
all the drawbacks of existing system. This
system takes two things into account before
taking any action, namely (1) human
presence and (2) intensity of light. The
system consists of a PIR sensor (Parallax
555- 28027) and an LDR (NORP 12). The
PIR sensor is used to detect whether any
occupants are there in that room and LDR is
used to detect the intensity of light in that
room. Apart from this an algorithm can be
implemented in our system which uses both
the LDR and PIR sensor to decide whether
to switch on the light or not.
This approach first checks whether
any occupants are there in the room or not.
If anybody is there in that room then it
checks the intensity of light, if it is enough
then it won’t switch on the light otherwise it
switch on the light.
2.2 By Detecting Occupants:
Figure 1 Setup of proposed system
LIGH PIR
SENSO
R
CONTR
OL
LIG
HT
International Journal of Computer Applications Technology and Research
Volume 2– Issue 2, 117 - 120, 2013
www.ijcat.com 119
4. SYSTEM DESIGN:
4.1 Block diagram:
This system can be implemented
using a PIC 16F877A, a LDR, A PIR sensor
and the lights can be controlled by relays.
The LDR sensor will keep on sensing the
intensity of light and sends it to the
microcontroller. The PIR sensor will send a
signal to the microcontroller if there is any
occupant in the room. If anybody is present
in the room then the microcontroller
compares the sensed value of intensity in the
room with the value already stored in the
microcontroller. If the sensed value is less
than the value stored in the microcontroller
then the light will be switched on by
connecting the relay.
5. ALGORITHM:
Step 1: Start
Step 2: Check whether any occupant is there
in the room using PIR sensor.
Step 3: If any Occupants is there means then
compare the intensity of light in the room
which was sensed by LDR. If nobody was
there means then after some time delay
again go to step 1.
Step 4: If the sensed intensity is less than the
required level, then switch on the light or if
it was enough means then after some time
delay proceed to step 1.
As per the algorithm our system will first
check whether any occupants are there in the
room with the help of PIR sensor where the
system has been installed. If any occupants
are there then it will check the value of light
luminance which is sensed through LDR and
then the sensed value will be compared with
the value stored in the microcontroller, if the
value is less than the lights will be switched
on or if the sensed value is greater than the
stored value then it will wait for some time
and again it will from the first.
While checking for occupants if
no one is there in the room then the system
will wait for some time (delay), which can
be programmed in the microcontroller then
it will start from the first step.
6. FLOWCHART:
PIC
16F87
7A Lights
PIR Sensor
(Parallax 555-
28027)
Relay
LDR
(NORP 12)
Figure 2 Block Diagram for the proposed system.
Start
Check any
person is
there in the
YES
Check the
intensity of light
is enough or not
Switch on the
light
NO
Dela
y
YES
NO
International Journal of Computer Applications Technology and Research
Volume 2– Issue 2, 117 - 120, 2013
www.ijcat.com 120
7. RESULTS:
The proposed system has been
implemented in a room with four lights each
of 40 watts. Since it is normal classroom
where evening classes are also conducted
the intensity required has been set to 500 lux
which was set as the reference level in
microcontroller. Before implementing this
system, around 800 watts of energy was
consumed per day. After implementing this
system in that room it has been considerably
reduced to 480 Watts. Thus on using this
system a large amount of energy can be
saved.
8. CONCLUSION AND
FUTURE WORK:
The proposed system can able to
reduce the power consumption to the
maximum limit and also this system will
help us to keep the working environment in
a pleasant and comfortable manner.
In this system the number of
persons present in the room (Person counter)
can be included and also the data
transmission from PIR sensor to
microcontroller can be implemented through
wireless such that the system will become a
scalable one in the sense a single system can
able to control a large number of rooms.
Apart from these things the system can be
upgraded to allow the users to configure the
intensity of light in real time.
9. REFERENCES:
[1] CIBSE. Reasoning about naming
systems. The Chartered Institution of
Building Services Engineers, 2002.
[2] Intelligent Energy Conservation System
Design Based on Hybrid Wireless
Sensor Network Hung-Cheng Chen
Department of Electrical Engineering,
National Chin-Yi University of
Technology, Taiwan, Teng-Fa Tsao
Department of Electrical Engineering,
Nan Kai University of Technology,
Taiwan , Chun-Liang Hsu Department
of Electrical Engineering, St. John’s
University, Taiwan IPCSIT vol. 23
(2012).
[3] Evaluation of Energy-Efficiency in
Lighting Systems using Sensor
Networks Declan T. Delaney, Gregory
M.P. O’Hare, and Antonio G. Ruzzelli
CLARITY: Centre for Sensor Web
Technologies University College
Dublin
[4] Intelligent Lighting System Using
Wireless Sensor Networks
A.A.Nippun Kumaar , Kiran.G
,Sudarshan TSB Department of
Computer Science & Engineering,
Amrita Vishwa Vidyapeetham, School
Of Engineering, Bangalore Campus,
India IJASUC Vol.1, No.4, December
2010
[5] Microchip Technology Inc. PIC16F877A
Datasheet, RevisionC, 2003.
[6]http://www.parallax.com/detail.asp?prod
uctid=555-28027
[7] Datasheet of NORP 12 LDR

More Related Content

What's hot

ppt of automatic room light controller and BI directional counter
ppt of automatic room light controller and BI directional counterppt of automatic room light controller and BI directional counter
ppt of automatic room light controller and BI directional counter
Mannavapremkumar
 
Smart street lighting system
Smart street lighting systemSmart street lighting system
Smart street lighting system
Anoop Kumar
 
Recreated polyfuse
Recreated polyfuseRecreated polyfuse
Recreated polyfuse
Tapesh Chalisgaonkar
 
Solar Powered Led Street Light With Auto Intensity Control
Solar Powered Led Street Light With Auto Intensity ControlSolar Powered Led Street Light With Auto Intensity Control
Solar Powered Led Street Light With Auto Intensity Control
Edgefxkits & Solutions
 
Footstep power generation system Final year be project
Footstep power generation system   Final year be project Footstep power generation system   Final year be project
Footstep power generation system Final year be project
silveroak engineering collage
 
Night vision technology
Night vision technologyNight vision technology
Night vision technology
gy_manish
 
seminar report on night vision technology
seminar report on night vision technologyseminar report on night vision technology
seminar report on night vision technology
Amit Satyam
 
Home automation using google assistant ppt
Home automation using google assistant ppt Home automation using google assistant ppt
Home automation using google assistant ppt
Somu Gupta
 
Smart Home System Using Android Application
Smart Home System Using Android ApplicationSmart Home System Using Android Application
Smart Home System Using Android Application
Siju Xavier
 
Solar cell tracking system
Solar cell tracking systemSolar cell tracking system
Solar cell tracking system
moazalhosne
 
Seminar on AUTOMATIC SOLAR TRACKING SYSTEM
Seminar on AUTOMATIC SOLAR TRACKING SYSTEMSeminar on AUTOMATIC SOLAR TRACKING SYSTEM
Seminar on AUTOMATIC SOLAR TRACKING SYSTEM
RAKSHSAH
 
Home automation using blynk app with fan direction control and displaying sta...
Home automation using blynk app with fan direction control and displaying sta...Home automation using blynk app with fan direction control and displaying sta...
Home automation using blynk app with fan direction control and displaying sta...
Diwash Kapil Chettri
 
Li fi technology seminar-2014
Li fi technology seminar-2014Li fi technology seminar-2014
Li fi technology seminar-2014
Gagandeep Singh
 
Google Voice Assistance Based Smart Home Automation
Google Voice Assistance Based Smart Home AutomationGoogle Voice Assistance Based Smart Home Automation
Google Voice Assistance Based Smart Home Automation
GauthamG4
 
Smarthome
SmarthomeSmarthome
Smarthome
NIT MEGHALAYA
 
solar tree seminar report
solar tree seminar reportsolar tree seminar report
solar tree seminar report
Er Pappu Jaiswal
 
Automatic Emergency Light
Automatic Emergency LightAutomatic Emergency Light
Automatic Emergency Light
Mridul Rawat
 
Automatic street light using ldr
Automatic street light using ldrAutomatic street light using ldr
Automatic street light using ldr
Nikhil Sharma
 
PIR sensors day
PIR sensors day PIR sensors day
PIR sensors day
sivagamitec
 
Presentation on IoT Based Home Automation using android & NodeMCU
Presentation on IoT Based Home Automation using android & NodeMCUPresentation on IoT Based Home Automation using android & NodeMCU
Presentation on IoT Based Home Automation using android & NodeMCU
Souvik Kundu
 

What's hot (20)

ppt of automatic room light controller and BI directional counter
ppt of automatic room light controller and BI directional counterppt of automatic room light controller and BI directional counter
ppt of automatic room light controller and BI directional counter
 
Smart street lighting system
Smart street lighting systemSmart street lighting system
Smart street lighting system
 
Recreated polyfuse
Recreated polyfuseRecreated polyfuse
Recreated polyfuse
 
Solar Powered Led Street Light With Auto Intensity Control
Solar Powered Led Street Light With Auto Intensity ControlSolar Powered Led Street Light With Auto Intensity Control
Solar Powered Led Street Light With Auto Intensity Control
 
Footstep power generation system Final year be project
Footstep power generation system   Final year be project Footstep power generation system   Final year be project
Footstep power generation system Final year be project
 
Night vision technology
Night vision technologyNight vision technology
Night vision technology
 
seminar report on night vision technology
seminar report on night vision technologyseminar report on night vision technology
seminar report on night vision technology
 
Home automation using google assistant ppt
Home automation using google assistant ppt Home automation using google assistant ppt
Home automation using google assistant ppt
 
Smart Home System Using Android Application
Smart Home System Using Android ApplicationSmart Home System Using Android Application
Smart Home System Using Android Application
 
Solar cell tracking system
Solar cell tracking systemSolar cell tracking system
Solar cell tracking system
 
Seminar on AUTOMATIC SOLAR TRACKING SYSTEM
Seminar on AUTOMATIC SOLAR TRACKING SYSTEMSeminar on AUTOMATIC SOLAR TRACKING SYSTEM
Seminar on AUTOMATIC SOLAR TRACKING SYSTEM
 
Home automation using blynk app with fan direction control and displaying sta...
Home automation using blynk app with fan direction control and displaying sta...Home automation using blynk app with fan direction control and displaying sta...
Home automation using blynk app with fan direction control and displaying sta...
 
Li fi technology seminar-2014
Li fi technology seminar-2014Li fi technology seminar-2014
Li fi technology seminar-2014
 
Google Voice Assistance Based Smart Home Automation
Google Voice Assistance Based Smart Home AutomationGoogle Voice Assistance Based Smart Home Automation
Google Voice Assistance Based Smart Home Automation
 
Smarthome
SmarthomeSmarthome
Smarthome
 
solar tree seminar report
solar tree seminar reportsolar tree seminar report
solar tree seminar report
 
Automatic Emergency Light
Automatic Emergency LightAutomatic Emergency Light
Automatic Emergency Light
 
Automatic street light using ldr
Automatic street light using ldrAutomatic street light using ldr
Automatic street light using ldr
 
PIR sensors day
PIR sensors day PIR sensors day
PIR sensors day
 
Presentation on IoT Based Home Automation using android & NodeMCU
Presentation on IoT Based Home Automation using android & NodeMCUPresentation on IoT Based Home Automation using android & NodeMCU
Presentation on IoT Based Home Automation using android & NodeMCU
 

Viewers also liked

Intelligent lighting ppt
Intelligent lighting pptIntelligent lighting ppt
Intelligent lighting ppt
Amrata Yadav
 
Automatic Light Control using LDR and PIR Sensor
Automatic Light Control using LDR and PIR SensorAutomatic Light Control using LDR and PIR Sensor
Automatic Light Control using LDR and PIR Sensor
Ziauddin Ridoy
 
Passive infrared sensor technology(pir)
Passive infrared sensor technology(pir)Passive infrared sensor technology(pir)
Passive infrared sensor technology(pir)
Umar Shuaib
 
Smart lighting solutions with motion sensors occupancy sensors pir sensors
Smart lighting solutions with motion sensors occupancy sensors pir sensorsSmart lighting solutions with motion sensors occupancy sensors pir sensors
Smart lighting solutions with motion sensors occupancy sensors pir sensors
Pammvi Group of Companies
 
Pir based lighting control
Pir based lighting controlPir based lighting control
Pir based lighting control
Slidescope
 
Human presence detection based room light controller using pir2.pptx [repaired]
Human presence detection based room light controller using pir2.pptx [repaired]Human presence detection based room light controller using pir2.pptx [repaired]
Human presence detection based room light controller using pir2.pptx [repaired]
nikhilsinghia
 
Energy saving using pir sensor
Energy saving using pir sensorEnergy saving using pir sensor
Energy saving using pir sensorHimani Harbola
 

Viewers also liked (7)

Intelligent lighting ppt
Intelligent lighting pptIntelligent lighting ppt
Intelligent lighting ppt
 
Automatic Light Control using LDR and PIR Sensor
Automatic Light Control using LDR and PIR SensorAutomatic Light Control using LDR and PIR Sensor
Automatic Light Control using LDR and PIR Sensor
 
Passive infrared sensor technology(pir)
Passive infrared sensor technology(pir)Passive infrared sensor technology(pir)
Passive infrared sensor technology(pir)
 
Smart lighting solutions with motion sensors occupancy sensors pir sensors
Smart lighting solutions with motion sensors occupancy sensors pir sensorsSmart lighting solutions with motion sensors occupancy sensors pir sensors
Smart lighting solutions with motion sensors occupancy sensors pir sensors
 
Pir based lighting control
Pir based lighting controlPir based lighting control
Pir based lighting control
 
Human presence detection based room light controller using pir2.pptx [repaired]
Human presence detection based room light controller using pir2.pptx [repaired]Human presence detection based room light controller using pir2.pptx [repaired]
Human presence detection based room light controller using pir2.pptx [repaired]
 
Energy saving using pir sensor
Energy saving using pir sensorEnergy saving using pir sensor
Energy saving using pir sensor
 

Similar to DESIGN OF AN INTELLIGENT AND EFFICIENT LIGHT CONTROL SYSTEM

IRJET- Intelligent Room Lighting System
IRJET-  	  Intelligent Room Lighting SystemIRJET-  	  Intelligent Room Lighting System
IRJET- Intelligent Room Lighting System
IRJET Journal
 
Lighting sensors and its importance
Lighting sensors and its importanceLighting sensors and its importance
Lighting sensors and its importance
Zeel Shah
 
Automatic Home Lighting solutions using Human Detection, Sunlight Intensity a...
Automatic Home Lighting solutions using Human Detection, Sunlight Intensity a...Automatic Home Lighting solutions using Human Detection, Sunlight Intensity a...
Automatic Home Lighting solutions using Human Detection, Sunlight Intensity a...
IRJET Journal
 
IRJET- Home Automation System using IoT
IRJET- Home Automation System using IoTIRJET- Home Automation System using IoT
IRJET- Home Automation System using IoT
IRJET Journal
 
The science of light sensors
The science of light   sensorsThe science of light   sensors
The science of light sensors
Jozhe Fonseca
 
Automatic Room Lights Controller Using Arduino & PIR Sensor
Automatic Room Lights Controller Using Arduino & PIR SensorAutomatic Room Lights Controller Using Arduino & PIR Sensor
Automatic Room Lights Controller Using Arduino & PIR Sensor
Ankit Chaudhary
 
Automatic Room Light Intensity Detection And Control Using A Microprocessor A...
Automatic Room Light Intensity Detection And Control Using A Microprocessor A...Automatic Room Light Intensity Detection And Control Using A Microprocessor A...
Automatic Room Light Intensity Detection And Control Using A Microprocessor A...
Vicki Cristol
 
Remote control system of high efficiency and intelligent street lighting usin...
Remote control system of high efficiency and intelligent street lighting usin...Remote control system of high efficiency and intelligent street lighting usin...
Remote control system of high efficiency and intelligent street lighting usin...
IAEME Publication
 
Development of Fuzzy Logic Control for Indoor Lighting Using LEDs Group
Development of Fuzzy Logic Control for Indoor Lighting Using LEDs GroupDevelopment of Fuzzy Logic Control for Indoor Lighting Using LEDs Group
Development of Fuzzy Logic Control for Indoor Lighting Using LEDs Group
TELKOMNIKA JOURNAL
 
Smart street light system
Smart street light systemSmart street light system
Smart street light system
ChethanMp7
 
Automatic Room Light Controller Using Arduinom & PIR Sensor
Automatic Room Light Controller Using Arduinom & PIR SensorAutomatic Room Light Controller Using Arduinom & PIR Sensor
Automatic Room Light Controller Using Arduinom & PIR Sensor
Ankit Chaudhary
 
ROOM LIGHT CONTROL SYSTEM PROJECT PRESENTATION BY BITAN DAS AND MADHURIMA BASU
ROOM LIGHT CONTROL SYSTEM PROJECT PRESENTATION BY BITAN DAS AND MADHURIMA BASUROOM LIGHT CONTROL SYSTEM PROJECT PRESENTATION BY BITAN DAS AND MADHURIMA BASU
ROOM LIGHT CONTROL SYSTEM PROJECT PRESENTATION BY BITAN DAS AND MADHURIMA BASU
Bitan Das
 
Smart Street Light System using Embedded System
Smart Street Light System using Embedded SystemSmart Street Light System using Embedded System
Smart Street Light System using Embedded System
rahulmonikasharma
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
PIR based security system
PIR based security systemPIR based security system
PIR based security system
Gyeltshen Gyeltshen
 
Ambient light adaptive LED light dimmer
Ambient light adaptive LED light dimmerAmbient light adaptive LED light dimmer
Ambient light adaptive LED light dimmer
TELKOMNIKA JOURNAL
 
IRJET - Smart Street Light System using IoT
IRJET - Smart Street Light System using IoTIRJET - Smart Street Light System using IoT
IRJET - Smart Street Light System using IoT
IRJET Journal
 
AUTOMATIC ROOM LIGHTING SYSTEM.pptx
AUTOMATIC ROOM LIGHTING SYSTEM.pptxAUTOMATIC ROOM LIGHTING SYSTEM.pptx
AUTOMATIC ROOM LIGHTING SYSTEM.pptx
Aayush Sharma
 
Paper 5 tahun kebelakang 2019 2015 ferdi andersen nugraha 09030581721005
Paper 5 tahun kebelakang 2019 2015 ferdi andersen nugraha 09030581721005Paper 5 tahun kebelakang 2019 2015 ferdi andersen nugraha 09030581721005
Paper 5 tahun kebelakang 2019 2015 ferdi andersen nugraha 09030581721005
ferdiandersen08
 
Ls3421152119
Ls3421152119Ls3421152119
Ls3421152119
IJERA Editor
 

Similar to DESIGN OF AN INTELLIGENT AND EFFICIENT LIGHT CONTROL SYSTEM (20)

IRJET- Intelligent Room Lighting System
IRJET-  	  Intelligent Room Lighting SystemIRJET-  	  Intelligent Room Lighting System
IRJET- Intelligent Room Lighting System
 
Lighting sensors and its importance
Lighting sensors and its importanceLighting sensors and its importance
Lighting sensors and its importance
 
Automatic Home Lighting solutions using Human Detection, Sunlight Intensity a...
Automatic Home Lighting solutions using Human Detection, Sunlight Intensity a...Automatic Home Lighting solutions using Human Detection, Sunlight Intensity a...
Automatic Home Lighting solutions using Human Detection, Sunlight Intensity a...
 
IRJET- Home Automation System using IoT
IRJET- Home Automation System using IoTIRJET- Home Automation System using IoT
IRJET- Home Automation System using IoT
 
The science of light sensors
The science of light   sensorsThe science of light   sensors
The science of light sensors
 
Automatic Room Lights Controller Using Arduino & PIR Sensor
Automatic Room Lights Controller Using Arduino & PIR SensorAutomatic Room Lights Controller Using Arduino & PIR Sensor
Automatic Room Lights Controller Using Arduino & PIR Sensor
 
Automatic Room Light Intensity Detection And Control Using A Microprocessor A...
Automatic Room Light Intensity Detection And Control Using A Microprocessor A...Automatic Room Light Intensity Detection And Control Using A Microprocessor A...
Automatic Room Light Intensity Detection And Control Using A Microprocessor A...
 
Remote control system of high efficiency and intelligent street lighting usin...
Remote control system of high efficiency and intelligent street lighting usin...Remote control system of high efficiency and intelligent street lighting usin...
Remote control system of high efficiency and intelligent street lighting usin...
 
Development of Fuzzy Logic Control for Indoor Lighting Using LEDs Group
Development of Fuzzy Logic Control for Indoor Lighting Using LEDs GroupDevelopment of Fuzzy Logic Control for Indoor Lighting Using LEDs Group
Development of Fuzzy Logic Control for Indoor Lighting Using LEDs Group
 
Smart street light system
Smart street light systemSmart street light system
Smart street light system
 
Automatic Room Light Controller Using Arduinom & PIR Sensor
Automatic Room Light Controller Using Arduinom & PIR SensorAutomatic Room Light Controller Using Arduinom & PIR Sensor
Automatic Room Light Controller Using Arduinom & PIR Sensor
 
ROOM LIGHT CONTROL SYSTEM PROJECT PRESENTATION BY BITAN DAS AND MADHURIMA BASU
ROOM LIGHT CONTROL SYSTEM PROJECT PRESENTATION BY BITAN DAS AND MADHURIMA BASUROOM LIGHT CONTROL SYSTEM PROJECT PRESENTATION BY BITAN DAS AND MADHURIMA BASU
ROOM LIGHT CONTROL SYSTEM PROJECT PRESENTATION BY BITAN DAS AND MADHURIMA BASU
 
Smart Street Light System using Embedded System
Smart Street Light System using Embedded SystemSmart Street Light System using Embedded System
Smart Street Light System using Embedded System
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
PIR based security system
PIR based security systemPIR based security system
PIR based security system
 
Ambient light adaptive LED light dimmer
Ambient light adaptive LED light dimmerAmbient light adaptive LED light dimmer
Ambient light adaptive LED light dimmer
 
IRJET - Smart Street Light System using IoT
IRJET - Smart Street Light System using IoTIRJET - Smart Street Light System using IoT
IRJET - Smart Street Light System using IoT
 
AUTOMATIC ROOM LIGHTING SYSTEM.pptx
AUTOMATIC ROOM LIGHTING SYSTEM.pptxAUTOMATIC ROOM LIGHTING SYSTEM.pptx
AUTOMATIC ROOM LIGHTING SYSTEM.pptx
 
Paper 5 tahun kebelakang 2019 2015 ferdi andersen nugraha 09030581721005
Paper 5 tahun kebelakang 2019 2015 ferdi andersen nugraha 09030581721005Paper 5 tahun kebelakang 2019 2015 ferdi andersen nugraha 09030581721005
Paper 5 tahun kebelakang 2019 2015 ferdi andersen nugraha 09030581721005
 
Ls3421152119
Ls3421152119Ls3421152119
Ls3421152119
 

More from Editor IJCATR

Text Mining in Digital Libraries using OKAPI BM25 Model
 Text Mining in Digital Libraries using OKAPI BM25 Model Text Mining in Digital Libraries using OKAPI BM25 Model
Text Mining in Digital Libraries using OKAPI BM25 Model
Editor IJCATR
 
Green Computing, eco trends, climate change, e-waste and eco-friendly
Green Computing, eco trends, climate change, e-waste and eco-friendlyGreen Computing, eco trends, climate change, e-waste and eco-friendly
Green Computing, eco trends, climate change, e-waste and eco-friendly
Editor IJCATR
 
Policies for Green Computing and E-Waste in Nigeria
 Policies for Green Computing and E-Waste in Nigeria Policies for Green Computing and E-Waste in Nigeria
Policies for Green Computing and E-Waste in Nigeria
Editor IJCATR
 
Performance Evaluation of VANETs for Evaluating Node Stability in Dynamic Sce...
Performance Evaluation of VANETs for Evaluating Node Stability in Dynamic Sce...Performance Evaluation of VANETs for Evaluating Node Stability in Dynamic Sce...
Performance Evaluation of VANETs for Evaluating Node Stability in Dynamic Sce...
Editor IJCATR
 
Optimum Location of DG Units Considering Operation Conditions
Optimum Location of DG Units Considering Operation ConditionsOptimum Location of DG Units Considering Operation Conditions
Optimum Location of DG Units Considering Operation Conditions
Editor IJCATR
 
Analysis of Comparison of Fuzzy Knn, C4.5 Algorithm, and Naïve Bayes Classifi...
Analysis of Comparison of Fuzzy Knn, C4.5 Algorithm, and Naïve Bayes Classifi...Analysis of Comparison of Fuzzy Knn, C4.5 Algorithm, and Naïve Bayes Classifi...
Analysis of Comparison of Fuzzy Knn, C4.5 Algorithm, and Naïve Bayes Classifi...
Editor IJCATR
 
Web Scraping for Estimating new Record from Source Site
Web Scraping for Estimating new Record from Source SiteWeb Scraping for Estimating new Record from Source Site
Web Scraping for Estimating new Record from Source Site
Editor IJCATR
 
Evaluating Semantic Similarity between Biomedical Concepts/Classes through S...
 Evaluating Semantic Similarity between Biomedical Concepts/Classes through S... Evaluating Semantic Similarity between Biomedical Concepts/Classes through S...
Evaluating Semantic Similarity between Biomedical Concepts/Classes through S...
Editor IJCATR
 
Semantic Similarity Measures between Terms in the Biomedical Domain within f...
 Semantic Similarity Measures between Terms in the Biomedical Domain within f... Semantic Similarity Measures between Terms in the Biomedical Domain within f...
Semantic Similarity Measures between Terms in the Biomedical Domain within f...
Editor IJCATR
 
A Strategy for Improving the Performance of Small Files in Openstack Swift
 A Strategy for Improving the Performance of Small Files in Openstack Swift  A Strategy for Improving the Performance of Small Files in Openstack Swift
A Strategy for Improving the Performance of Small Files in Openstack Swift
Editor IJCATR
 
Integrated System for Vehicle Clearance and Registration
Integrated System for Vehicle Clearance and RegistrationIntegrated System for Vehicle Clearance and Registration
Integrated System for Vehicle Clearance and Registration
Editor IJCATR
 
Assessment of the Efficiency of Customer Order Management System: A Case Stu...
 Assessment of the Efficiency of Customer Order Management System: A Case Stu... Assessment of the Efficiency of Customer Order Management System: A Case Stu...
Assessment of the Efficiency of Customer Order Management System: A Case Stu...
Editor IJCATR
 
Energy-Aware Routing in Wireless Sensor Network Using Modified Bi-Directional A*
Energy-Aware Routing in Wireless Sensor Network Using Modified Bi-Directional A*Energy-Aware Routing in Wireless Sensor Network Using Modified Bi-Directional A*
Energy-Aware Routing in Wireless Sensor Network Using Modified Bi-Directional A*
Editor IJCATR
 
Security in Software Defined Networks (SDN): Challenges and Research Opportun...
Security in Software Defined Networks (SDN): Challenges and Research Opportun...Security in Software Defined Networks (SDN): Challenges and Research Opportun...
Security in Software Defined Networks (SDN): Challenges and Research Opportun...
Editor IJCATR
 
Measure the Similarity of Complaint Document Using Cosine Similarity Based on...
Measure the Similarity of Complaint Document Using Cosine Similarity Based on...Measure the Similarity of Complaint Document Using Cosine Similarity Based on...
Measure the Similarity of Complaint Document Using Cosine Similarity Based on...
Editor IJCATR
 
Hangul Recognition Using Support Vector Machine
Hangul Recognition Using Support Vector MachineHangul Recognition Using Support Vector Machine
Hangul Recognition Using Support Vector Machine
Editor IJCATR
 
Application of 3D Printing in Education
Application of 3D Printing in EducationApplication of 3D Printing in Education
Application of 3D Printing in Education
Editor IJCATR
 
Survey on Energy-Efficient Routing Algorithms for Underwater Wireless Sensor ...
Survey on Energy-Efficient Routing Algorithms for Underwater Wireless Sensor ...Survey on Energy-Efficient Routing Algorithms for Underwater Wireless Sensor ...
Survey on Energy-Efficient Routing Algorithms for Underwater Wireless Sensor ...
Editor IJCATR
 
Comparative analysis on Void Node Removal Routing algorithms for Underwater W...
Comparative analysis on Void Node Removal Routing algorithms for Underwater W...Comparative analysis on Void Node Removal Routing algorithms for Underwater W...
Comparative analysis on Void Node Removal Routing algorithms for Underwater W...
Editor IJCATR
 
Decay Property for Solutions to Plate Type Equations with Variable Coefficients
Decay Property for Solutions to Plate Type Equations with Variable CoefficientsDecay Property for Solutions to Plate Type Equations with Variable Coefficients
Decay Property for Solutions to Plate Type Equations with Variable Coefficients
Editor IJCATR
 

More from Editor IJCATR (20)

Text Mining in Digital Libraries using OKAPI BM25 Model
 Text Mining in Digital Libraries using OKAPI BM25 Model Text Mining in Digital Libraries using OKAPI BM25 Model
Text Mining in Digital Libraries using OKAPI BM25 Model
 
Green Computing, eco trends, climate change, e-waste and eco-friendly
Green Computing, eco trends, climate change, e-waste and eco-friendlyGreen Computing, eco trends, climate change, e-waste and eco-friendly
Green Computing, eco trends, climate change, e-waste and eco-friendly
 
Policies for Green Computing and E-Waste in Nigeria
 Policies for Green Computing and E-Waste in Nigeria Policies for Green Computing and E-Waste in Nigeria
Policies for Green Computing and E-Waste in Nigeria
 
Performance Evaluation of VANETs for Evaluating Node Stability in Dynamic Sce...
Performance Evaluation of VANETs for Evaluating Node Stability in Dynamic Sce...Performance Evaluation of VANETs for Evaluating Node Stability in Dynamic Sce...
Performance Evaluation of VANETs for Evaluating Node Stability in Dynamic Sce...
 
Optimum Location of DG Units Considering Operation Conditions
Optimum Location of DG Units Considering Operation ConditionsOptimum Location of DG Units Considering Operation Conditions
Optimum Location of DG Units Considering Operation Conditions
 
Analysis of Comparison of Fuzzy Knn, C4.5 Algorithm, and Naïve Bayes Classifi...
Analysis of Comparison of Fuzzy Knn, C4.5 Algorithm, and Naïve Bayes Classifi...Analysis of Comparison of Fuzzy Knn, C4.5 Algorithm, and Naïve Bayes Classifi...
Analysis of Comparison of Fuzzy Knn, C4.5 Algorithm, and Naïve Bayes Classifi...
 
Web Scraping for Estimating new Record from Source Site
Web Scraping for Estimating new Record from Source SiteWeb Scraping for Estimating new Record from Source Site
Web Scraping for Estimating new Record from Source Site
 
Evaluating Semantic Similarity between Biomedical Concepts/Classes through S...
 Evaluating Semantic Similarity between Biomedical Concepts/Classes through S... Evaluating Semantic Similarity between Biomedical Concepts/Classes through S...
Evaluating Semantic Similarity between Biomedical Concepts/Classes through S...
 
Semantic Similarity Measures between Terms in the Biomedical Domain within f...
 Semantic Similarity Measures between Terms in the Biomedical Domain within f... Semantic Similarity Measures between Terms in the Biomedical Domain within f...
Semantic Similarity Measures between Terms in the Biomedical Domain within f...
 
A Strategy for Improving the Performance of Small Files in Openstack Swift
 A Strategy for Improving the Performance of Small Files in Openstack Swift  A Strategy for Improving the Performance of Small Files in Openstack Swift
A Strategy for Improving the Performance of Small Files in Openstack Swift
 
Integrated System for Vehicle Clearance and Registration
Integrated System for Vehicle Clearance and RegistrationIntegrated System for Vehicle Clearance and Registration
Integrated System for Vehicle Clearance and Registration
 
Assessment of the Efficiency of Customer Order Management System: A Case Stu...
 Assessment of the Efficiency of Customer Order Management System: A Case Stu... Assessment of the Efficiency of Customer Order Management System: A Case Stu...
Assessment of the Efficiency of Customer Order Management System: A Case Stu...
 
Energy-Aware Routing in Wireless Sensor Network Using Modified Bi-Directional A*
Energy-Aware Routing in Wireless Sensor Network Using Modified Bi-Directional A*Energy-Aware Routing in Wireless Sensor Network Using Modified Bi-Directional A*
Energy-Aware Routing in Wireless Sensor Network Using Modified Bi-Directional A*
 
Security in Software Defined Networks (SDN): Challenges and Research Opportun...
Security in Software Defined Networks (SDN): Challenges and Research Opportun...Security in Software Defined Networks (SDN): Challenges and Research Opportun...
Security in Software Defined Networks (SDN): Challenges and Research Opportun...
 
Measure the Similarity of Complaint Document Using Cosine Similarity Based on...
Measure the Similarity of Complaint Document Using Cosine Similarity Based on...Measure the Similarity of Complaint Document Using Cosine Similarity Based on...
Measure the Similarity of Complaint Document Using Cosine Similarity Based on...
 
Hangul Recognition Using Support Vector Machine
Hangul Recognition Using Support Vector MachineHangul Recognition Using Support Vector Machine
Hangul Recognition Using Support Vector Machine
 
Application of 3D Printing in Education
Application of 3D Printing in EducationApplication of 3D Printing in Education
Application of 3D Printing in Education
 
Survey on Energy-Efficient Routing Algorithms for Underwater Wireless Sensor ...
Survey on Energy-Efficient Routing Algorithms for Underwater Wireless Sensor ...Survey on Energy-Efficient Routing Algorithms for Underwater Wireless Sensor ...
Survey on Energy-Efficient Routing Algorithms for Underwater Wireless Sensor ...
 
Comparative analysis on Void Node Removal Routing algorithms for Underwater W...
Comparative analysis on Void Node Removal Routing algorithms for Underwater W...Comparative analysis on Void Node Removal Routing algorithms for Underwater W...
Comparative analysis on Void Node Removal Routing algorithms for Underwater W...
 
Decay Property for Solutions to Plate Type Equations with Variable Coefficients
Decay Property for Solutions to Plate Type Equations with Variable CoefficientsDecay Property for Solutions to Plate Type Equations with Variable Coefficients
Decay Property for Solutions to Plate Type Equations with Variable Coefficients
 

Recently uploaded

CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 

Recently uploaded (20)

CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 

DESIGN OF AN INTELLIGENT AND EFFICIENT LIGHT CONTROL SYSTEM

  • 1. International Journal of Computer Applications Technology and Research Volume 2– Issue 2, 117 - 120, 2013 www.ijcat.com 117 DESIGN OF AN INTELLIGENT AND EFFICIENT LIGHT CONTROL SYSTEM Arun Radhakrishnan, Department of ECE, Jimma Institute of Technology, Jimma University, Ethiopia Vuttaradi Anand, Department of ECE, Jimma Institute of Technology, Jimma University, Ethiopia Abstract: Recently, many researches has been carried out to save the energy in many aspects such as producing a device which consumes very less energy or designing a system which helps to reduce the power consumption using the existing devices. In this paper, a room light control system is proposed which is named as light control system (LCS). This proposed system will able to provide the needed light which provides the satisfaction of users and will provide energy saving and management. In this paper the Lighting Control System and the decision making algorithm, are discussed. As per the algorithm the system will first check any occupant is there in the room. If so then the system will check the intensity of light in the room and if it is low then it will switch on the light. Our proposed system can able to minimize the energy consumed for lighting in a room and can able to provide it efficiently. Keywords: Lighting Control system, Energy saving, LDR, PIR sensor 1. INTRODUCTION: Power saving have became a necessary thing in our day to day life. Many conventional power saving methods such as using electrical devices which consumes very less energy or cutting off the entire power supply for a scheduled time for a particular area are not efficient and there will be a lot discomforts to the users and cost may also increase to use a low power electrical device. Buildings are responsible for up to 40% of energy usage. Most part of this energy is used mainly for maintaining good lighting such that the workers feel comfortable. Nowadays the newly constructed modernised or automated buildings may have lighting system to improve the comfort of occupants and to save the energy. But there are large number of old buildings which contains the traditional lighting system. To reduce the energy consumption in those types of buildings and to help the owners of that building in terms of saving electricity bill an intelligent and an effective method is discussed in this paper. Because of advancement in Sensor technology a very cheap and portable methods to measure our surroundings are available. The amounts of light required to for a good environment to work comfortably in various areas are shown in table 1 which is recommended by CIBSE lighting guides.’
  • 2. International Journal of Computer Applications Technology and Research Volume 2– Issue 2, 117 - 120, 2013 www.ijcat.com 118 Table 1 Required intensity of light for various environments Type of place and work Intensity required Filing – Office work 300 lux General office (Typing and Writing) 500lux Painting 750 lux Classrooms 300 lux Classrooms for evening class 500 lux Auditorium 500 lux Assembly ( Industry) 1000 lux 2. EXISTING SYSTEM: This section describes about the most commonly used lighting control system used in buildings. Since this method is going to use wireless sensor network it is mandatory to know the operation of existing lighting control system. It can be decided that energy loss is occurred with a lighting system when the lighting system illuminates a light which is an area which is not being used currently at that particular time or when it illuminates a light even though sufficient lighting is available to work. The most commonly used lighting systems are explained below. 2.1 A Switch operated manually: In this method a user has to switch ON and OFF the required lights. Since the user can switch on and off the lights as per their preferences there is a chance of keeping the lights in on state even though it was not need during that time. This may occur because of carelessness of user and a large amount of power is wasted. The lighting system with occupant detection uses passive infrared sensor (PIR). This PIR sensor detects any movement is present in that particular area. If any movement is there means then this system automatically switches ON the lights. If timers are not used in this type of system means then the lights will be kept in ON state even after the user left the place. Because of this fault also a large amount of energy can be wasted. Then another drawback about this type of system is, it will switch ON the lights when there is an occupant is present in that area. But there is a possibility of enough lighting will be there at that particular time. This system is not going to check the intensity of light before switching on the lights. Because of this also a large amount of energy can be lost. 3. PROPOSED SYSTEM: The proposed system overcomes all the drawbacks of existing system. This system takes two things into account before taking any action, namely (1) human presence and (2) intensity of light. The system consists of a PIR sensor (Parallax 555- 28027) and an LDR (NORP 12). The PIR sensor is used to detect whether any occupants are there in that room and LDR is used to detect the intensity of light in that room. Apart from this an algorithm can be implemented in our system which uses both the LDR and PIR sensor to decide whether to switch on the light or not. This approach first checks whether any occupants are there in the room or not. If anybody is there in that room then it checks the intensity of light, if it is enough then it won’t switch on the light otherwise it switch on the light. 2.2 By Detecting Occupants: Figure 1 Setup of proposed system LIGH PIR SENSO R CONTR OL LIG HT
  • 3. International Journal of Computer Applications Technology and Research Volume 2– Issue 2, 117 - 120, 2013 www.ijcat.com 119 4. SYSTEM DESIGN: 4.1 Block diagram: This system can be implemented using a PIC 16F877A, a LDR, A PIR sensor and the lights can be controlled by relays. The LDR sensor will keep on sensing the intensity of light and sends it to the microcontroller. The PIR sensor will send a signal to the microcontroller if there is any occupant in the room. If anybody is present in the room then the microcontroller compares the sensed value of intensity in the room with the value already stored in the microcontroller. If the sensed value is less than the value stored in the microcontroller then the light will be switched on by connecting the relay. 5. ALGORITHM: Step 1: Start Step 2: Check whether any occupant is there in the room using PIR sensor. Step 3: If any Occupants is there means then compare the intensity of light in the room which was sensed by LDR. If nobody was there means then after some time delay again go to step 1. Step 4: If the sensed intensity is less than the required level, then switch on the light or if it was enough means then after some time delay proceed to step 1. As per the algorithm our system will first check whether any occupants are there in the room with the help of PIR sensor where the system has been installed. If any occupants are there then it will check the value of light luminance which is sensed through LDR and then the sensed value will be compared with the value stored in the microcontroller, if the value is less than the lights will be switched on or if the sensed value is greater than the stored value then it will wait for some time and again it will from the first. While checking for occupants if no one is there in the room then the system will wait for some time (delay), which can be programmed in the microcontroller then it will start from the first step. 6. FLOWCHART: PIC 16F87 7A Lights PIR Sensor (Parallax 555- 28027) Relay LDR (NORP 12) Figure 2 Block Diagram for the proposed system. Start Check any person is there in the YES Check the intensity of light is enough or not Switch on the light NO Dela y YES NO
  • 4. International Journal of Computer Applications Technology and Research Volume 2– Issue 2, 117 - 120, 2013 www.ijcat.com 120 7. RESULTS: The proposed system has been implemented in a room with four lights each of 40 watts. Since it is normal classroom where evening classes are also conducted the intensity required has been set to 500 lux which was set as the reference level in microcontroller. Before implementing this system, around 800 watts of energy was consumed per day. After implementing this system in that room it has been considerably reduced to 480 Watts. Thus on using this system a large amount of energy can be saved. 8. CONCLUSION AND FUTURE WORK: The proposed system can able to reduce the power consumption to the maximum limit and also this system will help us to keep the working environment in a pleasant and comfortable manner. In this system the number of persons present in the room (Person counter) can be included and also the data transmission from PIR sensor to microcontroller can be implemented through wireless such that the system will become a scalable one in the sense a single system can able to control a large number of rooms. Apart from these things the system can be upgraded to allow the users to configure the intensity of light in real time. 9. REFERENCES: [1] CIBSE. Reasoning about naming systems. The Chartered Institution of Building Services Engineers, 2002. [2] Intelligent Energy Conservation System Design Based on Hybrid Wireless Sensor Network Hung-Cheng Chen Department of Electrical Engineering, National Chin-Yi University of Technology, Taiwan, Teng-Fa Tsao Department of Electrical Engineering, Nan Kai University of Technology, Taiwan , Chun-Liang Hsu Department of Electrical Engineering, St. John’s University, Taiwan IPCSIT vol. 23 (2012). [3] Evaluation of Energy-Efficiency in Lighting Systems using Sensor Networks Declan T. Delaney, Gregory M.P. O’Hare, and Antonio G. Ruzzelli CLARITY: Centre for Sensor Web Technologies University College Dublin [4] Intelligent Lighting System Using Wireless Sensor Networks A.A.Nippun Kumaar , Kiran.G ,Sudarshan TSB Department of Computer Science & Engineering, Amrita Vishwa Vidyapeetham, School Of Engineering, Bangalore Campus, India IJASUC Vol.1, No.4, December 2010 [5] Microchip Technology Inc. PIC16F877A Datasheet, RevisionC, 2003. [6]http://www.parallax.com/detail.asp?prod uctid=555-28027 [7] Datasheet of NORP 12 LDR