Vous êtes sur la page 1sur 5

DOI 10.4010/2014.

208
ISSN-2321 -3361 © 2014 IJESC

Research Article June 2014 Issue

ZigBee Based Remote Control Automatic Street Light System


Srikanth M1, Sudhakar K N2
M.Tech1, Associate Professor 2
Department of Computer science and Engineering
CMR Institute of Technology, Bangalore-560037, India
jsrikanth.m@gmail.com1, sudhakar.kn@cmrit.ac.in2

Abstract
ZigBee based remote control automatic street light system is smart and provides a safe night time environment for all road
users including pedestrians. The Street light Automation system can reduce energy consumption and maintenance costs and also
helps to reduce crime activities up to certain limit. The automatic street light system is mainly decided on the combination of
sensors and ZigBee technology. This system would provide a remote access for streetlight maintenance and control. It also
discusses an intelligent system that takes automatic decisions for ON/OFF/DIMMING considering movement of vehicle or
pedestrian and also surrounding light intensity. An automatic streetlight system is designed with the help of ZigBee modules
which can be help in detection of faulty lights and control it. For monitoring purpose, a graphical user interface (GUI) is
created.

Keywords—ZigBee, sensors, automatic, lighting system, control system.

I. INTRODUCTION
The smart system is developed using Arduino Uno This IDE is supported for every product of Arduino
microcontroller kit. Arduino is an open-source hardware kit components. In this project we are using two sensors and
with 8-bit Atmet AVR pre-programmed on-board wireless device module to accomplish the objective of the
microcontroller kit, with boot loader that uploads programs projects. Some of the sensors and its descriptions given
into microcontroller memory. They are different type of below.
Arduino based on their features it is being categorized some
of them are Arduino Deicimila, Arduino UNO, Arduino PIR sensor is a motion sensor, is used to identify the
Leonardo, Arduino Mega, Arduino Nano, Arduino Due, passage of vehicle or pedestrian, giving an input to turn street
Arduino LilyPad and many more light or street lights ON/DIM/OFF. LDR sensor is a light
Development boards. Here for this project we are using sensor, will detect intensity of sunlight. Depending on it,
Arduino Uno R3. The Arduino Uno R3 specification are street light will be ready to turn ON/DIM/OFF. Xbee module
ATmega328 microcontroller, operating voltage at 5v, input is a wireless communication medium, used to send/receive
voltage 7 to 12v, input voltage limit up to 20v, digital I/O information from/to street lights and control unit. Also, helps
pins 14, analog pins 6, DC current 40mA, flash memory in identifying faulty lights and control it.
32KB including 0.5KB used by boot loader. SRAM of 2KB,
EEPROM of 1KB and clock speed of 16 MHz some of the
Features of Arduino UNO are power: can be USB connection
or external power supply, with 7 to 12 volts Recommended.
The Arduino UNO provides power pins for other devices, the
variants are 5v 3.3v and vin IOREF pin for optional power.
Memory:

It as 2KB of SRAM and 1KB of EEPROM. Input and


Output pins: there are 14 digital pins with serial transfer and
external interrupts and PWM pins as well and 6 analog pins.
Communication: the ATmega 328 provides UART TTL
serial communication which is available on 0 and 1 digital
pins, the 16U2 firmware uses the standard USB COM
drivers, and no external driver is needed. A Software Serial A. Arduino Uno R3- Microcontroller development board
library allows for serial communication on any of the uno’s
digital pins. Automatic reset is provided using software PIR sensor is a motion sensor used to detect passage of
running on computer with Arduino uno board connected to vehicle or pedestrian. It senses the heat emitted by a living
that computer. The Arduino provides an IDE for body or vehicle body. When an intruder walks or vehicle
programming the Arduino uno board, this Arduino IDE can enters into the region of detection, the detector detects a
be downloaded from the Arduino official website and it’s sharp increase in infrared energy.
free.

639 http://ijesc.org/
The solar panels will feed the system with solar power,
which will be charging the battery during the day. At night
the battery will be discharge through the project processes.

B. PIR Sensor

LDR Sensor is light sensors that are very useful especially


in light/dark sensor circuits. These help in automatically
switching ON /OFF the street lights and etc., normally the
resistance of an LDR is very high, sometimes as very high as E. Solar panel & Battery
1000000 ohms, but when they are illuminated with light,
resistance drop dramatically.
II. IMPLEMENTATION OF REMOTE CONTROL
AUTOMATIC STREETLIGHT SYSTEM
Fig.1. shows the block diagram of proposed zigbee
based remote control automatic streetlight system. It
consists of sensors, microcontroller, zigbee modules, solar
panel and battery.

C. LDR Sensor

XBee is a device used to send and receive wireless data, it


is considered as one of the ZigBee families. ZigBee or simply
XBee has a feature that is can be easily connected to the air
interface UART(RS232)/USB cable which allows any micro-
controller or microprocessor to immediately use the services of
the ZigBee protocol. All ZigBee hardware designers have to be
concern of the serial port logic levels that are compatible with
the XBee standard, that is to say, 2.8-to3.4V logic levels.

Fig.1. Block diagram of ZigBee based remote control


automatic streetlight system

Sensors are used to control and guarantee the desired


D. Xbee Module system parameters and the sensors transfer the collected
information to a controller which runs the software to

640 http://ijesc.org/
analyze the system. The purpose of microcontroller is to Figure 3 shows developed control unit at the receiver side
take the data from all the streetlight through parallel
processing and convert them into serial communication.
The information is transferred point by point using ZigBee
transmitter and receiver modules and is sent to a control
terminal used to check the state of the street lamps and to
take appropriate measures in case of failure. The
transmission system consists of a ZigBee device that
receives information on the state of the lamps and sends it
to a terminal. This unit is powered by solar panel and
battery. At receiver side, base station system allows the
visualization of the entire lighting system. This unit
consists of a terminal with a serial Universal Asynchronous
Receiver-Transmitter (UART)/USB cable interface which
receives information about the state of the lamps provided Fig.3 control unit at the receiver side
by a ZigBee device. The terminal is required for a In this receiver side, you can see zigbee module which can be
graphical display of the results. The graphical interface used to receive the data from transmitter side via USB, also
enables monitoring the state of the system with the state of there is terminal/GUI to display the results.
the lights.
IV. WORKING PROCEDURE
III. DEVELOPMENT OF NEW STREETLIGHT CONTROL
SYSTEM The work flow steps given below:

A prototype of ZigBee based remote control automatic 1. Street light are powered by solar energy. Sensors
street light system is developed. senses the data, collect the information and sends
Developed streetlight system is composed of 2 different to microcontroller.
units, streetlight terminal at the transmitter side and control
system at the receiver side. Among them, street light 2. Microcontroller controls the signal and runs the
transmitter terminal are hardware based system and control software to analyze the system.
system, works based on software. Figure 2 shows developed
street light terminal at the transmitter side. 3. Initially, motion sensor activates the micro-
controller only when vehicle or pedestrian enters
into the detection region and activates light
sensor.

4. Light sensor gets activated if light illumination is


achieved less than fixed threshold to switch the
lights ON, else OFF. For example in rainy or
winter season automatically control takes action
over DIMMING. (i.e., low illumination, acts as
supporting feature for natural light).

5. Now, ZigBee device (at transmission side) is


ready to receive information from streetlight and
communicate with ZigBee device (at receiver
Fig.2 streetlight terminal at the transmitter side side), then sends to terminal via USB cable.
As you can see, Arduino UNO microcontroller, it simply 6. ZigBee device communicates point-to-point to
converts all data parallel to serial form, also there is zigbee detect the faulty lights in the system.
module for transmitting and receiving purpose, its operating
frequency is 2.4 GHz and operates at 3.3v and its data rate is 7. Through GUI technician can identify the faults
250 kbps..Communication between the microcontroller and and can easily maintain the system.
zigbee module was done with the help of USB cable.

641 http://ijesc.org/
V. SNAPSHOT’S OF SYSTEM AND COMPONENTS VIII. REFERENCES
[1] Chunguo Jing, Dongmei Shu and Deying Gu,‖ ―Design of
Streetlight Monitoring and Control System Based on
Wireless Sensor Networks‖ Second IEEE conference on
industrial Electronics and Applications pp1-7 2007.

[2] R. Caponetto, G. Dongola, L. Fortuna, N. Riscica and D.


Zufacchi , ―Power consumption reduction in a remote
controlled street lighting‖ International Symposium on Power
Electronics, Electrical Drives, Automation and
Motion(SPEEDAM).pp.428-433. 2008.

[3] P.-Y. Chen, Y.-H. Liu, Y.-T. Yau, and H.-C. Lee,
―Development of an energy efficient street light driving
A. system,‖ in Proc. IEEE Int. Conf. Sustain. Energy Technol.,
All street lights ON automatically Nov. 24–27, 2008.

[4] L. Jianyi, J. Xiulong, and M. Qianjie, ―Wireless


monitoring system of street lamps based on zigbee,‖ in Proc.
5th Int. Conf. Wireless Commun., Netw. Mobile Comput.,
Sep. 24–26, 2009.

[5] M. A. D. Costa, G. H. Costa, A. S. dos Santos, L. Schuch,


and J. R. Pinheiro, ―A high efficiency autonomous street
lighting system based on solar energy and LEDs,‖ in Proc.
Power Electron. Conf., Brazil, Oct. 1, 2009, pp. 265–273.

[6] W. Yue, S. Changhong, Z. Xianghong and Y. Wei,


B. ―Design of New Intelligent Street Light Control System‖, in
All streetlights OFF automatically Proc. of 8th IEEE International Conference on Control and
Automation (ICCA), pp. 1423 – 1427, 9 – 11 June, 2010.

[7] Wang Guijuan; Wang Zuoxun; Zhang Yingchun; Shao


Lanyun, "A New Intelligent Control Terminal of Solar Street
Light", Intelligent Computation Technology and Automation
(ICICTA), 2011 International Conference on , vol.1, no.,
pp.321,324, 28-29 March 2011.

[8] Chaitanya Amin, AshutoshNerkar, Paridhi Holani, Rahul


Kaul, "GSM Based Autonomous Street Illumination System
for Efficient Power Management", International Journal of
Engineering Trends and Technology- Volume4Issue1- 2013.
C.
Faulty light detection (One is ON, another is OFF) [9] Fabio Leccese, ―Remote-Control System of High
Efficiency and Intelligent Street Lighting Using a ZigBee
Network of Devices and Sensors‖, IEEE Transactions on
VI. CONCLUSION power delivery, vol.28, no.1, January 2013.
This system provides an efficient and smart automatic
streetlight control system with the zigbee technology. The [10] Prof. A. B Jirapure; Rohini T. Gulhane, ―Zigbee Based
system can reduce energy consumption and maintenance Automatic Street lighting System‖, International Journal of
costs and also helps to reduce crime activities up to certain Engineering Research & Technology (IJERT) ISSN: 2278-
limit. This streetlight control system helps in energy savings, 0181, Vol. 2 Issue 6, June – 2013.
detection of faulty lights and maintenance time and increase
in life span of system. ACKNOWLEDGMENT
VII. FUTURE WORK The whole haartly thank my guide Sudhakar K N, college,
For further development, Android based applications can my friends-Chandan Raj S, Sree Harsha, Manasa S M, my
be developed for Smart Tabs/Mobile Phones making mobility cousins- Bhanu Prakash S, Vinay S, Deepak M S and my
of control possible. parents-Munirathnam M and Sarojamma M for their love,
support and encouragement.

642 http://ijesc.org/
AUTHORS
A. Mr. Srikanth M

My Birth Place is Bethamangala, Born on 25/02/1989, and I


studied my primary school in Bethamangala Trust School,
later did my high school in New Oxford Residential Higher
Primary School and did my Pre-university in Mahaveer Jain
College, and I did my Bachelor Engineering-specialization in
Computer Science in MVJ college of engineering and finally,
I did my Masters- specialization in Computer Networks in
CMR institute of technology. My field of study in embedded
system and wireless sensor networks.

B. Mr. Sudhakar K N

Associate professor,
Department of Computer Science and Engineering,
CMR Institute of Technology,
AECS Layout, Bangalore-563037
Mobile: 99644 84720

643 http://ijesc.org/

Vous aimerez peut-être aussi