SlideShare a Scribd company logo
1 of 11
Download to read offline
International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.1, No.4, December 2010
DOI : 10.5121/ijasuc.2010.1402 17
Intelligent Lighting System Using Wireless Sensor
Networks
A.A.Nippun Kumaar1
, Kiran.G2
, Sudarshan TSB3
Department of Computer Science & Engineering,
Amrita Vishwa Vidyapeetham, School Of Engineering,
Bangalore Campus, India.
1
nippun05@gmail.com 2
kiran.per.sempre@gmail.com 3
sudarshan.tsb@gmail.com
ABSTRACT
This paper examines the use of Wireless Sensor Networks interfaced with light fittings to allow for daylight
substitution techniques to reduce energy usage in existing buildings. This creates a wire free system for
existing buildings with minimal disruption and cost.
KEYWORDS
Wireless sensor networks, daylight substitution.
1. Introduction
Power conservation is no longer just a fashionable expression. It has now become a necessity. Static
method of conservation like usage of electrical devices with lower power consumption or scheduled
power cuts are not very efficient. This paper proposes a dynamic automated power conservation
system which uses wireless sensor networks(WSN). The advantage of using WSN is that this
system can be easily installed in already existing buildings where as a wired system will be
expensive and difficult to install in the same scenario.
The use of wireless sensor network greatly reduces the size and cost of the system and is suitable
for a lighting system.
In the proposed system, there is an array of light sensor nodes which can communicate with a
master node(MN), providing information about the light conditions at each sensor node. Based on
the feedback information the MN decides which all light sources to control. Once this is decided the
MN transmits the data frame to a particular light control node to control the light, which is
electrically connected to it.
2. Literature Survey
Examined the use of Wireless Sensor Networks interfaced with Dimmable Fluorescent light
fittings[1]. Dimmable fluorescent fittings, using modern electronic ballast dimmers are widely fitted
to new buildings, to allow for the accurate dimming and control of building lighting[2] F.O’Reilly
& J.Buckley. Factoring in natural incident daylight, allows a reduction in the artificial light
(daylight substitution), which amounts to savings between 10% and 40%.The DALI light control
International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.1, No.4, December 2010
18
interface provides a two wire low voltage control bus to allow the addressing and control of
individual light fittings[3].
Figure1 shows a Wireless Sensor Network system which can provide work plane light
measurements, and is integrated with a standard building monitoring system, the wireless network
controls the dimmable ballast elements, allowing the retrofitting of existing installations without the
need to re-cable and with minimal disruption.
The specifications and variations required for work plane lighting, for some sample areas are shown
in Table 1, full specifications are available in the CIBSE Lighting Guides[4]. Individual work plane
light levels are typically read and forwarded to a facilities management system which can issue
control signals to the lighting elements.
Even though in some systems human behavior has been considered as a factor and system behavior
is based on predictions based on these factors[6][7]. But this paper is directed towards the efficient
algorithm design for intelligent lightening system using wireless sensor networks with day light as
a important factor.
3. Proposed Implementation
In the proposed system, there is no separate base station. One of the nodes will act as the base
station. Base station’s power is replenishable. Dynamic topology control is done by base station,
by periodically ensuring the presence of all nodes and accepting new nodes on the run.
Figure 1: Wireless Daylight Substitution
Table 1: Light intensity value for various
environment
International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.1, No.4, December 2010
19
As shown in Figure2 there are three kinds of nodes in the network, master node (MN), sensor node
(SN), and light control node (LCN). Master node is the one acts as a base station as well as sensor
node. Sensor node senses the environment and instructs the light level to the master node. Light
control node will respond to the master node by dimming or brightening the light according to the
data received. The sensor nodes are placed such that each sensor node ranges to two light ballast.
This arrangement will make the light control precise.
4. Hardware
Basically the hardware level of this system is classified in two forms, one is in sensor nodes another
is in light control node. One of the SN is chosen to be a MN which is loaded with additional control
software. Both SN and LCN is controlled by PIC 16F877A controller as shown in Figure4 and
Figure5 [5].
4.1. Sensor Node
Main task of sensor node is to sense the surrounding light level and report to master node. For
sensing the light level light dependent resistor (LDR) is interfaced to the controller. As the name
suggest resistance of LDR changes when light falls on it. When light increases resistance decreases
and vice versa.
Figure 2: Infrastructure Under Test
Figure 3: Block Diagram-Sensor Node
International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.1, No.4, December 2010
20
The resistance of the Light Dependent Resistor (LDR) varies according to the amount of light that
falls on it. The relationship between the resistance RL and light intensity Lux for a typical LDR is
With the LDR connected to 5V through a R1 K resistor, the output voltage of the LDR is
Reworking the equation, we obtain the light intensity
LUX -Intensity of light.
Vo -Output voltage from LDR.
R1 -Series resistance connected to LDR
System has a RF transmitter (FS 1000A) and receiver (PCR 2) for wireless transmission and
reception. Each node has a pair of Tx and Rx, through this arrangement point to point and broadcast
arrangement is possible. Some features of Tx anr Rx is listed below:
Operating frequency - 315/433 MHz
Range - 80m
Data rate - 4KB/s
Working mode - AM
Power - 10mW
Transmitter consists of encoder HT 640L. This helps in addressing individual nodes in point to
point communication. This allows a maximum of 8bit address and 8bit data frames. This converts
parallel transmission of data into serial transmission
4.2. Light Control Node
LCN is used to control light intensity according to the received signal. Light controller is nothing
but a D/A convertor which will give analog voltage with respect to digital signal. RF Tx and Rx are
same as that used in SN.
PIC is used as a controller in both the nodes and plays different role in all the nodes. In sensor
nodes A/D convertor of PIC is used to convert LDR voltage into digital voltage, and according to
voltage level that has been sensed a data frame is formed and transmitted to MN. In MN the
received data is analyzed and data signal is sent to corresponding LCN to control light. MN also
maintains three tables MN, LCN and SN table, LCN address table and SN table. In LCN the
received signal is analyzed and action is taken accordingly, through light controller.
International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.1, No.4, December 2010
21
In all the three nodes receiver stack is maintained with received data frames. Topology control
process is carried out in all the nodes periodically at fixed interval of time.
5. Software
The software level of the network is in three forms each in MN, SN and LCN. There is specially
designed frame format for control and data frame transmission.
5.1. Frame Format
The frame is designed to be 8bit. Addressing of nodes is carried out both in hardware and software.
An address of the node is assigned by the hardware and ID to each node is assigned by software
running on MN. The frame is as shown in Figure5, which consists of 2 control bits C1,C2, a
topology control bit, a data and acknowledgement bit and 4-bits for assigning address and ID.
Figure 4: Block Diagram-Light Control Node
Figure 5: Frame Format
International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.1, No.4, December 2010
22
5.2. Algorithm
To enable communication between SN and LCN there are three algorithms in the system running in
parallel:
• MN Algorithm.
• SN Algorithm.
• LCN Algorithm.
5.2.1. MN Algorithm
LISTEN any data from LCN
VERIFY IF the data is
Invalid frame
or
Address present in LCN table
END goto LISTEN
RECEIVE the data
Send acknowledgement to LCN
Assign address to LCN
Update LCN table
Send LCN address
END
CHECK IF LCN table
Is full
or
Timer expires
END goto PHASE2
ELSE goto LISTEN
PHASE2: BROADCAST MN address to all SN
LISTEN2: any acknowledgement from SN
VERIFY IF the data is
Invalid frame
or
Address present in LCN table
END goto LISTEN2
International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.1, No.4, December 2010
23
RECEIVE the data
Update SN table
END
CHECK IF SN table
Is full
Or
Timer expires
END goto PHASE3
ELSE goto LISTEN2
END
PHASE3: SEND increment data to LCN
LISTEN request
For decrease light from SN
Check for five request from same SN
END
UPDATE SN table with LCN
address
CHANGE LCN address
GOTO SEND
END repeat for all LCN
CHECK IF for
For all LCN mapped
Or
Timer expires
END goto NORMAL
ELSE goto PHASE3
NORMAL: LISTEN any data from SN
VERIFY the data for
Invalid frame
END goto LISTEN
READ data
For SN ID
Check ti INC or DEC light
International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.1, No.4, December 2010
24
Get the LCN address from SN table
END
SEND the control signal to that LCN
END goto NORMAL
This has 4 phases. In the first phase address are assigned for LCN’s. Whenever a frame from LCN
is released it is updated in the LCN table. In the second phase MN broadcasts its own address and
wait for the SN to reply. Replies from SN are used to update the SN table. In the third phase a
mapping is done between LCN and SN i.e. a table is updated that maps the SN, controlled by a
particular LCN. This is done by selectively brightening the lighting source controlled by a SN to the
maximum value of the LCN. In the fourth phase, which signifies a normal operation SN frames are
received by MN and “increase or decrease light” frames are sent to the LCN for finer control of
luminance.
5.2.2. SN Algorithm
LISTEN any broadcast data is received
VERIFY IF the data
Is invalid
END goto LISTEN
READ the frame
Take the MN address
Set it as its TX address
Send ACK as its ID
END
LDR SENSE: check the light intensity level
VERIFY IF the value
Is higher or lesser than threshold
Send the data to MN accordingly
END goto LDR SENSE
END goto LDR SENSE
Here, SN waits for the MN broadcast. Once it receives the address, it configures its transmitter to a
permanent address. As acknowledgement it sends its own ID. During normal operation it constantly
senses the light and whenever the light goes below or above the threshold, it will send “increase os
decrease light” frame.
International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.1, No.4, December 2010
25
5.2.3 LCN Algorithm
SEND its ID to MN
LISTEN to any data from MN
VERIFY IF the data
Is invalid
END goto LISTEN
READ the frame
Extract ID
Check with its ID
Goto LISTEN2 if ID is same
Or discard data
END
END
LISTEN2 to any data from MN
VERIFY IF the data
Is invalid
END goto LISTEN2
READ the frame
Extract the address
Set the address as its RX address
END
END
NORMAL: any data from MN
VERIFY IF the data
Is invalid
END goto NORMAL
READ the received data
Check for INR or DCR light
Control the light accordingly
END goto NORMAL
END
International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.1, No.4, December 2010
26
Initially LCN will send its own ID to MN. MN will reply receiver’s address allotted to it through
three way handshaking. LCN will configure its receiver with this address. During normal operation,
it listens for MN frame. When it receives “increase or decrease light” MN frames, it controls the
luminance accordingly.
6. Results
Experimental Setup:
1. A room with five lights, four at corners and one at the middle.
2. Consider the intensity required in the room should be 400Lux and the light should be lit up
for 12 Hrs/day (6Hrs day & 6Hrs night).
3. The tube light used will consume 40W of power.
4. In normal system all light should glow in full intensity therefore consumes 40W each.
5. In the proposed system all lights in corner needs only 50% of the power in day time.
Table 2 shows the comparison for the given setup between normal system and the proposed system.
The savings in energy consumed for the given setup is observed to be 14400 Wh/Month.
7. FUTURE IMPLEMENTATION
So by adding PIR sensor which will detect human presence alone will add more intelligence to
the system and further helps in reduction of power by selectively dimming or switching off some
light sources and thus keeping average power consumption constant.
8. CONCLUSION
Through this system we introduce one more way of “Going Green”. Installing wired
devices for the same purpose may not be cost efficient and can even be counter productive. Our
device is easy to install and manage and thus more appealing.
Normal Power Hrs
Used
No.
Of.
Light
Energy
Consumed
Per day
Total
Energy
Consumption
System Day
40W 6 5 1200Wh
2400 Wh/
Day
72000 Wh/
Month
Night
40W 6 5 1200Wh
Proposed
system
Day 20W 6 4 480Wh 1920 Wh/
Day
57600 Wh/
Month
40W 6 1 240Wh
Night
40W 6 5
1200Wh
Table 2: Result analysis
International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.1, No.4, December 2010
27
Compared to the original paper our system is more scalable and flexible. Runtime addition of nodes
is possible and better power efficiency can be obtained. Usage of custom control equipment reduces
the cost as well. Thus adding to the appeal.
9. REFERENCE
[1] F.O’Reilly & J.Buckley, “Wireless Sensor Network Control of Fluorescent Lighting using Dimmable
Ballasts and Daylight Substitution”, 40th International Universities Power Engineering Conference,
Cork, Ireland, 7-9 September 2005.
[2] T. Ribbarich, J. Ribarich, “A New Control Method for Dimmable High Frequency Electronic
Ballast,”IEEEIAS Con. Rec 1998.
[3] Digital Addressable Lighting Interface, http://www.dali-ag.org.
[4] 2004 Buildings Energy Data book, http://buildingsdatabook.eren.doe.gov/
[5] Microchip Technology Inc. PIC16F877A Datasheet,RevisionC,2000.
[6] Vipul Singhvi, Andreas Krause, Carlos Guestrin, James H. Garrett, Jr., H. Scott Matthews
“Intelligent light control using sensor networks”, Conference On Embedded Networked Sensor
Systems, Proceedings of the 3rd international conference on Embedded networked sensor systems,
San Diego, California, USA.
[7] Antimo Barbato, Luca Borsani, Antonio Capone: "A Wireless Sensor Network based System for
Reducing Home Energy Consumption" (IEEE SECON 2010 Boston, USA, June 21-25, 2010).
Authors
A.A. Nippun Kumaar is currently a graduate student pursuing Masters in Embedded
Systems from Amrita Vishwa Vidyapeetham, School Of Engineering, Bangalore
Campus. He completed his Diploma in Electronics and Communication Engineering
with First Class Honors in Thiyagarajar Polytechnic College, Salem, Tamilnadu,
India in 2003. He completed his Bachelors degree, B.E. in Electronics and
Communication Engineering with First Class Honors in Sona College of Technology,
Salem, Tamilnadu, India in 2006. His areas of interest are Wireless Sensor Networks
and Robotics.
Kiran. G is currently a graduate student pursuing Masters in Embedded Systems
from Amrita Vishwa Vidyapeetham, School Of Engineering, Bangalore Campus. He
completed his graduation in Electronics and communication from Institute of science
and Technology, ErnaKulam, Kerala, India in 2007, followed by a PG Diploma in
Embedded System Design. He started developing interest in embedded systems
during his graduation and his other areas of interest are unix system programming,
digital signal processing.
Dr. Sudarshan TSB is a Professor, Amrita Viwa Vidyapeetham, School of
Engineering, Bangalore Campus., India. Earlier he served as Assistant Professor and
then Head of the department of Computer Science & Engineering, BITS, Pilani for 13
years. He completed his Doctrate from BITS, Pilani, India in the area of computer
networks. His research Interests are Multicore Computing and Wireless Networks.

More Related Content

What's hot

Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...IRJET Journal
 
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...ijsrd.com
 
An implementation of recovery algorithm for fault nodes in a wireless sensor ...
An implementation of recovery algorithm for fault nodes in a wireless sensor ...An implementation of recovery algorithm for fault nodes in a wireless sensor ...
An implementation of recovery algorithm for fault nodes in a wireless sensor ...eSAT Publishing House
 
Leach & Pegasis
Leach & PegasisLeach & Pegasis
Leach & PegasisReenaShekar
 
Low power wireless sensor network for building monitoring
Low power wireless sensor network for building monitoringLow power wireless sensor network for building monitoring
Low power wireless sensor network for building monitoringecwayerode
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
Ppt on low power wireless sensor network 5th sem
Ppt on low power wireless sensor network 5th semPpt on low power wireless sensor network 5th sem
Ppt on low power wireless sensor network 5th semshikhathegreat
 
Energy Efficient Data Gathering Protocol in WSN
Energy Efficient Data Gathering Protocol in WSNEnergy Efficient Data Gathering Protocol in WSN
Energy Efficient Data Gathering Protocol in WSNZubin Bhuyan
 
A review on wireless sensor networks
A review on wireless sensor networksA review on wireless sensor networks
A review on wireless sensor networksAlexander Decker
 
Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...
Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...
Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...IOSR Journals
 
Improve a Network Life Time by Least Troublesome Topology Repair Algorithm in...
Improve a Network Life Time by Least Troublesome Topology Repair Algorithm in...Improve a Network Life Time by Least Troublesome Topology Repair Algorithm in...
Improve a Network Life Time by Least Troublesome Topology Repair Algorithm in...IJTET Journal
 
KURCS: Key Updating for Removing & replacement of Compromised Sensor Nodes fr...
KURCS: Key Updating for Removing & replacement of Compromised Sensor Nodes fr...KURCS: Key Updating for Removing & replacement of Compromised Sensor Nodes fr...
KURCS: Key Updating for Removing & replacement of Compromised Sensor Nodes fr...iosrjce
 
Directed diffusion for wireless sensor networking
Directed diffusion for wireless sensor networkingDirected diffusion for wireless sensor networking
Directed diffusion for wireless sensor networkingHabibur Rahman
 
A General Self Organized Tree Based Energy Balance Routing Protocol for WSN
A General Self Organized Tree Based Energy Balance Routing Protocol for WSN A General Self Organized Tree Based Energy Balance Routing Protocol for WSN
A General Self Organized Tree Based Energy Balance Routing Protocol for WSN Sathish Silence
 
Sensor Protocols for Information via Negotiation (SPIN)
Sensor Protocols for Information via Negotiation (SPIN)Sensor Protocols for Information via Negotiation (SPIN)
Sensor Protocols for Information via Negotiation (SPIN)rajivagarwal23dei
 
Design of Real-time Self Establish Wireless Sensor For Dynamic Network
Design of Real-time Self Establish Wireless Sensor For Dynamic NetworkDesign of Real-time Self Establish Wireless Sensor For Dynamic Network
Design of Real-time Self Establish Wireless Sensor For Dynamic NetworkIJTET Journal
 
Analysis of Electromagnetic Pollution Monitoring using Wireless Sensor Network
Analysis of Electromagnetic Pollution Monitoring using Wireless Sensor NetworkAnalysis of Electromagnetic Pollution Monitoring using Wireless Sensor Network
Analysis of Electromagnetic Pollution Monitoring using Wireless Sensor NetworkIRJET Journal
 
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...Onyebuchi nosiri
 

What's hot (20)

Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...
 
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
 
An implementation of recovery algorithm for fault nodes in a wireless sensor ...
An implementation of recovery algorithm for fault nodes in a wireless sensor ...An implementation of recovery algorithm for fault nodes in a wireless sensor ...
An implementation of recovery algorithm for fault nodes in a wireless sensor ...
 
Leach & Pegasis
Leach & PegasisLeach & Pegasis
Leach & Pegasis
 
Low power wireless sensor network for building monitoring
Low power wireless sensor network for building monitoringLow power wireless sensor network for building monitoring
Low power wireless sensor network for building monitoring
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Ppt on low power wireless sensor network 5th sem
Ppt on low power wireless sensor network 5th semPpt on low power wireless sensor network 5th sem
Ppt on low power wireless sensor network 5th sem
 
Energy Efficient Data Gathering Protocol in WSN
Energy Efficient Data Gathering Protocol in WSNEnergy Efficient Data Gathering Protocol in WSN
Energy Efficient Data Gathering Protocol in WSN
 
A review on wireless sensor networks
A review on wireless sensor networksA review on wireless sensor networks
A review on wireless sensor networks
 
Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...
Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...
Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...
 
Improve a Network Life Time by Least Troublesome Topology Repair Algorithm in...
Improve a Network Life Time by Least Troublesome Topology Repair Algorithm in...Improve a Network Life Time by Least Troublesome Topology Repair Algorithm in...
Improve a Network Life Time by Least Troublesome Topology Repair Algorithm in...
 
Data aggregation in wireless sensor networks
Data aggregation in wireless sensor networksData aggregation in wireless sensor networks
Data aggregation in wireless sensor networks
 
KURCS: Key Updating for Removing & replacement of Compromised Sensor Nodes fr...
KURCS: Key Updating for Removing & replacement of Compromised Sensor Nodes fr...KURCS: Key Updating for Removing & replacement of Compromised Sensor Nodes fr...
KURCS: Key Updating for Removing & replacement of Compromised Sensor Nodes fr...
 
Directed diffusion for wireless sensor networking
Directed diffusion for wireless sensor networkingDirected diffusion for wireless sensor networking
Directed diffusion for wireless sensor networking
 
A General Self Organized Tree Based Energy Balance Routing Protocol for WSN
A General Self Organized Tree Based Energy Balance Routing Protocol for WSN A General Self Organized Tree Based Energy Balance Routing Protocol for WSN
A General Self Organized Tree Based Energy Balance Routing Protocol for WSN
 
Sensor Protocols for Information via Negotiation (SPIN)
Sensor Protocols for Information via Negotiation (SPIN)Sensor Protocols for Information via Negotiation (SPIN)
Sensor Protocols for Information via Negotiation (SPIN)
 
Design of Real-time Self Establish Wireless Sensor For Dynamic Network
Design of Real-time Self Establish Wireless Sensor For Dynamic NetworkDesign of Real-time Self Establish Wireless Sensor For Dynamic Network
Design of Real-time Self Establish Wireless Sensor For Dynamic Network
 
FINAL
FINALFINAL
FINAL
 
Analysis of Electromagnetic Pollution Monitoring using Wireless Sensor Network
Analysis of Electromagnetic Pollution Monitoring using Wireless Sensor NetworkAnalysis of Electromagnetic Pollution Monitoring using Wireless Sensor Network
Analysis of Electromagnetic Pollution Monitoring using Wireless Sensor Network
 
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
 

Similar to Intelligent Lighting System Using Wireless Sensor Networks

Energy Efficient Routing Strategies for Large Scale Wireless Sensor in Hetero...
Energy Efficient Routing Strategies for Large Scale Wireless Sensor in Hetero...Energy Efficient Routing Strategies for Large Scale Wireless Sensor in Hetero...
Energy Efficient Routing Strategies for Large Scale Wireless Sensor in Hetero...ijtsrd
 
Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...
Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...
Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...csijjournal
 
Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...
Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...
Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...csijjournal
 
Enhancement of Improved Balanced LEACH for Heterogeneous Wireless Sensor Netw...
Enhancement of Improved Balanced LEACH for Heterogeneous Wireless Sensor Netw...Enhancement of Improved Balanced LEACH for Heterogeneous Wireless Sensor Netw...
Enhancement of Improved Balanced LEACH for Heterogeneous Wireless Sensor Netw...acijjournal
 
Energy efficient protocol with static clustering (eepsc) comparing with low e...
Energy efficient protocol with static clustering (eepsc) comparing with low e...Energy efficient protocol with static clustering (eepsc) comparing with low e...
Energy efficient protocol with static clustering (eepsc) comparing with low e...Alexander Decker
 
Visible Light Communication
Visible Light CommunicationVisible Light Communication
Visible Light CommunicationIRJET Journal
 
ENGR543_FinalReport_TungNguyen
ENGR543_FinalReport_TungNguyenENGR543_FinalReport_TungNguyen
ENGR543_FinalReport_TungNguyenTung Nguyen
 
Performance evaluation of energy
Performance evaluation of energyPerformance evaluation of energy
Performance evaluation of energyijp2p
 
ENERGY CONSUMPTION IMPROVEMENT OF TRADITIONAL CLUSTERING METHOD IN WIRELESS S...
ENERGY CONSUMPTION IMPROVEMENT OF TRADITIONAL CLUSTERING METHOD IN WIRELESS S...ENERGY CONSUMPTION IMPROVEMENT OF TRADITIONAL CLUSTERING METHOD IN WIRELESS S...
ENERGY CONSUMPTION IMPROVEMENT OF TRADITIONAL CLUSTERING METHOD IN WIRELESS S...IJCNCJournal
 
International Journal of Advanced Smart Sensor Network Systems (IJASSN)
International Journal of Advanced Smart Sensor Network Systems (IJASSN)International Journal of Advanced Smart Sensor Network Systems (IJASSN)
International Journal of Advanced Smart Sensor Network Systems (IJASSN)ijcseit
 
Modified LAEEBA Routing in WBAN
Modified LAEEBA Routing in WBANModified LAEEBA Routing in WBAN
Modified LAEEBA Routing in WBANijsrd.com
 
Complete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORK
Complete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORKComplete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORK
Complete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORKRutvik Pensionwar
 
Comparison of Energy Efficient WSN in Coverage and Connectivity
Comparison of Energy Efficient WSN in Coverage and ConnectivityComparison of Energy Efficient WSN in Coverage and Connectivity
Comparison of Energy Efficient WSN in Coverage and ConnectivityIRJET Journal
 
Optical Fibres by using Digital Communication without Direct Current to Detec...
Optical Fibres by using Digital Communication without Direct Current to Detec...Optical Fibres by using Digital Communication without Direct Current to Detec...
Optical Fibres by using Digital Communication without Direct Current to Detec...IRJET Journal
 
Iisrt divya nagaraj (networks)
Iisrt divya nagaraj (networks)Iisrt divya nagaraj (networks)
Iisrt divya nagaraj (networks)IISRT
 
A review of Hierarchical energy Protocols in Wireless Sensor Network
A review of Hierarchical energy Protocols in Wireless Sensor NetworkA review of Hierarchical energy Protocols in Wireless Sensor Network
A review of Hierarchical energy Protocols in Wireless Sensor Networkiosrjce
 
An Energy Efficient Scheme against Power Exhausting Attacks in Wireless Senso...
An Energy Efficient Scheme against Power Exhausting Attacks in Wireless Senso...An Energy Efficient Scheme against Power Exhausting Attacks in Wireless Senso...
An Energy Efficient Scheme against Power Exhausting Attacks in Wireless Senso...paperpublications3
 

Similar to Intelligent Lighting System Using Wireless Sensor Networks (20)

Energy Efficient Routing Strategies for Large Scale Wireless Sensor in Hetero...
Energy Efficient Routing Strategies for Large Scale Wireless Sensor in Hetero...Energy Efficient Routing Strategies for Large Scale Wireless Sensor in Hetero...
Energy Efficient Routing Strategies for Large Scale Wireless Sensor in Hetero...
 
Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...
Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...
Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...
 
Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...
Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...
Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...
 
Enhancement of Improved Balanced LEACH for Heterogeneous Wireless Sensor Netw...
Enhancement of Improved Balanced LEACH for Heterogeneous Wireless Sensor Netw...Enhancement of Improved Balanced LEACH for Heterogeneous Wireless Sensor Netw...
Enhancement of Improved Balanced LEACH for Heterogeneous Wireless Sensor Netw...
 
Energy efficient protocol with static clustering (eepsc) comparing with low e...
Energy efficient protocol with static clustering (eepsc) comparing with low e...Energy efficient protocol with static clustering (eepsc) comparing with low e...
Energy efficient protocol with static clustering (eepsc) comparing with low e...
 
Visible Light Communication
Visible Light CommunicationVisible Light Communication
Visible Light Communication
 
ENGR543_FinalReport_TungNguyen
ENGR543_FinalReport_TungNguyenENGR543_FinalReport_TungNguyen
ENGR543_FinalReport_TungNguyen
 
Performance evaluation of energy
Performance evaluation of energyPerformance evaluation of energy
Performance evaluation of energy
 
ENERGY CONSUMPTION IMPROVEMENT OF TRADITIONAL CLUSTERING METHOD IN WIRELESS S...
ENERGY CONSUMPTION IMPROVEMENT OF TRADITIONAL CLUSTERING METHOD IN WIRELESS S...ENERGY CONSUMPTION IMPROVEMENT OF TRADITIONAL CLUSTERING METHOD IN WIRELESS S...
ENERGY CONSUMPTION IMPROVEMENT OF TRADITIONAL CLUSTERING METHOD IN WIRELESS S...
 
Final PPT.pptx
Final PPT.pptxFinal PPT.pptx
Final PPT.pptx
 
International Journal of Advanced Smart Sensor Network Systems (IJASSN)
International Journal of Advanced Smart Sensor Network Systems (IJASSN)International Journal of Advanced Smart Sensor Network Systems (IJASSN)
International Journal of Advanced Smart Sensor Network Systems (IJASSN)
 
Modified LAEEBA Routing in WBAN
Modified LAEEBA Routing in WBANModified LAEEBA Routing in WBAN
Modified LAEEBA Routing in WBAN
 
Complete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORK
Complete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORKComplete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORK
Complete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORK
 
Comparison of Energy Efficient WSN in Coverage and Connectivity
Comparison of Energy Efficient WSN in Coverage and ConnectivityComparison of Energy Efficient WSN in Coverage and Connectivity
Comparison of Energy Efficient WSN in Coverage and Connectivity
 
Ijcnc050207
Ijcnc050207Ijcnc050207
Ijcnc050207
 
Optical Fibres by using Digital Communication without Direct Current to Detec...
Optical Fibres by using Digital Communication without Direct Current to Detec...Optical Fibres by using Digital Communication without Direct Current to Detec...
Optical Fibres by using Digital Communication without Direct Current to Detec...
 
Iisrt divya nagaraj (networks)
Iisrt divya nagaraj (networks)Iisrt divya nagaraj (networks)
Iisrt divya nagaraj (networks)
 
G017344246
G017344246G017344246
G017344246
 
A review of Hierarchical energy Protocols in Wireless Sensor Network
A review of Hierarchical energy Protocols in Wireless Sensor NetworkA review of Hierarchical energy Protocols in Wireless Sensor Network
A review of Hierarchical energy Protocols in Wireless Sensor Network
 
An Energy Efficient Scheme against Power Exhausting Attacks in Wireless Senso...
An Energy Efficient Scheme against Power Exhausting Attacks in Wireless Senso...An Energy Efficient Scheme against Power Exhausting Attacks in Wireless Senso...
An Energy Efficient Scheme against Power Exhausting Attacks in Wireless Senso...
 

Recently uploaded

Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEEVICTOR MAESTRE RAMIREZ
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio, Inc.
 
software engineering Chapter 5 System modeling.pptx
software engineering Chapter 5 System modeling.pptxsoftware engineering Chapter 5 System modeling.pptx
software engineering Chapter 5 System modeling.pptxnada99848
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...Christina Lin
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptkotipi9215
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesPhilip Schwarz
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsAhmed Mohamed
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based projectAnoyGreter
 
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024StefanoLambiase
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfPower Karaoke
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWave PLM
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
React Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaReact Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaHanief Utama
 
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfGOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfAlina Yurenko
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 

Recently uploaded (20)

Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEE
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
 
software engineering Chapter 5 System modeling.pptx
software engineering Chapter 5 System modeling.pptxsoftware engineering Chapter 5 System modeling.pptx
software engineering Chapter 5 System modeling.pptx
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.ppt
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a series
 
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML Diagrams
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based project
 
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdf
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need It
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
React Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaReact Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief Utama
 
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfGOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 

Intelligent Lighting System Using Wireless Sensor Networks

  • 1. International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.1, No.4, December 2010 DOI : 10.5121/ijasuc.2010.1402 17 Intelligent Lighting System Using Wireless Sensor Networks A.A.Nippun Kumaar1 , Kiran.G2 , Sudarshan TSB3 Department of Computer Science & Engineering, Amrita Vishwa Vidyapeetham, School Of Engineering, Bangalore Campus, India. 1 nippun05@gmail.com 2 kiran.per.sempre@gmail.com 3 sudarshan.tsb@gmail.com ABSTRACT This paper examines the use of Wireless Sensor Networks interfaced with light fittings to allow for daylight substitution techniques to reduce energy usage in existing buildings. This creates a wire free system for existing buildings with minimal disruption and cost. KEYWORDS Wireless sensor networks, daylight substitution. 1. Introduction Power conservation is no longer just a fashionable expression. It has now become a necessity. Static method of conservation like usage of electrical devices with lower power consumption or scheduled power cuts are not very efficient. This paper proposes a dynamic automated power conservation system which uses wireless sensor networks(WSN). The advantage of using WSN is that this system can be easily installed in already existing buildings where as a wired system will be expensive and difficult to install in the same scenario. The use of wireless sensor network greatly reduces the size and cost of the system and is suitable for a lighting system. In the proposed system, there is an array of light sensor nodes which can communicate with a master node(MN), providing information about the light conditions at each sensor node. Based on the feedback information the MN decides which all light sources to control. Once this is decided the MN transmits the data frame to a particular light control node to control the light, which is electrically connected to it. 2. Literature Survey Examined the use of Wireless Sensor Networks interfaced with Dimmable Fluorescent light fittings[1]. Dimmable fluorescent fittings, using modern electronic ballast dimmers are widely fitted to new buildings, to allow for the accurate dimming and control of building lighting[2] F.O’Reilly & J.Buckley. Factoring in natural incident daylight, allows a reduction in the artificial light (daylight substitution), which amounts to savings between 10% and 40%.The DALI light control
  • 2. International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.1, No.4, December 2010 18 interface provides a two wire low voltage control bus to allow the addressing and control of individual light fittings[3]. Figure1 shows a Wireless Sensor Network system which can provide work plane light measurements, and is integrated with a standard building monitoring system, the wireless network controls the dimmable ballast elements, allowing the retrofitting of existing installations without the need to re-cable and with minimal disruption. The specifications and variations required for work plane lighting, for some sample areas are shown in Table 1, full specifications are available in the CIBSE Lighting Guides[4]. Individual work plane light levels are typically read and forwarded to a facilities management system which can issue control signals to the lighting elements. Even though in some systems human behavior has been considered as a factor and system behavior is based on predictions based on these factors[6][7]. But this paper is directed towards the efficient algorithm design for intelligent lightening system using wireless sensor networks with day light as a important factor. 3. Proposed Implementation In the proposed system, there is no separate base station. One of the nodes will act as the base station. Base station’s power is replenishable. Dynamic topology control is done by base station, by periodically ensuring the presence of all nodes and accepting new nodes on the run. Figure 1: Wireless Daylight Substitution Table 1: Light intensity value for various environment
  • 3. International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.1, No.4, December 2010 19 As shown in Figure2 there are three kinds of nodes in the network, master node (MN), sensor node (SN), and light control node (LCN). Master node is the one acts as a base station as well as sensor node. Sensor node senses the environment and instructs the light level to the master node. Light control node will respond to the master node by dimming or brightening the light according to the data received. The sensor nodes are placed such that each sensor node ranges to two light ballast. This arrangement will make the light control precise. 4. Hardware Basically the hardware level of this system is classified in two forms, one is in sensor nodes another is in light control node. One of the SN is chosen to be a MN which is loaded with additional control software. Both SN and LCN is controlled by PIC 16F877A controller as shown in Figure4 and Figure5 [5]. 4.1. Sensor Node Main task of sensor node is to sense the surrounding light level and report to master node. For sensing the light level light dependent resistor (LDR) is interfaced to the controller. As the name suggest resistance of LDR changes when light falls on it. When light increases resistance decreases and vice versa. Figure 2: Infrastructure Under Test Figure 3: Block Diagram-Sensor Node
  • 4. International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.1, No.4, December 2010 20 The resistance of the Light Dependent Resistor (LDR) varies according to the amount of light that falls on it. The relationship between the resistance RL and light intensity Lux for a typical LDR is With the LDR connected to 5V through a R1 K resistor, the output voltage of the LDR is Reworking the equation, we obtain the light intensity LUX -Intensity of light. Vo -Output voltage from LDR. R1 -Series resistance connected to LDR System has a RF transmitter (FS 1000A) and receiver (PCR 2) for wireless transmission and reception. Each node has a pair of Tx and Rx, through this arrangement point to point and broadcast arrangement is possible. Some features of Tx anr Rx is listed below: Operating frequency - 315/433 MHz Range - 80m Data rate - 4KB/s Working mode - AM Power - 10mW Transmitter consists of encoder HT 640L. This helps in addressing individual nodes in point to point communication. This allows a maximum of 8bit address and 8bit data frames. This converts parallel transmission of data into serial transmission 4.2. Light Control Node LCN is used to control light intensity according to the received signal. Light controller is nothing but a D/A convertor which will give analog voltage with respect to digital signal. RF Tx and Rx are same as that used in SN. PIC is used as a controller in both the nodes and plays different role in all the nodes. In sensor nodes A/D convertor of PIC is used to convert LDR voltage into digital voltage, and according to voltage level that has been sensed a data frame is formed and transmitted to MN. In MN the received data is analyzed and data signal is sent to corresponding LCN to control light. MN also maintains three tables MN, LCN and SN table, LCN address table and SN table. In LCN the received signal is analyzed and action is taken accordingly, through light controller.
  • 5. International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.1, No.4, December 2010 21 In all the three nodes receiver stack is maintained with received data frames. Topology control process is carried out in all the nodes periodically at fixed interval of time. 5. Software The software level of the network is in three forms each in MN, SN and LCN. There is specially designed frame format for control and data frame transmission. 5.1. Frame Format The frame is designed to be 8bit. Addressing of nodes is carried out both in hardware and software. An address of the node is assigned by the hardware and ID to each node is assigned by software running on MN. The frame is as shown in Figure5, which consists of 2 control bits C1,C2, a topology control bit, a data and acknowledgement bit and 4-bits for assigning address and ID. Figure 4: Block Diagram-Light Control Node Figure 5: Frame Format
  • 6. International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.1, No.4, December 2010 22 5.2. Algorithm To enable communication between SN and LCN there are three algorithms in the system running in parallel: • MN Algorithm. • SN Algorithm. • LCN Algorithm. 5.2.1. MN Algorithm LISTEN any data from LCN VERIFY IF the data is Invalid frame or Address present in LCN table END goto LISTEN RECEIVE the data Send acknowledgement to LCN Assign address to LCN Update LCN table Send LCN address END CHECK IF LCN table Is full or Timer expires END goto PHASE2 ELSE goto LISTEN PHASE2: BROADCAST MN address to all SN LISTEN2: any acknowledgement from SN VERIFY IF the data is Invalid frame or Address present in LCN table END goto LISTEN2
  • 7. International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.1, No.4, December 2010 23 RECEIVE the data Update SN table END CHECK IF SN table Is full Or Timer expires END goto PHASE3 ELSE goto LISTEN2 END PHASE3: SEND increment data to LCN LISTEN request For decrease light from SN Check for five request from same SN END UPDATE SN table with LCN address CHANGE LCN address GOTO SEND END repeat for all LCN CHECK IF for For all LCN mapped Or Timer expires END goto NORMAL ELSE goto PHASE3 NORMAL: LISTEN any data from SN VERIFY the data for Invalid frame END goto LISTEN READ data For SN ID Check ti INC or DEC light
  • 8. International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.1, No.4, December 2010 24 Get the LCN address from SN table END SEND the control signal to that LCN END goto NORMAL This has 4 phases. In the first phase address are assigned for LCN’s. Whenever a frame from LCN is released it is updated in the LCN table. In the second phase MN broadcasts its own address and wait for the SN to reply. Replies from SN are used to update the SN table. In the third phase a mapping is done between LCN and SN i.e. a table is updated that maps the SN, controlled by a particular LCN. This is done by selectively brightening the lighting source controlled by a SN to the maximum value of the LCN. In the fourth phase, which signifies a normal operation SN frames are received by MN and “increase or decrease light” frames are sent to the LCN for finer control of luminance. 5.2.2. SN Algorithm LISTEN any broadcast data is received VERIFY IF the data Is invalid END goto LISTEN READ the frame Take the MN address Set it as its TX address Send ACK as its ID END LDR SENSE: check the light intensity level VERIFY IF the value Is higher or lesser than threshold Send the data to MN accordingly END goto LDR SENSE END goto LDR SENSE Here, SN waits for the MN broadcast. Once it receives the address, it configures its transmitter to a permanent address. As acknowledgement it sends its own ID. During normal operation it constantly senses the light and whenever the light goes below or above the threshold, it will send “increase os decrease light” frame.
  • 9. International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.1, No.4, December 2010 25 5.2.3 LCN Algorithm SEND its ID to MN LISTEN to any data from MN VERIFY IF the data Is invalid END goto LISTEN READ the frame Extract ID Check with its ID Goto LISTEN2 if ID is same Or discard data END END LISTEN2 to any data from MN VERIFY IF the data Is invalid END goto LISTEN2 READ the frame Extract the address Set the address as its RX address END END NORMAL: any data from MN VERIFY IF the data Is invalid END goto NORMAL READ the received data Check for INR or DCR light Control the light accordingly END goto NORMAL END
  • 10. International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.1, No.4, December 2010 26 Initially LCN will send its own ID to MN. MN will reply receiver’s address allotted to it through three way handshaking. LCN will configure its receiver with this address. During normal operation, it listens for MN frame. When it receives “increase or decrease light” MN frames, it controls the luminance accordingly. 6. Results Experimental Setup: 1. A room with five lights, four at corners and one at the middle. 2. Consider the intensity required in the room should be 400Lux and the light should be lit up for 12 Hrs/day (6Hrs day & 6Hrs night). 3. The tube light used will consume 40W of power. 4. In normal system all light should glow in full intensity therefore consumes 40W each. 5. In the proposed system all lights in corner needs only 50% of the power in day time. Table 2 shows the comparison for the given setup between normal system and the proposed system. The savings in energy consumed for the given setup is observed to be 14400 Wh/Month. 7. FUTURE IMPLEMENTATION So by adding PIR sensor which will detect human presence alone will add more intelligence to the system and further helps in reduction of power by selectively dimming or switching off some light sources and thus keeping average power consumption constant. 8. CONCLUSION Through this system we introduce one more way of “Going Green”. Installing wired devices for the same purpose may not be cost efficient and can even be counter productive. Our device is easy to install and manage and thus more appealing. Normal Power Hrs Used No. Of. Light Energy Consumed Per day Total Energy Consumption System Day 40W 6 5 1200Wh 2400 Wh/ Day 72000 Wh/ Month Night 40W 6 5 1200Wh Proposed system Day 20W 6 4 480Wh 1920 Wh/ Day 57600 Wh/ Month 40W 6 1 240Wh Night 40W 6 5 1200Wh Table 2: Result analysis
  • 11. International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.1, No.4, December 2010 27 Compared to the original paper our system is more scalable and flexible. Runtime addition of nodes is possible and better power efficiency can be obtained. Usage of custom control equipment reduces the cost as well. Thus adding to the appeal. 9. REFERENCE [1] F.O’Reilly & J.Buckley, “Wireless Sensor Network Control of Fluorescent Lighting using Dimmable Ballasts and Daylight Substitution”, 40th International Universities Power Engineering Conference, Cork, Ireland, 7-9 September 2005. [2] T. Ribbarich, J. Ribarich, “A New Control Method for Dimmable High Frequency Electronic Ballast,”IEEEIAS Con. Rec 1998. [3] Digital Addressable Lighting Interface, http://www.dali-ag.org. [4] 2004 Buildings Energy Data book, http://buildingsdatabook.eren.doe.gov/ [5] Microchip Technology Inc. PIC16F877A Datasheet,RevisionC,2000. [6] Vipul Singhvi, Andreas Krause, Carlos Guestrin, James H. Garrett, Jr., H. Scott Matthews “Intelligent light control using sensor networks”, Conference On Embedded Networked Sensor Systems, Proceedings of the 3rd international conference on Embedded networked sensor systems, San Diego, California, USA. [7] Antimo Barbato, Luca Borsani, Antonio Capone: "A Wireless Sensor Network based System for Reducing Home Energy Consumption" (IEEE SECON 2010 Boston, USA, June 21-25, 2010). Authors A.A. Nippun Kumaar is currently a graduate student pursuing Masters in Embedded Systems from Amrita Vishwa Vidyapeetham, School Of Engineering, Bangalore Campus. He completed his Diploma in Electronics and Communication Engineering with First Class Honors in Thiyagarajar Polytechnic College, Salem, Tamilnadu, India in 2003. He completed his Bachelors degree, B.E. in Electronics and Communication Engineering with First Class Honors in Sona College of Technology, Salem, Tamilnadu, India in 2006. His areas of interest are Wireless Sensor Networks and Robotics. Kiran. G is currently a graduate student pursuing Masters in Embedded Systems from Amrita Vishwa Vidyapeetham, School Of Engineering, Bangalore Campus. He completed his graduation in Electronics and communication from Institute of science and Technology, ErnaKulam, Kerala, India in 2007, followed by a PG Diploma in Embedded System Design. He started developing interest in embedded systems during his graduation and his other areas of interest are unix system programming, digital signal processing. Dr. Sudarshan TSB is a Professor, Amrita Viwa Vidyapeetham, School of Engineering, Bangalore Campus., India. Earlier he served as Assistant Professor and then Head of the department of Computer Science & Engineering, BITS, Pilani for 13 years. He completed his Doctrate from BITS, Pilani, India in the area of computer networks. His research Interests are Multicore Computing and Wireless Networks.