Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

2023 International Conference on Recent Advances in Electrical, Electronics & Digital Healthcare Technologies (REEDCON)

Smart Street Lighting System Based on Detecting


Vehicle Movement
2023 International Conference on Recent Advances in Electrical, Electronics & Digital Healthcare Technologies (REEDCON) | 978-1-6654-9382-6/23/$31.00 ©2023 IEEE | DOI: 10.1109/REEDCON57544.2023.10151436

Anwar Shahzad Siddiqui Shahid Geelani


Arbab Ahmed Khan
Department of Electrical Engineering Department of Electrical Engineering
Department of Electrical Engineering
Jamia Millia Islamia Jamia Millia Islamia
Jamia Millia Islamia
New Delhi New Delhi
New Delhi, India
assiddiqui@jmi.ac.in geelani.shahid227@gmail.com
arbabkhan6071@gmail.com
Syed Mashood Shafi
Md Sarwar
Electrical Engineering Department
Department of Electrical Engineering.
Jamia Millia Islamia
Jamia Millia Islamia
New Delhi
New Delhi, India
syedmashood1234@gmail.com
msarwar@jmi.ac.in

Abstract—Energy conservation is an important matter as A proper energy saving methods and lighting control
resources are decreasing at an alarming rate and this would must be implemented. Dimming the lights during off peak
create a lot of problems for the next generations. To overcome hours is an effective solution. The lights are dimmed to 30%
from this issue, a proper energy saving method and automatic intensity instead of switching OFF completely [4]. This
lighting control needs to be implemented. This work proposes a project presents an automatic street light system in which a
model for modifying Street lights illumination using sensors at Light Dependant Resistor (LDR) is used to detect the Light
minimum electrical consumption as well as elimination of Intensity and Infra-Red sensors placed at the base of the
manual operation. In this work the LED lights are used as streetlight to detect vehicle movement [5]. When a vehicle
streetlights, LDR sensor is used for detecting light intensity for
presence is detected, the lights around it will glow at full
differentiating between daytime and night-time and IR sensors
are used to sense vehicle movements. If presence is not
intensity. The model has two main modes, one is during no
detected, all nearby streetlights remain in the dim mode, which vehicle movement in streets the lights will glow at low
is 30% intensity for pedestrians, and only illuminate at 100% intensity (30%) for pedestrians and two, the lights
intensity when presence is detected. LED bulbs shall be used as automatically glow at full intensity (100%) during vehicle
they are better than conventional incandescent bulbs in every movement [6]. The main objective of this project is to reduce
way. The intensity of LED can be controlled using PWM power consumption and automate the illumination of
techniques. Through this proposed System the overall energy streetlights by detection of vehicles. By integrating the entire
being utilized now-a-days for lighting is minimized. The streetlights with Automatic Street Lighting System, it is
automatic control of lighting is required to control the complex possible minimize the overall energy being utilized. This
lighting system due to growth of cities and the standard of systems results in saving lots of energy and reducing the cost
living. of operation of the streetlights.
Keywords—Smart Street Lights, Sensors, Automation, LED The paper is organized as follows: Section II presents the
conventional model while proposed model is discussed in
section III. The hardware design of the proposed model is
I. INTRODUCTION described in section IV. The results obtained with the
One of a city's biggest energy expenses is its street proposed model are presented and discussed in section V and
lighting. An intelligent street lighting system can cut finally section V concludes the presented work.
municipal street lighting costs as much as 50% - 70% [1]. In
the present conventional systems, the lights are switched on II. PRESENT CONVENTIONAL SYSTEM
in the evening before the sun sets and are switched off the A significant portion of the world's energy use is due to
next day in the morning after there is adequate light outside. street lighting. India is the same. As street lighting consumes
Power is wasted up to some extent with this manual method. several trillion kWh annually, improving power consumption
One of the main drawbacks of the current streetlight systems efficiency with the aim of reducing energy consumption is
is that the ON and OFF periods vary on sunny and rainy one area that requires significant attention.
days. Consumption of energy is increasing at fast rates due to
economic development and growth of population. The High amount of energy must be generated to satisfy the high
energy consumption in world is increasing at very fast rates. consumption of power; this results in high level of noxious
Streetlights are an essential part of any developing country as emissions. Conventional system uses manual switching
they are present on all roadways, streets, parks, and in the OFF/ON of streetlights. There are difficulties related to the
suburbs. The streetlights are powered from dusk to dawn at maintenance of the system. The streetlights are powered
full strength every single day even when there is no traffic. from dusk to dawn at full strength every single day even
All of this contributes to wastage of electricity resulting in when there is no one present. All of this contributes to a
greater demand of electricity production and hence more higher demand for production of electricity and thus more
carbon dioxide emissions from the powerhouses. So, a carbon dioxide emissions from powerhouse. As HID lamps
solution is needed to automate the switching ON/OFF of the are currently in use in urban streetlights and operate on the
streetlights. A simple method of switching ON of the gas discharge principle, no voltage reduction technique can
streetlights when vehicle is present and then switching OFF be used to control the intensity because the discharge path is
when there is no vehicle present on the street can be broken. HID are not reliable and not cost effective [7].
implemented [2, 3].

Authorized licensed use limited to: University of Kwazulu Natal Library. Downloaded on March 19,2024 at 18:58:30 UTC from IEEE Xplore. Restrictions apply.

978-1-6654-9382-6/23/$31.00 ©2023 IEEE 625


2023 International Conference on Recent Advances in Electrical, Electronics & Digital Healthcare Technologies (REEDCON)

In conventional system, when there are no cars or people All the three LEDs are connected with a 220-ohm resistor.
around, the lamps always stay on. In the absence of any The 3 Infra-red sensors (IR 1, IR 2, IR 3) are used to detect
activity on the street, these streetlights are unnecessarily vehicle movements are connected to the digital input pins 2,3
glowing at maximum intensity thus wasting power. and 4 respectively. All the three IR sensors are connected
across the 5V and the GND of the Arduino Uno.
III. PROPOSED MODEL
The proposed system involves in dimming the lights
during off-peak hours to 30% intensity. When movement of
a vehicle is detected on the street by the infra-red sensors
placed at the base of the streetlights. The infra-red sensor
detects the movement of the vehicle and sends the data to the
Arduino. The Arduino then commands the streetlight where
the vehicle is detected to glow at its maximum intensity until
the movement of the vehicle is no longer detected. The
streetlight then continues glowing at 30% intensity.
The system stays in operating mode only when the sunlight
is not detected i.e., during night-time and switches off during
daytime.
Some main components used in our system:
1. Arduino Board: The Arduino is the microcontroller
which controls the entire system. Depending on the situation,
it sends commands to switch between bright and dim modes
and regulates the streetlight's brightness.
2. LDR: A Light Dependent Resistor is used to detect the
presence of light so that during daytime the streetlights
remain off. It works on the principle of photo conductivity.
3. Infrared Sensor: It is an electronic instrument that
measures and detects infrared radiation in its environment.
These are used for detecting the presence of the vehicle.
4. LED: Light-Emitting Diodes or LEDs are used for the Fig. 1. Flow chart for detection of Vehicle
streetlights. The brightness of the LEDS can be controlled
using pulse width modulation (PWM)

A. Working Modes
The design includes three working modes: -
• Mode 1: When there is enough natural light in the
surrounding i.e., during the daytime, the system remains
switched off.
• Mode 2: When the natural light drops below a certain
level the system automatically turns on.
• Mode 3: In the presence of vehicles, the sensors detect
Fig. 2. Circuit Diagram
the vehicle which in turn switches on the LED lights. These
lights turn off when vehicle is no longer detected.
V. RESULTS AND DISCUSSION
The complete working of the system is shown in the
flowchart in Fig. 1. As discussed above the objective of this project is to
automate the illumination of streetlights and reduce power
consumption by detecting vehicle movement using sensors.
IV. HARDWARE DESIGN The model consists of LDR sensor, Arduino Uno
The Fig. 2. shows the circuit diagram of the proposed model. microcontroller, three IR sensors, three LEDs. The three IR
In this one LDR circuit is used to distinguish between the sensors are placed at the base of the streetlights. All the
day and night. LDR with a 5K-ohm resistor in series is components are connected to the Arduino Uno using a
connected across the 5V and GND of the Arduino Uno and breadboard and connecting wires. The Arduino is connected
from the midpoint of the LDR potential divider circuit, the to an external power supply to power the system.
output of the circuit is fed to A3 of the Arduino. The LEDs
(LED 1, LED 2, LED 3) are connected to the Digital PWM We have used airpods case as a vehicle for demonstration
pins of the Arduino which are pins ~9, ~10, ~11 respectively. purposes.
The PWM pins are used to control the intensity of the LED To show the working of the model we have taken the
lights. following five cases:

Authorized licensed use limited to: University of Kwazulu Natal Library. Downloaded on March 19,2024 at 18:58:30 UTC from IEEE Xplore. Restrictions apply.

626
2023 International Conference on Recent Advances in Electrical, Electronics & Digital Healthcare Technologies (REEDCON)

CASE 1: Operation of streetlights during daytime To represent night-time the lights in the room are switched
CASE 2: Operation of streetlights during night-time with no off as shown in Fig. 4. The LDR senses and sends analog
vehicle movement signals to the Arduino.

CASE 3: Operation of streetlight when vehicle is detected at The Arduino then compares the values to the reference
IR sensor 1. value (100). If the values sent by the LDR is less than
reference value (100), the Arduino powers the system, and
CASE 4: Operation of streetlight when vehicle is detected at the IR sensors start functioning i.e., All the streetlights start
IR sensor 2. glowing at 30% intensity for pedestrians.
CASE 5: Operation of streetlight when vehicle is detected at
IR sensor 3. 3. CASE 3: Operation of streetlight when vehicle is
detected at IR sensor 1.
1. CASE 1: Operation of streetlights during daytime

Fig. 5. Operation of streetlight when vehicle is detected at IR 1


Fig. 3. Operation of streetlights during daytime
As shown in Fig. 5., the IR 1 detects the movement of the
To represent daytime the lights in the room are switched on vehicle and sends a signal to the Arduino. The Arduino then
as shown in Fig. 3. We can see that there is light present, so commands LED 1 to glow at 100% intensity. The other two
the LDR senses and sends analog signals to the Arduino. The
IR sensors, IR 2 and IR 3 do not sense any movement;
Arduino then compares these values to the LDR reference
hence the LED 2 and LED 3 continue glowing at 30%
value (100).
intensity.
If the values sent by the LDR is greater than LDR reference
value (100), the Arduino commands to switch off the system. 4. CASE 4: Operation of streetlight when vehicle is
Therefore, the system remains off during daytime. detected at IR sensor 2.
2. CASE 2: Operation of streetlights during night-time with
no vehicle movement

Fig. 6. Operation of streetlight when vehicle is detected at IR 2

Fig. 4. Operation of streetlights during night-time with no vehicle movement The vehicle moves away from IR 1 and reaches in the range
of IR 2 as shown in Fig. 6. IR 1 no longer detects the

Authorized licensed use limited to: University of Kwazulu Natal Library. Downloaded on March 19,2024 at 18:58:30 UTC from IEEE Xplore. Restrictions apply.

627
2023 International Conference on Recent Advances in Electrical, Electronics & Digital Healthcare Technologies (REEDCON)

vehicle; Therefore, the intensity of LED 1 will be reduced earlier the LEDs were glowing continuously thus,
back to 30%. consuming more power.
The IR 2 will now be detecting the presence of the vehicle. The power consumption is reduced by automating the
The Arduino will then command the LED 2 to glow at streetlights illumination, and also the manual operation is
100% intensity. The IR 3 will wait for the vehicle and LED eliminated. The dimming of streetlights when not needed
3 will continue glowing at 30% intensity. help to save significant amount of energy. This proposed
model has scope in various applications like for providing
5. CASE 5: Operation of streetlight when vehicle is lighting in large campuses, car parking for shopping malls,
detected at IR sensor 3. walking path in parks. It is also beneficial for rural as well
as urban areas. This can also be integrated with security
camera for surveillance purposes in schools, college
campuses and corporate buildings. Weather monitoring
systems can also be integrated with the streetlights to
continuously monitor the air quality, temperature of urban
areas. This system can also be integrated with IOT for future
scope for smart cities.
REFERENCES
[1] Parkash, Prabu V and D. Rajendra, “Internet of Things Based
Intelligent Street Lighting System for Smart City”, International
Journal of Innovative Research in Science Engineering and
Technology, pp. 7684-7691, vol. 5, no. 5, May, 2016.
[2] Gouthami. C, Santosh. C, A. Pavan Kumar, Karthik. A, and
Ramya.K.R, “Design and Implementation of Automatic Street Light
Control System using Light Dependent Resistor”, International
Journal of Engineering Trends and Technology (IJETT), pp. 465-
470, vol. 35, no. 10, May, 2016.
[3] P. Rodi, L. Chandrakar, S. S. G. Sivanantham and K. Sivasankaran,
"Energy conservation using automatic lighting system using FPGA,"
Fig. 7. Operation of streetlight when vehicle is detected at IR 3.
2015 Online International Conference on Green Engineering and
Technologies (IC-GET), Coimbatore, India, 2015, pp. 1-3, doi:
The vehicle moves away from IR 2 and reaches in the range 10.1109/GET.2015.7453795.
of IR 3 as shown in Fig. 7., IR 2 no longer detects the [4] S. Malhotra and S. Taneja, “Automatic Brightness Control Using
vehicle Therefore, the intensity of LED 2 will be reduced LDR Sensors”, Advanced Research in Electrical and Electronic
Engineering, pp. 12-13, vol. 1, no. 2, 2014.
back to 30%. The IR 3 will now be detecting the presence of
[5] D. Kumar Rath,” Arduino Based: Smart Light Control System”,
the vehicle. The Arduino will then command the LED 3 to International Journal of Engineering Research and General Science,
glow at 100% intensity. pp. 784-790, vol. 4, no. 2, March- April, 2016.
The IR 1 and IR 2 will wait for another vehicle and LED 1 [6] N. Yashaswini, N. Raghu, S. Yashaswini and G. Prathib Kumar,
"Automatic Street Light Control by Detecting Vehicle Movement,"
and LED 2 will continue glowing at 30% intensity. 2018 3rd IEEE International Conference on Recent Trends in
Electronics, Information & Communication Technology (RTEICT),
2018, pp. 847-850, doi: 10.1109/RTEICT42901.2018.9012376.
VI. CONCLUSION [7] S. Mathew, S. Reddy K and H. Dalmia, “Smart Street Lighting
System Using Arduino UNO”, Think India Journal, pp. 146-153, vol.
The implementation of this work has significantly saved 22, no. 41, December, 2019.
power as the unnecessary power consumption is reduced.
We have reduced the intensity to 30% during off-peak hours
when there is no vehicle movement, this saves power as

Authorized licensed use limited to: University of Kwazulu Natal Library. Downloaded on March 19,2024 at 18:58:30 UTC from IEEE Xplore. Restrictions apply.

628

You might also like