SlideShare a Scribd company logo
2
Most read
http://www.iaeme.com/IJEET/index.asp 16 editor@iaeme.com
International Journal of Electrical Engineering & Technology (IJEET)
Volume 10, Issue 3, May -June 2019, pp. 16-20, Article ID: IJEET_10_03_003
Available online at http://www.iaeme.com/IJEET/issues.asp?JType=IJEET&VType=10&IType=3
ISSN Print: 0976-6545 and ISSN Online: 0976-6553
Journal Impact Factor (2019): 9.7560 (Calculated by GISI) www.jifactor.com
© IAEME Publication
STREET LIGHT GLOWS ON DETECTING THE
VEHICLE MOVEMENT USING ARDUINO UNO
Ritam Sahu, Moyuri Shil, Rimpi Datta, Piyu Sarcar
ECE, Narula Institute of Technology, Kolkata, India
ABSTRACT
This paper proposes how street light can be controlled in the presence or absence
of vehicle to reduce the wastage of energy. The proposed work is accomplished by
using Arduino UNO and sensors that will control the electricity based on night and
object's detection. Meanwhile, a counter is set that will count the number of objects
passed through the road. The beauty of the proposed work is that the wastage of
unused electricity can be reduced. The aim of this project is to design a street light
control system using Arduino UNO, which automatically turns on or off the street
lights by detecting the movement of vehicles. The working of the project is explained
here. When there is not any vehicle in front of the IR sensor module, the receiver can’t
get any infrared signal So the circuit remain in open loop condition and the lights are
in off condition. When there is any vehicle in front of the IR sensor module, the
receiver get the infrared signal. So the circuit is in close loop condition and the lights
are in on condition with respect to the IR module. If the car blocks the first IR sensor,
the first three LEDs are turned ON by the microcontroller. As the car moves forward
and blocks the second IR sensor, the corresponding next three LEDs will be turned
ON and the first LED of the previous set is turned OFF. The process continues this
way for all the IR Sensors and LEDs.
Keywords: Arduino Uno, IR sensor Module, Coding, Street Light, Energy
consumption
Cite this Article: Ritam Sahu, Moyuri Shil, Rimpi Datta, Piyu Sarcar, Street Light
Glows on Detecting the Vehicle Movement Using Arduino Uno, International Journal
of Electrical Engineering & Technology, 10(3), 2019, pp. 16-20.
http://www.iaeme.com/IJEET/issues.asp?JType=IJEET&VType=10&IType=3
1. INTRODUCTION
Automation systems are being preferred over the manual mode because it reduces the use of
energy to saves energy. These automation systems play an essential role in making our daily
life more comfortable and facilitate users from ceiling fans to washing machines and in other
applications. [5] Among all exciting applications, street lights play a vital role in our
environment and also plays a critical role in providing light for safety during night-time
travel. In this scenario, when the street lights are in working functionality over the whole
night that consumes a lot of energy and reduces the lifetime of the electrical equipment such
Street Light Glows on Detecting the Vehicle Movement Using Arduino Uno
http://www.iaeme.com/IJEET/index.asp 17 editor@iaeme.com
as electric bulb etc. Especially in cities’ streetlights, it is a severe power consuming factor and
also the most significant energy expenses for a city. In this regard, an intelligent lighting
control system can decrease street lighting costs up to 70% and increase the durability of the
equipment. [2]
The problem statement is to use it in the street lights as numerous roads having a large
number of street lights glowing all the time whereas most of the time there are not any vehicle
on the roads and the glowing lights are the source of wastage of energy all over the night.[3]
Figure 1 Architecture of Arduino
2. HARDWARE COMPONENTS REQUIRED
 Arduino Uno
 IR sensor Module(2 piece)
 10mm LED (4 piece)
 Power supply
 Male to male and Male to Female jumper wire
3. CIRCUIT DESIGN
 The circuit is made up of two IR module where the data pin of the first IR module is
connected with pin no 2 of Arduino UNO using a male to female jumper wire.
 The second IR module’s data pin is connected to the pin no 3 of Arduino UNO using a male to
female jumper wire. [4]
 The positive pin of both the IR module is connected to the +5V in the Arduino UNO using
male to female connecting wire. The negative pin connected with the GND of the Arduino
UNO using the male to female jumper wires.
Ritam Sahu, Moyuri Shil, Rimpi Datta, Piyu Sarcar
http://www.iaeme.com/IJEET/index.asp 18 editor@iaeme.com
Figure 2 Circuit diagram with Hardware Components
 The positive terminal of first and second LEDs are connected with the pin no 6 of Arduino
UNO using male to female connecting wire.
 The positive terminal of third and fourth LEDs are connected with the pin no 7 of Arduino
UNO using male to female connecting wire.
 The negative terminal of all the LEDs are connected to the GND of the Arduino UNO using
male to female jumper wires.
 The Arduino is connected with the laptop to switch on the circuit and it is done by a USB
Type B to USB Type A adapter cable
 The Type B is connected with the Arduino and Type A USB cable is connected with the
laptop of desktop with connect it with the Arduino software to upload the program[1].
Figure 3 Experimental Setup
Street Light Glows on Detecting the Vehicle Movement Using Arduino Uno
http://www.iaeme.com/IJEET/index.asp 19 editor@iaeme.com
4. RESULT ANALYSIS
Currently, in the whole world, enormous electric energy is consumed by the street lamps.
Regular a street light consume 150-180 W Halogen. Regular a street light consume 150-180
W Halogen. But Light emitting diode. Sodium vapor lamp consumes 250 W on average.
Mercury vapor lamps take up to 400 W. Light Emitting Diode(Led) which lighting system we
used today in a variety of ways, from energy saving in the average home of the consumer to
streetlights in major urban cities. LED Technology accounted for an 85% reduction in energy
cost. Our smart street light system consists of a LED light, a brightness sensor, a motion
sensor and a short-distance communication network. The lights turn on before pedestrians and
vehicles come and turn off or reduce power when there is no one. It will be difficult for
pedestrians and drivers of vehicles to distinguish our smart street lamps and the conventional
street lights, since our street lamps all turn on before they come. The present status and the
future prospects of our smart start light project will be reviewed.
Figure 4. Design of Street light that glows on detecting the vehicle movement
Observation Table
Vehicle Position LEDs In First Row LEDs In Second Row
No Vehicle OFF OFF
In Front Of First IR ON OFF
In Front Of Second IR OFF ON
In Front Of Both IR ON ON
5. CONCLUSION
This street light control circuit can be used in normal roads, highways, express ways etc. This
project can also be used in parking areas of malls, hotels, industrial lighting, etc. If the
lighting system implements all LED lights, the cost of the maintenance can be reduced as the
life span and durability of LEDs is higher than Neon based lights which are normally used as
street lights. As the lights are automatically turned ON or OFF, huge amount of energy can be
saved. So it will be so much beneficial if used.
Ritam Sahu, Moyuri Shil, Rimpi Datta, Piyu Sarcar
http://www.iaeme.com/IJEET/index.asp 20 editor@iaeme.com
REFERENCES
[1] Vishalsoniindia ‘Smart Street Light Using Ir Sensor With Arduino’, 2018. [Online].
Available:https://www.instructables.com/id/Smart-Street-Light-Using-Ir-Sensor-With-
Arduino/ [Accessed: 16- May- 2019].
[2] Available:https://www.google.com/search?q=wastage+of+energy+street+lights&rlz=1C1
CHBD_enIN777IN777&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjZ0tmo153iAhX
p7nMBHZS7BlUQ_AUIDigB&biw=1920&bih=969#imgrc=go9kkfP6nJ6IeM:
[Accessed: 15- May- 2019].
[3] Available:https://www.researchgate.net/publication/326057835_Automatic_streetlights_th
at_glow_on_detecting_night_and_object_using_Arduino
[4] D. A. Devi and A. Kumar, Design and Implementation of CPLD based Solar Power
Saving System for Street Lights and Automatic Traffic Controller, International Journal
of Scientific and Research Publications, Vol. 2, Issue11, November 2012.
[5] K. S. Sudhakar, A. A. Anil, K. C. Ashok and S. S. Bhaskar, Automatic Street Light
Control System, International Journal of Emerging Technology and Advanced
Engineering, Vol. 3, May 2013.

More Related Content

What's hot (20)

PPTX
Walk n charge (ppt)
Arpit Kurel
 
PPTX
Smart street light system
Kuriakose Mathew
 
PPTX
Railway Accident Avoiding System: A Safety Measure
Yantralive Parts Technology Pvt. Ltd
 
PDF
Smart Blind Stick using Arduino
ijtsrd
 
PPTX
Smart dustbin
Arnab Ghosal
 
PPTX
automatic railway gate control system using arduino
antivirusspam
 
PPTX
Reverse car-parking
Salehin Rahman Khan
 
PPTX
Automatic door using arduino
sayyed sabir
 
PPTX
IoT Based Garbage Monitoring System ppt
Ranjan Gupta
 
PDF
Automatic Room Lights Controller Using Arduino & PIR Sensor
Ankit Chaudhary
 
PPTX
Smart street lighting control system project PPT
PetchiMuthu26
 
PPTX
Smart street light detector
siddharth bhatt
 
PPTX
automatic street light control using aurdino,PIR,LDR tinker cad circuit
anujabarge3
 
PPTX
Internet of Things (IoT) Based Smart Security & Home Automation System.
sayed78
 
PPTX
automatic street light
Anish Anand
 
PPTX
Smart sensors
Supriya Gorai
 
PPTX
Smart street lighting system
Anoop Kumar
 
PPTX
Traffic light controller
Rkrishna Mishra
 
PPT
automatic streetlight control using ldr ppt
anand kumar maurya
 
PDF
An IOT based Smart Traffic Management System
AI Publications
 
Walk n charge (ppt)
Arpit Kurel
 
Smart street light system
Kuriakose Mathew
 
Railway Accident Avoiding System: A Safety Measure
Yantralive Parts Technology Pvt. Ltd
 
Smart Blind Stick using Arduino
ijtsrd
 
Smart dustbin
Arnab Ghosal
 
automatic railway gate control system using arduino
antivirusspam
 
Reverse car-parking
Salehin Rahman Khan
 
Automatic door using arduino
sayyed sabir
 
IoT Based Garbage Monitoring System ppt
Ranjan Gupta
 
Automatic Room Lights Controller Using Arduino & PIR Sensor
Ankit Chaudhary
 
Smart street lighting control system project PPT
PetchiMuthu26
 
Smart street light detector
siddharth bhatt
 
automatic street light control using aurdino,PIR,LDR tinker cad circuit
anujabarge3
 
Internet of Things (IoT) Based Smart Security & Home Automation System.
sayed78
 
automatic street light
Anish Anand
 
Smart sensors
Supriya Gorai
 
Smart street lighting system
Anoop Kumar
 
Traffic light controller
Rkrishna Mishra
 
automatic streetlight control using ldr ppt
anand kumar maurya
 
An IOT based Smart Traffic Management System
AI Publications
 

Similar to STREET LIGHT GLOWS ON DETECTING THE VEHICLE MOVEMENT USING ARDUINO UNO (20)

PPTX
Presentation on Smart Street Light System.pptx
AmanGoyal151
 
PPTX
mini project ppt 5thsem.pptx
TusharSingh990575
 
PDF
IRJET - Automatic Street Light Control by Detecting Vehicle Movement
IRJET Journal
 
PDF
Smart Street Light System Using IOT.pdf
HELPCONSULTANCY
 
PDF
SMART STREET LIGHTING Using IOT
IRJET Journal
 
PDF
IRJET- Smart Street Light Control System
IRJET Journal
 
PDF
IRJET - Smart Street Light based on Arduino
IRJET Journal
 
PDF
SMART STREET LIGHTING AND MONITORING SYSTEM BASED ON SUNLIGHT INTENSITY DETEC...
IRJET Journal
 
PDF
Street lights based on Vehicle Movements
ShravaniJamkhande
 
PPT
Street-Light-that-Glows-o-7521159.ppt
RakibulHassan77
 
PDF
IRJET- Brainy Streets with Automatic Lighting System
IRJET Journal
 
PPTX
Automatic street light without Arduino 1
NeelamRaju8
 
PPTX
Solar Smart street lightning system
imran rameel
 
PPTX
Automatic street light 2 without Arduino.pptx
NeelamRaju8
 
PPT
Smart street light using microcontroller
bshetty2000
 
PDF
Design And Implementation Of Air Quality Monitoring System Using Blynk App
NIET Journal of Engineering & Technology (NIETJET)
 
PDF
Advance Street Lighting System For Smart City
NIET Journal of Engineering & Technology (NIETJET)
 
PDF
Handwritten Numbers And Characters Recognition Using Machine Learning Algorithms
NIET Journal of Engineering & Technology (NIETJET)
 
PDF
IRJET - Vehicle Movement based Street Lights
IRJET Journal
 
PDF
Automatic Street Light Operating System
IRJET Journal
 
Presentation on Smart Street Light System.pptx
AmanGoyal151
 
mini project ppt 5thsem.pptx
TusharSingh990575
 
IRJET - Automatic Street Light Control by Detecting Vehicle Movement
IRJET Journal
 
Smart Street Light System Using IOT.pdf
HELPCONSULTANCY
 
SMART STREET LIGHTING Using IOT
IRJET Journal
 
IRJET- Smart Street Light Control System
IRJET Journal
 
IRJET - Smart Street Light based on Arduino
IRJET Journal
 
SMART STREET LIGHTING AND MONITORING SYSTEM BASED ON SUNLIGHT INTENSITY DETEC...
IRJET Journal
 
Street lights based on Vehicle Movements
ShravaniJamkhande
 
Street-Light-that-Glows-o-7521159.ppt
RakibulHassan77
 
IRJET- Brainy Streets with Automatic Lighting System
IRJET Journal
 
Automatic street light without Arduino 1
NeelamRaju8
 
Solar Smart street lightning system
imran rameel
 
Automatic street light 2 without Arduino.pptx
NeelamRaju8
 
Smart street light using microcontroller
bshetty2000
 
Design And Implementation Of Air Quality Monitoring System Using Blynk App
NIET Journal of Engineering & Technology (NIETJET)
 
Advance Street Lighting System For Smart City
NIET Journal of Engineering & Technology (NIETJET)
 
Handwritten Numbers And Characters Recognition Using Machine Learning Algorithms
NIET Journal of Engineering & Technology (NIETJET)
 
IRJET - Vehicle Movement based Street Lights
IRJET Journal
 
Automatic Street Light Operating System
IRJET Journal
 
Ad

More from IAEME Publication (20)

PDF
IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME Publication
 
PDF
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
IAEME Publication
 
PDF
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
IAEME Publication
 
PDF
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
IAEME Publication
 
PDF
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
IAEME Publication
 
PDF
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
IAEME Publication
 
PDF
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
IAEME Publication
 
PDF
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IAEME Publication
 
PDF
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
IAEME Publication
 
PDF
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
IAEME Publication
 
PDF
GANDHI ON NON-VIOLENT POLICE
IAEME Publication
 
PDF
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
IAEME Publication
 
PDF
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
IAEME Publication
 
PDF
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
IAEME Publication
 
PDF
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
IAEME Publication
 
PDF
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
IAEME Publication
 
PDF
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
IAEME Publication
 
PDF
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
IAEME Publication
 
PDF
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
IAEME Publication
 
PDF
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
IAEME Publication
 
IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
IAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
IAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
IAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
IAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
IAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
IAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
IAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
IAEME Publication
 
Ad

Recently uploaded (20)

PDF
POWER PLANT ENGINEERING (R17A0326).pdf..
haneefachosa123
 
PDF
Book.pdf01_Intro.ppt algorithm for preperation stu used
archu26
 
PPTX
Types of Bearing_Specifications_PPT.pptx
PranjulAgrahariAkash
 
PPTX
drones for disaster prevention response.pptx
NawrasShatnawi1
 
PDF
ARC--BUILDING-UTILITIES-2-PART-2 (1).pdf
IzzyBaniquedBusto
 
PDF
Water Design_Manual_2005. KENYA FOR WASTER SUPPLY AND SEWERAGE
DancanNgutuku
 
PDF
Set Relation Function Practice session 24.05.2025.pdf
DrStephenStrange4
 
PPTX
UNIT DAA PPT cover all topics 2021 regulation
archu26
 
PPTX
ISO/IEC JTC 1/WG 9 (MAR) Convenor Report
Kurata Takeshi
 
PPTX
Green Building & Energy Conservation ppt
Sagar Sarangi
 
PDF
Unified_Cloud_Comm_Presentation anil singh ppt
anilsingh298751
 
PPTX
REINFORCEMENT AS CONSTRUCTION MATERIALS.pptx
mohaiminulhaquesami
 
PPTX
Break Statement in Programming with 6 Real Examples
manojpoojary2004
 
PPTX
site survey architecture student B.arch.
sri02032006
 
PDF
BioSensors glucose monitoring, cholestrol
nabeehasahar1
 
PPTX
MobileComputingMANET2023 MobileComputingMANET2023.pptx
masterfake98765
 
PPTX
The Role of Information Technology in Environmental Protectio....pptx
nallamillisriram
 
PPTX
265587293-NFPA 101 Life safety code-PPT-1.pptx
chandermwason
 
PPTX
Introduction to Neural Networks and Perceptron Learning Algorithm.pptx
Kayalvizhi A
 
PPTX
Benefits_^0_Challigi😙🏡💐8fenges[1].pptx
akghostmaker
 
POWER PLANT ENGINEERING (R17A0326).pdf..
haneefachosa123
 
Book.pdf01_Intro.ppt algorithm for preperation stu used
archu26
 
Types of Bearing_Specifications_PPT.pptx
PranjulAgrahariAkash
 
drones for disaster prevention response.pptx
NawrasShatnawi1
 
ARC--BUILDING-UTILITIES-2-PART-2 (1).pdf
IzzyBaniquedBusto
 
Water Design_Manual_2005. KENYA FOR WASTER SUPPLY AND SEWERAGE
DancanNgutuku
 
Set Relation Function Practice session 24.05.2025.pdf
DrStephenStrange4
 
UNIT DAA PPT cover all topics 2021 regulation
archu26
 
ISO/IEC JTC 1/WG 9 (MAR) Convenor Report
Kurata Takeshi
 
Green Building & Energy Conservation ppt
Sagar Sarangi
 
Unified_Cloud_Comm_Presentation anil singh ppt
anilsingh298751
 
REINFORCEMENT AS CONSTRUCTION MATERIALS.pptx
mohaiminulhaquesami
 
Break Statement in Programming with 6 Real Examples
manojpoojary2004
 
site survey architecture student B.arch.
sri02032006
 
BioSensors glucose monitoring, cholestrol
nabeehasahar1
 
MobileComputingMANET2023 MobileComputingMANET2023.pptx
masterfake98765
 
The Role of Information Technology in Environmental Protectio....pptx
nallamillisriram
 
265587293-NFPA 101 Life safety code-PPT-1.pptx
chandermwason
 
Introduction to Neural Networks and Perceptron Learning Algorithm.pptx
Kayalvizhi A
 
Benefits_^0_Challigi😙🏡💐8fenges[1].pptx
akghostmaker
 

STREET LIGHT GLOWS ON DETECTING THE VEHICLE MOVEMENT USING ARDUINO UNO

  • 1. http://www.iaeme.com/IJEET/index.asp 16 [email protected] International Journal of Electrical Engineering & Technology (IJEET) Volume 10, Issue 3, May -June 2019, pp. 16-20, Article ID: IJEET_10_03_003 Available online at http://www.iaeme.com/IJEET/issues.asp?JType=IJEET&VType=10&IType=3 ISSN Print: 0976-6545 and ISSN Online: 0976-6553 Journal Impact Factor (2019): 9.7560 (Calculated by GISI) www.jifactor.com © IAEME Publication STREET LIGHT GLOWS ON DETECTING THE VEHICLE MOVEMENT USING ARDUINO UNO Ritam Sahu, Moyuri Shil, Rimpi Datta, Piyu Sarcar ECE, Narula Institute of Technology, Kolkata, India ABSTRACT This paper proposes how street light can be controlled in the presence or absence of vehicle to reduce the wastage of energy. The proposed work is accomplished by using Arduino UNO and sensors that will control the electricity based on night and object's detection. Meanwhile, a counter is set that will count the number of objects passed through the road. The beauty of the proposed work is that the wastage of unused electricity can be reduced. The aim of this project is to design a street light control system using Arduino UNO, which automatically turns on or off the street lights by detecting the movement of vehicles. The working of the project is explained here. When there is not any vehicle in front of the IR sensor module, the receiver can’t get any infrared signal So the circuit remain in open loop condition and the lights are in off condition. When there is any vehicle in front of the IR sensor module, the receiver get the infrared signal. So the circuit is in close loop condition and the lights are in on condition with respect to the IR module. If the car blocks the first IR sensor, the first three LEDs are turned ON by the microcontroller. As the car moves forward and blocks the second IR sensor, the corresponding next three LEDs will be turned ON and the first LED of the previous set is turned OFF. The process continues this way for all the IR Sensors and LEDs. Keywords: Arduino Uno, IR sensor Module, Coding, Street Light, Energy consumption Cite this Article: Ritam Sahu, Moyuri Shil, Rimpi Datta, Piyu Sarcar, Street Light Glows on Detecting the Vehicle Movement Using Arduino Uno, International Journal of Electrical Engineering & Technology, 10(3), 2019, pp. 16-20. http://www.iaeme.com/IJEET/issues.asp?JType=IJEET&VType=10&IType=3 1. INTRODUCTION Automation systems are being preferred over the manual mode because it reduces the use of energy to saves energy. These automation systems play an essential role in making our daily life more comfortable and facilitate users from ceiling fans to washing machines and in other applications. [5] Among all exciting applications, street lights play a vital role in our environment and also plays a critical role in providing light for safety during night-time travel. In this scenario, when the street lights are in working functionality over the whole night that consumes a lot of energy and reduces the lifetime of the electrical equipment such
  • 2. Street Light Glows on Detecting the Vehicle Movement Using Arduino Uno http://www.iaeme.com/IJEET/index.asp 17 [email protected] as electric bulb etc. Especially in cities’ streetlights, it is a severe power consuming factor and also the most significant energy expenses for a city. In this regard, an intelligent lighting control system can decrease street lighting costs up to 70% and increase the durability of the equipment. [2] The problem statement is to use it in the street lights as numerous roads having a large number of street lights glowing all the time whereas most of the time there are not any vehicle on the roads and the glowing lights are the source of wastage of energy all over the night.[3] Figure 1 Architecture of Arduino 2. HARDWARE COMPONENTS REQUIRED  Arduino Uno  IR sensor Module(2 piece)  10mm LED (4 piece)  Power supply  Male to male and Male to Female jumper wire 3. CIRCUIT DESIGN  The circuit is made up of two IR module where the data pin of the first IR module is connected with pin no 2 of Arduino UNO using a male to female jumper wire.  The second IR module’s data pin is connected to the pin no 3 of Arduino UNO using a male to female jumper wire. [4]  The positive pin of both the IR module is connected to the +5V in the Arduino UNO using male to female connecting wire. The negative pin connected with the GND of the Arduino UNO using the male to female jumper wires.
  • 3. Ritam Sahu, Moyuri Shil, Rimpi Datta, Piyu Sarcar http://www.iaeme.com/IJEET/index.asp 18 [email protected] Figure 2 Circuit diagram with Hardware Components  The positive terminal of first and second LEDs are connected with the pin no 6 of Arduino UNO using male to female connecting wire.  The positive terminal of third and fourth LEDs are connected with the pin no 7 of Arduino UNO using male to female connecting wire.  The negative terminal of all the LEDs are connected to the GND of the Arduino UNO using male to female jumper wires.  The Arduino is connected with the laptop to switch on the circuit and it is done by a USB Type B to USB Type A adapter cable  The Type B is connected with the Arduino and Type A USB cable is connected with the laptop of desktop with connect it with the Arduino software to upload the program[1]. Figure 3 Experimental Setup
  • 4. Street Light Glows on Detecting the Vehicle Movement Using Arduino Uno http://www.iaeme.com/IJEET/index.asp 19 [email protected] 4. RESULT ANALYSIS Currently, in the whole world, enormous electric energy is consumed by the street lamps. Regular a street light consume 150-180 W Halogen. Regular a street light consume 150-180 W Halogen. But Light emitting diode. Sodium vapor lamp consumes 250 W on average. Mercury vapor lamps take up to 400 W. Light Emitting Diode(Led) which lighting system we used today in a variety of ways, from energy saving in the average home of the consumer to streetlights in major urban cities. LED Technology accounted for an 85% reduction in energy cost. Our smart street light system consists of a LED light, a brightness sensor, a motion sensor and a short-distance communication network. The lights turn on before pedestrians and vehicles come and turn off or reduce power when there is no one. It will be difficult for pedestrians and drivers of vehicles to distinguish our smart street lamps and the conventional street lights, since our street lamps all turn on before they come. The present status and the future prospects of our smart start light project will be reviewed. Figure 4. Design of Street light that glows on detecting the vehicle movement Observation Table Vehicle Position LEDs In First Row LEDs In Second Row No Vehicle OFF OFF In Front Of First IR ON OFF In Front Of Second IR OFF ON In Front Of Both IR ON ON 5. CONCLUSION This street light control circuit can be used in normal roads, highways, express ways etc. This project can also be used in parking areas of malls, hotels, industrial lighting, etc. If the lighting system implements all LED lights, the cost of the maintenance can be reduced as the life span and durability of LEDs is higher than Neon based lights which are normally used as street lights. As the lights are automatically turned ON or OFF, huge amount of energy can be saved. So it will be so much beneficial if used.
  • 5. Ritam Sahu, Moyuri Shil, Rimpi Datta, Piyu Sarcar http://www.iaeme.com/IJEET/index.asp 20 [email protected] REFERENCES [1] Vishalsoniindia ‘Smart Street Light Using Ir Sensor With Arduino’, 2018. [Online]. Available:https://www.instructables.com/id/Smart-Street-Light-Using-Ir-Sensor-With- Arduino/ [Accessed: 16- May- 2019]. [2] Available:https://www.google.com/search?q=wastage+of+energy+street+lights&rlz=1C1 CHBD_enIN777IN777&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjZ0tmo153iAhX p7nMBHZS7BlUQ_AUIDigB&biw=1920&bih=969#imgrc=go9kkfP6nJ6IeM: [Accessed: 15- May- 2019]. [3] Available:https://www.researchgate.net/publication/326057835_Automatic_streetlights_th at_glow_on_detecting_night_and_object_using_Arduino [4] D. A. Devi and A. Kumar, Design and Implementation of CPLD based Solar Power Saving System for Street Lights and Automatic Traffic Controller, International Journal of Scientific and Research Publications, Vol. 2, Issue11, November 2012. [5] K. S. Sudhakar, A. A. Anil, K. C. Ashok and S. S. Bhaskar, Automatic Street Light Control System, International Journal of Emerging Technology and Advanced Engineering, Vol. 3, May 2013.