SlideShare a Scribd company logo
1 of 4
Download to read offline
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

Occupancy sensors
Occupancy sensorsOccupancy sensors
Occupancy sensorsJhelum
 
Photodetector (Photodiode)
Photodetector (Photodiode)Photodetector (Photodiode)
Photodetector (Photodiode)Kalyan Acharjya
 
Security system using laser
Security system using laserSecurity system using laser
Security system using laserhrtomal
 
Proximity Sensor
Proximity SensorProximity Sensor
Proximity SensorRAHMAT EIE
 
Optical Fiber Introduction
Optical Fiber IntroductionOptical Fiber Introduction
Optical Fiber Introductionjunaidmandviwala
 
Smart home Environment using iot
Smart home Environment using iotSmart home Environment using iot
Smart home Environment using iotparvathy s m
 
Home Automation Using Android phone over bluetooth (1).pdf
Home Automation Using Android phone over bluetooth (1).pdfHome Automation Using Android phone over bluetooth (1).pdf
Home Automation Using Android phone over bluetooth (1).pdfMANJITPATEL5
 
smart street light projet
smart street light projetsmart street light projet
smart street light projetSurya Karan
 
Intelligent lighting ppt
Intelligent lighting pptIntelligent lighting ppt
Intelligent lighting pptAmrata Yadav
 
LDR (LIGHT DEPENDENT RESISTOR)
LDR (LIGHT DEPENDENT RESISTOR)LDR (LIGHT DEPENDENT RESISTOR)
LDR (LIGHT DEPENDENT RESISTOR)Nelarapu Mahesh
 
proximity sensors ppt
proximity sensors pptproximity sensors ppt
proximity sensors pptRavi Raj
 
Surface acoustic waves
Surface acoustic wavesSurface acoustic waves
Surface acoustic wavesJohn Wachira
 

What's hot (20)

Occupancy sensors
Occupancy sensorsOccupancy sensors
Occupancy sensors
 
Plastic solar cell
Plastic solar cellPlastic solar cell
Plastic solar cell
 
Photodetector (Photodiode)
Photodetector (Photodiode)Photodetector (Photodiode)
Photodetector (Photodiode)
 
Security system using laser
Security system using laserSecurity system using laser
Security system using laser
 
Antenna parameters
Antenna parametersAntenna parameters
Antenna parameters
 
Quantum entanglement
Quantum entanglementQuantum entanglement
Quantum entanglement
 
Infrared sensor
Infrared sensorInfrared sensor
Infrared sensor
 
Proximity Sensor
Proximity SensorProximity Sensor
Proximity Sensor
 
Smart sensors
Smart sensorsSmart sensors
Smart sensors
 
Optical Fiber Introduction
Optical Fiber IntroductionOptical Fiber Introduction
Optical Fiber Introduction
 
Smart home Environment using iot
Smart home Environment using iotSmart home Environment using iot
Smart home Environment using iot
 
Home Automation Using Android phone over bluetooth (1).pdf
Home Automation Using Android phone over bluetooth (1).pdfHome Automation Using Android phone over bluetooth (1).pdf
Home Automation Using Android phone over bluetooth (1).pdf
 
smart street light projet
smart street light projetsmart street light projet
smart street light projet
 
Intelligent lighting ppt
Intelligent lighting pptIntelligent lighting ppt
Intelligent lighting ppt
 
LDR (LIGHT DEPENDENT RESISTOR)
LDR (LIGHT DEPENDENT RESISTOR)LDR (LIGHT DEPENDENT RESISTOR)
LDR (LIGHT DEPENDENT RESISTOR)
 
proximity sensors ppt
proximity sensors pptproximity sensors ppt
proximity sensors ppt
 
FIBER OPTIC SENSORS
FIBER OPTIC SENSORSFIBER OPTIC SENSORS
FIBER OPTIC SENSORS
 
Smart street light system
Smart street light systemSmart street light system
Smart street light system
 
Surface acoustic waves
Surface acoustic wavesSurface acoustic waves
Surface acoustic waves
 
Chap6 photodetectors
Chap6 photodetectorsChap6 photodetectors
Chap6 photodetectors
 

Viewers also liked

INTELLIGENT ROOM LIGHTING ON PERSON PRESENCE
INTELLIGENT ROOM LIGHTING ON PERSON PRESENCEINTELLIGENT ROOM LIGHTING ON PERSON PRESENCE
INTELLIGENT ROOM LIGHTING ON PERSON PRESENCESatish Kumar
 
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 SensorZiauddin 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 sensorsPammvi Group of Companies
 
Pir based lighting control
Pir based lighting controlPir based lighting control
Pir based lighting controlSlidescope
 
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 ROOM LIGHTING ON PERSON PRESENCE
INTELLIGENT ROOM LIGHTING ON PERSON PRESENCEINTELLIGENT ROOM LIGHTING ON PERSON PRESENCE
INTELLIGENT ROOM LIGHTING ON PERSON PRESENCE
 
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 Efficient intelligent light control system design using sensors

IRJET- Intelligent Room Lighting System
IRJET-  	  Intelligent Room Lighting SystemIRJET-  	  Intelligent Room Lighting System
IRJET- Intelligent Room Lighting SystemIRJET Journal
 
Lighting sensors and its importance
Lighting sensors and its importanceLighting sensors and its importance
Lighting sensors and its importanceZeel 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 IoTIRJET Journal
 
The science of light sensors
The science of light   sensorsThe science of light   sensors
The science of light sensorsJozhe 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 SensorAnkit 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 GroupTELKOMNIKA JOURNAL
 
Smart street light system
Smart street light systemSmart street light system
Smart street light systemChethanMp7
 
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 SensorAnkit 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 BASUBitan 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 Systemrahulmonikasharma
 
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
 
Ambient light adaptive LED light dimmer
Ambient light adaptive LED light dimmerAmbient light adaptive LED light dimmer
Ambient light adaptive LED light dimmerTELKOMNIKA 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 IoTIRJET Journal
 
AUTOMATIC ROOM LIGHTING SYSTEM.pptx
AUTOMATIC ROOM LIGHTING SYSTEM.pptxAUTOMATIC ROOM LIGHTING SYSTEM.pptx
AUTOMATIC ROOM LIGHTING SYSTEM.pptxAayush 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 09030581721005ferdiandersen08
 

Similar to Efficient intelligent light control system design using sensors (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 ModelEditor 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-friendlyEditor 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 NigeriaEditor 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 ConditionsEditor 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 SiteEditor 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 RegistrationEditor 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 MachineEditor IJCATR
 
Application of 3D Printing in Education
Application of 3D Printing in EducationApplication of 3D Printing in Education
Application of 3D Printing in EducationEditor 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 CoefficientsEditor 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

Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
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
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
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
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
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
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 

Recently uploaded (20)

Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
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
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
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
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
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
 
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🔝
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 

Efficient intelligent light control system design using sensors

  • 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