You are on page 1of 5

See discussions, stats, and author profiles for this publication at: https://www.researchgate.

net/publication/283079236

Energy Efficient Outdoor Light Monitoring and Control Architecture Using


Embedded System

Article  in  IEEE embedded systems letters · October 2015


DOI: 10.1109/LES.2015.2494598

CITATIONS READS
26 1,315

1 author:

Zeeshan Kaleem
COMSATS University Islamabad
101 PUBLICATIONS   1,278 CITATIONS   

SEE PROFILE

Some of the authors of this publication are also working on these related projects:

Call for papers View project

TD-LTE Femtocell View project

All content following this page was uploaded by Zeeshan Kaleem on 22 October 2015.

The user has requested enhancement of the downloaded file.


Energy Efficient Outdoor Light Monitoring and
Control Architecture Using Embedded System
Zeeshan Kaleem, Tae Min Yoon, and Chankil Lee

These drops are caused by noise and attenuation, and can last
Abstract—In this letter, we propose an energy efficient from a few minutes to few tens of minutes. Due to carrier signal
ZigBee-based outdoor light monitoring and control system that attenuation, there may be high latency or communication
can monitor and handle outdoor lights more efficiently as
failure in PLC based design. On the contrary, deploying
compared to the conventional systems. The proposed system uses
the ZigBee-based wireless devices which allow more efficient communication infrastructure based on wireless sensor
lamps management. The designed system uses sensors to control networks (WSNs), such as low power ZigBee, eliminates
and guarantee the optimal system parameters. To realize wiring overheads and save lots of energy.
effectiveness of the proposed system, the prototype has been To implement wireless control system of lights, several
installed inside the University, where the experimental results comparable architectures have been applied for outdoor
proved that the proposed system saves around 70.8% energy for
lighting [5]-[7]. The author in [5] design the intelligent lighting
the outdoor street environment because of using sensors, LED
lamps, and ZigBee based communication network. system by considering the system cost as the main factor beside
the energy saving. In [5], the author tries to reduce the number
Index Terms— embedded system, energy efficiency, lightning of sensors on each lighting nodes, but this reduction will result
control system, LED lamps, ZigBee. in less accuracy of the system due to more packet loss and
hence will result in performance degradation. Furthermore, the
I. INTRODUCTION authors in [6] and [7] designed the energy efficient lighting
control system by utilizing the WIMAX and GPRS as a
E nergy efficiency is one of the key factor while designing
indoor or outdoor lighting systems. The street lights
consumes almost 30-40% of the entire city power consumption.
backbone technologies, respectively, to communicate with the
control center. One of the drawback of utilizing WIMAX and
Thus, control system able to efficiently manage the lighting is GPRS is the utilization of licensed spectrum, which will result
absolutely advisable. For this aim, because of its design based in interference with the existing WIMAX and GPRS users.
on the old lighting standards and inefficient instruments and Hence, the lighting system will also require efficient
devices, the traditional lighting systems are not suitable interference avoiding algorithms to cope with interference, but
resulting in energy losses, frequent replacement of devices. this is not suitable for the lighting systems. These systems also
Moreover these traditional systems suffer from the lack of have no capability to change the light intensity according to the
pervasive and effective communications, monitoring, users’ requirement because they statically control the energy
automation, and fault diagnostics problems. consumption and do not consider the user requirements in the
To address these challenges, many technologies has been sense of light intensity and the user’s presence while dimming
utilized in the literature to save energy such as: the utilization of or turning off the lamps. In [8], the proposed ZigBee based
the light emitting diode (LED) instead of metal halide (MH) lighting control system work was not being tested completely
lamps [1]. But the systems based on these technologies need for different seasons and users moving conditions, and hence it
further improvement to increase the energy efficiency. was not completely verified and tested for different conditions.
To further reduce the energy consumptions and to simplify In order to fill this research hole, we design the energy
the wiring structure, numerous lighting control systems have efficient ZigBee-based outdoor light monitoring and control
been proposed to solve that problem such as: occupancy system (ZB-OLC) that considers the users’ requirement and
sensing approach [2], light level tuning [3], and power line system energy consumption. The proposed ZB-OLC system
communication (PLC). Despite of reducing the wiring structure also implemented the standard mesh routing algorithm which
in PLC based designs presented in [4], occasional drops may results in better network performance as compared to the
occur in PLC networks operating on low voltage power lines. conventional systems. The proposed ZB-OLC system also
fulfills the user satisfaction by using occupancy and
illumination sensors, and gives the gate to design the advance
This work was supported by the Ubiquitous Sensor Networks Research
Center (USNRC) as one of the Gyeonggi Regional Research Centers (GRRC) metering infrastructure (AMI). Hence, the designed ZB-OLC
chartered by Gyeonggi Provincial Government, South Korea. system dynamically controls the energy level of outdoor users
Zeeshan Kaleem is with the Electronics Engineering Department, Inha while guaranteeing their predefined minimum satisfaction
University, Korea (e-mail: zeeshankaleem@gmail.com).
Tae Min Yoon and Chankil Lee, are with the Electronics Department
level.
Hanyang University, Digital Communication Laboratory, Hanyang University,
Korea (e-mails: wide1997@nate.com, cklee@hanyang.ac.kr).

Accepted in IEEE Embedded System Letters


(a)
Fig. 1. Proposed energy efficient architecture for outdoor lighting
environment.

II. PROPOSED SMART ENERGY EFFICIENT LIGHTING SYSTEM


In this paper, we design ZigBee-based energy efficient
outdoor lighting control systems as shown in Fig. 1. For
outdoor lighting environment, we select the Hanyang
University Lake as a test field and installed the LED lamps
(b)
accompanied by ZigBee module, light sensors, occupancy Fig. 2. Proposed LED smart lamp (a) Monitoring system block diagram
sensors, and temperature sensors. The lamps continuously (b) Microcontroller unit interface block diagram.
monitor the intensity of the sunlight by using the sensors
modulation (PWM) signal for dimming the LED lamps. The
connected to it, and based on that intensity ATmega128
MCU interface block diagram is shown in Fig. 2 (b), which
microcontroller unit (MCU) takes the decision to dim and turn
shows the interfaces used by MCU to communicate with other
the lamps on or off. Information is transferred hop by hop from
connected devices.
one lamp to another, where each lamp has a unique address in
2) Light Sensors
the system. Each lamp can only send the information to the Light sensors, BH1710FVC, are connected to the MCU
nearest one until the information reaches the coordinator. through I2C interface which observe light status in Lux. A light
A. Lamp Monitoring System sensor measures the brightness of the sunlight and adjusts the
The lamp monitoring system installed in each lamp consists light intensity of the lamp to keep the light intensity up to 200
of several modules: the light sensor, temperature sensor, and lux. The purpose of this measurement is to ensure a minimum
occupancy sensor, power metering IC, MCU, ballast actuator, level of illumination of the outdoor lights, as defined by
and ZigBee radio communication module (RCM) as shown in regulations [9]. Based on the sun-light intensity, the MCU
Fig. 2 (a). Sensors are attached with ZigBee RCM nodes to drives the lamp to maintain a constant level of illumination, that
continuously monitor the situation of the lamps. The sensors is, minimum horizontal and vertical illuminance of 15 lux and
are used to observe the main parameters such as lamp-housing 50 lux, respectively [10]. Thus, the lamp will be turned on when
temperature, power consumption, and illumination condition of the sun-light will fall below this illuminance level. This action
the place. These devices work together and transfer all of the is obviously not required during daylight time.
information to MCU which processes the data and 3) ADE7753 Energy Metering IC
automatically sets the appropriate course of action. The detailed The energy metering IC ADE7753 is used to measure the
discussions related to the main components involved in the status of a lamp. The highly accurate electrical power
lamp monitoring system is given in subsections. measurement IC is connected to the MCU via serial peripheral
1) ATmega128 Microcontroller Unit interface (SPI). It connects directly to the current and voltage
The ATmega128 MCU is installed at each lamp and controls sensors and needs only single 5 V power supply. The current
the operation of the whole node. Light and temperature sensors sensor measures the current flow towards the lamp, which
gathered the information and send it to the MCU for allows to monitor the default in a lamp. The fault in a lamp will
appropriate action according to the situation. After the initial be detected if the current level fell below the threshold of 0.3 A.
setting, the system is controlled by light and occupancy sensors 4) Blast Actuator
which activates the MCU if the sunlight is lower than the The blast actuator is an add-on actuation module interfacing
threshold or some person passed through the street or building. the dimmable ballast. The actuation module receives the
The passive infrared motion detector sensor (i.e., se-10 PIR) as wireless actuation command and translates them into the ballast
shown in Fig. 2 (b) is being installed in each lamp which is used control signals to dim the lights. In the proposed system, a
to check the presence of passengers or cars passing in the ballast actuator can control up to maximum of four LED
streets. modules (units) each of 35 W rated powers with a required
MCU manages information flow among sensors and ballast current of around 0.5 A for each module. LED modules are
actuator, and is also responsible for generating pulse width capable of multi-level dimming control, i.e., from 0 to 255 of
lamps using monitoring and control software.
5) Gateway Node
A gateway node is used to serve as a bridge between two
networks, i.e., ZigBee and internet to perform the protocol
conversion. Each lamp controller communicates with the data
center via a gateway. Gateway provides the backhaul link to the
data center and ZigBee module to connect with the street light
control terminal. In the proposed system, attributes of LED
lamps are remotely observed and controlled through ZigBee
gateway which connects to the internet via Ethernet protocols.
B. ZigBee Radio Communication Module and Network
1) ZigBee Radio Communication Module
Fig. 3. LED unit with front and back view.
ZigBee RCM uses the universal synchronous and
asynchronous serial receiver and transmitter (USART) the MH lamps has more efficiency as compared to LED lamps,
interface to connect with MCU. ZigBee is the low power but this efficiency is compensated by the losses occurred in MH
wireless network standard based on IEEE 802.15.4 and defined lamps, such as, trapped light, unfavorable operating
by ZigBee Alliance. It focuses on low power, low cost, high temperature, high power requirement, and inefficient ballasts.
reliability, and self-healing characteristics. It is the main part of Moreover, LED lamps the energy consumption is less that MH
the proposed designed system and consists of two main parts, lamps and also have long life span which in turn effectively
i.e., Ember’s EM250 radio chip [11] and antenna for reduces the cost of LED lamps. Thus, LED lamps are more
communication purpose as shown in Fig. 3. Ember’s EM250 suitable than the conventional MH lamps.
ZigBee stack is a single-chip solution that integrates a 2.4 GHz Each street lights have been assigned identity to identify it
IEEE 802.15.4-compliant transceiver. This chip can be remotely from the central control station. The control center is
programmed by using ISP pins to program the flash memory of used to check the real time status of the lights and helps in
the chip. detecting the faults.
2) ZigBee Network To accurately analyze and compare the performance of the
The ZigBee network layer has three kinds of topologies proposed ZB-OLC energy efficient street light system and the
named as star, tree, and mesh topologies. The proposed system conventional lighting control system, the system has been
is based on the mesh topology, because it has self-healing tested for two extreme months of summer and winter, i.e.,
infrastructure and has extra path which can be helpful to reach during the months of June, July, December, and January.
the coordinator if one fails to work. Due to high radio Equation (1) is utilized to calculate the energy consumption per
sensitivity of the ZigBee receiver, it has less than 1% of packet month of the installed lamps units.
loss rate. Furthermore, it has good operational range for the Econsume ( KWH ) / month =P × TL × h / day × days / month / 1000, (1)
application reaching hundreds of meters outdoors. where P is the power in watts, TL is the No. of installed lamps,
Furthermore, the lamps installed in the deployment area using and h/day are the operating hours per day. The results of these
ZigBee network has the clear line-of-sight (LOS) situation with tests are summarized in Table II for the above mentioned
no trees or other objects obstructing the communication. months. The results clearly indicate that for the conventional
system, i.e., the system without having any smart options of
III. TEST CASE IMPLEMENTATION AND DISCUSSIONS energy saving like diming of lights and usage of occupancy
The system is designed to modernize the traditional wired sensor, has to turn on for 12 h/day (i.e., from 7:00 PM to 7:00
outdoor lighting system with the energy efficient ZigBee-based AM) in the worst case in the month of December. Thus the
wireless system. The proposed prototype has been tested under energy consumption in this case will be around 2628
outdoor scenarios to verify its validity, functionality, and KWH/month. On the other side, by using the proposed energy
performance in the real-life conditions. The LED unit that efficient system this energy consumption is reduced
replaced the conventional lamp is shown in Fig. 3. To reduce dramatically from 2628 KWH to 765 KWH, i.e., around 70.8%
uneasiness of handling and difficulty of maintenance in TABLE I
operating street lighting control system, we design smart LED COMPARISON OF LED LAMPS WITH METAL HALIDE LAMPS
Properties LED Lamp Metal Halide Lamp
street light control system by using ZigBee as a wireless
Efficiency [lm/W] 55 80
communication protocol to save energy.
Lifetime
The proposed energy efficient system consists of 22 units of [×1000 hours]
10-50 6
70 W LED lamps and 16 units of LED 140 W lamps that Trapped light,
replaced the conventional MH street light lamps of 150 W and unfavorable operating
Losses Very Low
250 W lamps, respectively, in the Hanyang University, Korea. temperature, inefficient
The spacing between the lamps are approximately 40 m. The ballasts
short comparison has been done between the LED and the MH Power Rating
70 W [3850 lm] 150 W [12000 lm]
lamps in Table I. From, the Table I, we can see that although [Lumen Produced]
energy. In this paper, the novel ZB-OLC system is proposed,
3000
Conventional System which can smartly adjust the intensity of the LED lights
Proposed Energy Efficient System

2500
according to the sunlight conditions. In addition, the designed
system can remotely monitor the lights status, power
2000 consumptions, and the cost of the individual lights as well as of
Energy [KWH]

the total system. By using the proposed system, the faults in the
1500
lights can be easily detected remotely and can be recovered
with less time, which will save the labor cost for frequently
1000
monitoring the system. It can adopt to the changing conditions
500
in a more proactively and timely manner. Furthermore, the
proposed system is suitable for outdoor lighting in urban and
0
June July December January
rural areas with slight modifications where the traffic can be
Months low or high during different time intervals. The designed
Fig. 4. Energy consumption comparison using conventional and system is flexible, extendable, and fully adaptable to the user
proposed energy efficient system.
needs.
of the energy is saved per month. This energy reduction is due
to the usage of LED lamps instead of conventional MH lamps, REFERENCES
diming feature of LED lamps, and by using the occupancy [1] W. Yue, S. Changhong, Z. Xianghong, and Y. Wei, "Design of new
sensors. These features reduce the average operating time of the intelligent street light control system," in Proc. IEEE International
Conference on Control Automation, 2010, pp. 1423–1427.
proposed system to 7 h/day in low traffic area whereas to 8
[2] C. Ozcelebi, and J. Lukkien, "Exploring user-centered intelligent road
h/day in case of busy streets. The bar charts are plotted for the lighting design: a road map and future research directions," IEEE Trans.
two extreme months of the year for summer and winter, i.e., Consum. Electron, vol. 57, pp. 788-793, May 2011.
June, July, December, and January, respectively as shown in [3] C. Chun, C. Hung, L. Kun, C. Kuan, and Y. Chun, "A digitally wireless
dimmable lighting system for two-area fluorescent lamps," in Proc. IEEE
Fig. 4. The results clearly indicate that the energy consumption Region 10 Conference, 2010, pp. 2173-2178.
of the proposed ZB-OLC system decreases noticeably [4] L. Chushan, W. Jiande, and H. Xiangning, "Realization of a general LED
compared with the conventional systems. lighting system based on a novel Power Line Communication
technology," in Proc. IEEE Applied Power Electronics Conference and
Furthermore, the energy consumption reaches its peak value Exposition, 2010, pp. 2300-2304.
in the month of December for both the systems. Moreover, the [5] P. Elejoste et al., "An Easy to Deploy Street Light Control System Based
energy consumption for the proposed ZB-OLC system on Wireless Communication and LED Technology," Sensors (Basel), vol.
13, no. 5, pp. 6492–6523, May 2013.
decreases more in sunny months and reaches the bottom value [6] F. Leccese, M. Cagnett, and D. Trinca, " A Smart City Application: A
in June for both the systems. In case of the proposed system, Fully Controlled Street Lighting Isle Based on Raspberry-Pi Card, a
due to its smart weather adapting capability its operating h/day ZigBee Sensor Network and WiMAX," Sensors (Basel), vol. 14, no. 12,
pp. 24408–244424, Dec. 2014.
reduces more, and hence results in more energy reductions as [7] L. Yongsheng, L. Peijie, and C. Shuying, “Remote Monitoring and
compared to the conventional system. Thus, the proposed Control System of Solar Street Lamps Based on ZigBee Wireless Sensor
energy efficient system is very helpful for the operators and as Network and GPRS,” Electronics and Signal Processing Lecture Notes in
Electrical Engineering, vol. 97, Springer, 2011, pp. 959-967.
well as for the customers due to its features of smart weather [8] A. Siddiqui, A. W. Ahmad, H. K. Yang and C. Lee, “ZigBee Based
adapting capability. Consequently, the sole price to consider is Energy Efficient Outdoor Lighting Control System,” in Proc. ICACT,
that of the installation and implementation of the system with 2012, pp. 916-919.
saving thanks to lower maintenance and energy costs. [9] European Committee for Standardization, Road lightning Performance
Requirements EN 13201-x, 2004.
[10] Z. Kaleem, I. Ahmad, and C. Lee, “Smart and Energy Efficient LED
IV. CONCLUSION Street Light Control System using ZigBee Network,” in Proc. FIT, 2014,
pp. 361-365.
The centralized and smartly monitoring of outdoor lights is the [11] Ember Corporation, "EM250 single-chip ZigBee/802.15.4 solution,"
cost effective and energy efficient way of saving precious 120-0082-000V datasheet, May 2013.

TABLE II
ENERGY CONSUMPTION PER MONTH (CONVENTIONAL VS. PROPOSED SYSTEM)
Duration Conventional System Proposed Energy Efficient System
Rating of Lamp
Lamps Operating Energy Consumption / month Rating of Lamp Operating Energy Consumption / month
units (W) Lamps Units
Units hours/day (/day*30) (KWH) units (W) hours/day (/day*30) (KWH)
(Metal Halide Installed
Installed [From Eq. (1)] (LED Lamps) (Time Average) [From Eq. (1)]
Lamps)
22 150 9 (a) 29.7 22 70 5 (a) 7.7 Total
Total (a+b):-
June (a+b):-18.9*30
16 250 9 (b) 36 65.7*30=1971 16 140 5 (b) 11.2
=567
22 150 9.5 (a) 31.35 22 70 5.5 (a) 8.47 Total
Total (a+b):-
July (a+b):-20.8*30
16 250 9.5 (b) 38 69.35*30=2081 16 140 5.5 (b) 12.32
=624
22 150 12 (a) 39.6 22 70 7 (a) 9.8 Total
Total (a+b):-
December (a+b):-25.5*30
16 250 12 (b) 48 87.6*30=2628 16 140 7 (b) 15.68
=765
22 150 11 (a) 36.3 22 70 6.5 (a) 10 Total
Total (a+b):-
January (a+b):-24.6*30
16 250 11 (b) 44 80.3*30=2409 16 140 6.5 (b) 14.6
=737

View publication stats

You might also like