The Role of Current Technology in Street Light System
The Role of Current Technology in Street Light System
1, 4
Electrical Engineering Department Iqra National University, Peshawar Pakistan
2, 3, 5
Electrical Engineering Department Sarhad University of Science and IT, Peshawar Pakistan
1
[email protected], [email protected], [email protected], [email protected],
5
[email protected]
ABSTRACT that a driver can be prepared for cross traffic or get ready
The latest trend in the technologies related to wireless to turn onto a side street.
communication has led to the emergence of several engineering GSM based street light automation is basically used to
designs for human requirements. The creeping interests in the control street light automatic by the help of GSM module
wireless and GSM based projects, we came up with this idea of (global system for mobile communication).It is designed to
developing a simpler, multipurpose, cost-effective design to
control the on-off street lights via short message service (SMS).
performing & increase the efficiency of street light even
Commands are sent to street light for night lighting Applications more during in nights. It consists of an PIC16F873A
system through user mobile as data through SMS (Short Service microcontroller which on setting of time delays switches
Messages) providing a cost effective, reliable far reaching access ON/OFF the street lights and sends the update through a
to the user. The coded SMS is sent to the light relay system to phone to the specified phone number[1]. This is the best
base station controller that receives the messages, decodes the way of managing a street light system. There are two
messages, initiates required automation operations and responds modules client server & server side. The client server
to the successful initiations by a reply to the user. consists of GSM module which is connected to the
. microcontroller. The server side consists of web server; it
Keywords: Street lights, remote monitoring, Todays Technology, has a core engine which interacts with the user, database
WSN,GSM. and the GSM communication manager. By applying the
proposed system, streets can be illuminated with lower
power consumption lamps, low operating cost, and low
1. INTRODUCTION CO2 emissions and environmentally friendly. it is best
used without any disadvantage as compared to other.
A Street light is a light installed at the edge of a roadway to Street lights are usually controlled manually by local
illuminate the side of the road. The history of lighting authority through some local switches which is installed in
streets and roadways is ancient, with evidence that many their control unit. Operator must have a physical access of
communities in the Ancient World encouraged citizens to a control unit therefore presence of an operator is needed to
keep outside lights burning through the course of the be in the control unit room by the time of controlling street
evening for navigation and safety. The earliest formal light.
street lights operated as a municipal service were gas It is also quite possible that if the operator turns on/off the
lights, which were hand lit by a crew of people every specific street light from the control room but due to
evening. Eventually, gas lighting was replaced with electric broken link or some other reason, the street light remains in
lighting, and street lights today are usually fully automated. its old state. Therefore this becomes more critical when
The purpose of a street light is not to illuminate the control unit and place where street lights are actually
roadway; at night time, drivers should be using headlights, installed are far away from each other hence a feedback is
which will illuminate the road for them. Street lights light required to give acknowledgment to the operator that
up the side of the road, alerting drivers to potential hazards whether control is successfully done or not.
and situations which they need to be aware of. They can Two main objectives of the proposed structure are.
also be used to signal the presence of an intersection, so
International Journal of Computer Engineering and Information Technology (IJCEIT), Volume 8, Issue 8, August 2016 142
E.F. Ali et. al
microcontroller. The flow chart for the system is shown in Output unit Testing
Figure 5. The microcontroller will initialize when the
This project has output components like LCD and leds
power supply switch O
which need to be tested to confirm what is going on in the
As shown in the figure 5, system is started by initializing
circuit. Test is passed if it gives output as expected i.e.
all hardware and software components like LCD, GSM
according to the code that we have written[13].
module, interrupts and all the variables that will be used
First when system is started, LCD gives the message
later. Once initialization is done it will keep waiting for an
waiting for the system to be stable after which it gives
SMS to come, when SMS is received, first it is processed,
message initializing which indicated that system is in
by extracting the actual message from the whole SMS, then
initialization mode. After initialization is done, it gives the
after the extraction it is checked whether SMS received is
message that system is ready means that system is ready
in command format like #a1 where # must be send to
to receive SMS. All leds that represent street lights should
recognize the message as an command SMS, if command
remain off in this process[15].
is received then it will extract the actual command in
When SMS is received, LCD will display that specific
which the second letter represent a specific street light like
street light which is turn on/off by showing message like
a, b, c etc and the third one is considered as the status that
street light1 is turn on/off, also the corresponding led
operator wants for the street light like 1 for on and zero for
should change its status according to the status bit. After
off. Relays are turns on/off according to the status bit and
some time LCD will display message feedback SMS is
after that for feedback an acknowledgment SMS is send to
sending to indicate that acknowledgment is sending to the
the operator to confirm that the specific operation did
operator. After which it will show system is ready
happened. In the meantime LCD is updated to show the
message to indicate that microcontroller is again ready for
corresponding events.
the next SMS to receive.
9. CONCLUSION
As a conclusion, this project is successfully design and
tested. Two objectives were figured out in this project after
researches about monitoring system of street light and
GSM modem have made. Setting up the objectives is the
first and the most important task in this project. When the
Fig. 5. Flow chart[16] vision of objective was clear, the development of project
step takes place. In addition, a review on journal that
After this the system again goes to start point where it relevant to the project was done to gain more idea and
again waits for another SMS to come. Interrupt methods latest technology implementation. Some journal uses as
are used instead of polling to ensure the power reference to increase the scope of limitation. The
consumption and the microcontroller will remain in sleep methodology process was conduct after gathering the
mode if nothing is happening but as soon as message is information. In this process, focuses were given to
received it will jump to the required process finish the job hardware implementation and software implementation. A
and come again to the sleep mode. detailed hardware implementation gives a good result in
term of design and cost consumption. At the same time, the
programming design was conducted to make sure the
8. RESULT AND DISCUSSION hardware meets the objectives. The next process was
testing and data gathering. The testing was conducted stage
The test result for hardware and software of the system is
by stage to monitor result. The result was tabulated and
shown. The testing was done stage by stage to make sure
analyzed. Based on result analysis, it shows that the project
the hardware and software functions as designed. The
meet all the objective requirements.
testing was divided into two stages: Output unit Testing
and SMS unit testing. Then, the discussion was done based
on the result of the test.
International Journal of Computer Engineering and Information Technology (IJCEIT), Volume 8, Issue 8, August 2016 145
E.F. Ali et. al