SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 234
Automatic Intelligent Traffic Controller and Operation Mode
MOHANA SUNDARAM N1, SARAVANAN A 2, KOUNDIYAPPAN S3, SURYA PRAKASH R 4
1Associate Professor, Department of Electrical and Electronics Engineering, Kumaraguru College of Technology
[autonomous], Coimbatore, India
234 Department of Electrical and Electronics Engineering, Kumaraguru College of Technology [autonomous],
Coimbatore, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Traffic congestion is the biggest problem faced by
densely populated countries like India, China etc. So, our
project focuses on mainly two areas-Ambulance, and Traffic
density control. Here we used the IR sensor to identify the
density of the vehicle and the emergency on the road.
Generally, the IR transreceiver will be placed on the road side
at a certain distances that is to find the vehicle density by
taking the input and output counts of the vehicles. In a case of
emergency vehicle we can place the IR sensor transmitter in
the vehicle and place the IR sensor receiver on the road side
that’s 50 yard apart for the traffic light signal to identify the
emergency vehicle from the other vehicles. If in a case of high
road density at any lane of the roads the traffic signal to the
high density area will be in green light which after some time
goes back to red when the density is considerably less. In a
case of emergency to pass the lights will be turned to green.
This project also implements the use of road spikes that act as
a barrier when vehicles try to pass when there is a stop signal
on, which is ineffective due to emergency mode.
Key Words: IR sensor, Arduino, LCD display, LED lights,
DC motor.
1. INTRODUCTION
Rapid advances in scientific understanding and global
economic activity have resulted in a significant increase in
the volume of automotive activity for human and product
mobility, necessitating greater road construction. Controls
for vehicular movement, as well as controllers, are thus a
crucial requirement of modernsociety. Inexistingprojectsof
traffic management system and controls, the methods are
time based traffic system, which has disadvantages of
requiring more human power and more time wastage, also
uncontrollable traffic. In this proposed method, the model is
designed and built in a way that reduces time wastage and
increasing traffic control system. This projectmadeuseof IR
sensor and Arduino to calculate the densityoftraffic thereby
managing and reducing the traffic times.
This paper further goes on using the road spikesfor
reducing the rash driving. The spikes can be controlled by
the Arduino according to the situations. These situationsare
determined by the traffic modes where in this project it is
taken as, when there is a stop signal the spikes will be at
their ON position, if not OFF. In situations like emergency
vehicle passing through the lights will be green and the
spikes will OFF.
2. METHODOLOGY
The first in the methodology we explaintheworking
of the IR sensor. The IR sensor are the interconnected with
Arduino. The IR sensor are place in the rod side and the
using to calculate vechicle count near to the traffic light
signal. The IR sensor are count the vehcile by the passing the
IR transrecevier. On the one side of the traffic light signal we
place the two IR transrecevier which have the distances
between each other of about 20 meters. The one of the IR
transrecevier are using to count the input of the vehicle and
the other IR transrecevier are usind as the count the output
of the vehcile. When the input and output of the vehicle are
equal the traffic light signal are working in the normal delay
timing. When the input are increases and output side is zero
the IR transreceiver are consider that the hightrafficdensity
and in road lane the green light delay will be increases
automatically and remaining roadlinetheredlightdelaywill
be increses.
The LCD display we are place the display to show
the timing delay of traffic signal and changes in the high
traffic time delay. The LCD display intergated with the
Arduino and the output delay are shown in the display.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 235
The power supply for the Arduino by the power adapter or
the mini HDMI cable. Here we are using the small DC motor
to drive the spike in the road lane.
3. DESCRIPTION OF THE COMPONENTS
IR sensor module
LCD display
LED light (Green & Red color)
Arduino
Dc motor
3.1. IR sensor module
A device that can send and receive infrared data is
known as an infrared transceiver. These devices are most
typically used in communications, although they can also be
used for other purposes.Infraredtransceiversarefrequently
produced by infrared equipment manufacturers and can be
obtained at electronics and hardware stores. An infrared
transceiver can be used for a variety of purposes.
Here the IR sensor module are using to the count
the vehicle IN and OUT on the road lane. The difference
between IN and OUT count of the vehicle we calculate the
density of the traffic.
3.2. LCD display
A liquid-crystal display is a flat-panel screen or
other electronically controlled optical devicethatusesliquid
crystals and polarizers to modulate light. Liquid crystals do
not directly emit light, instead relying on a backlighting or
reflector to create colors or monochrome images. Preset
letters, and seven-segment displays, such as those seen in a
digital clock, are all examples of devices that use these
displays. They all employ a same basic technology, but
arbitrary images are created using a matrixofsmallerpixels,
whereas other displays use larger elements. LCDs can be
switched on (positive) or off (negative).
The LCD display we using for to showthetimedelay
of the traffic signal and vehicle count numberarealsoshown
in the display.
3.3. LED light
The term LED is refers as "Light Emitting Diode". In
comparison to incandescent light bulbs, Led light bulbs
produce light up to 90% more effectively. A microchip
receive an electrical current, which ignites theverytinylight
source known as LEDs, resulting in visible light. LED lights
do not release UV rays and do not contain any toxic
chemicals. LED lights also assist save on materials because
one LED light can handle the task of around 25 incandescent
bulbs over its lifetime.
Here the LED light are refers the traffic signal lights.
3.4. Arduino
The Arduino UNO is an ATmega328P-based
microcontroller board. It features 14 digital input/output
pins (six of which can be used as PWM outputs),sixanalogue
input, a 16 MHz ceramic resonator, a USB ports, a power
jack, an ICSP header, and a reset button. It comes with
everything you'll need to get started with the
microcontroller; all you have to do is plug it into a computer
via USB or power it with an AC-to-DC adapter or battery.
The Arduino uno is main controlleranditsgiventhe
time delay signal for the traffic light. The input for Arduino
are given by the IR sensor place on the road lane the power
supply are given by the power adapter or mini HDMI cable.
3.5. DC motor (Stepper)
Electrical energy is converted into mechanical
energy by DC motors, which are rotational electrical
machines (Rotation). The DC motor whichoperatesinthe5V
direct current. The RPM (revolution per minutes) of the
motor is 400-500 RPM.
The 5V DC motor we are using to drive the spikes
mechanism on the road lane traffic system.
4. WORKDONE
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 236
HARDWARE RESULT
6. CONCLUSION
The traffic light control system can proposed to the
reduced the humantraffic policerequirementandreduce the
time waste in the traffic peak time. In the proposed Arduino
is the main controller and the control the time delay for the
traffic light. This paper further goes on using the roadspikes
for reducing the rash driving. The spikes can be controlled
by the Arduino according to the situations. These situations
are determined by the traffic modes where in this project it
is taken as, when there is a stop signal the spikes will be at
their ON position, if not OFF.
7. FUTURE SCOPE
The Below listed are the main future scope of this project
1. Will help to reduce the human traffic police
requirement in the peak traffic time.
2. The time waste in the traffic peak hour can save and
avoid the accident due to heavy traffic
3. This System is Costeffective,EfficientanduserFriendly
in its operation.
REFERENCES
Arduino Based Traffic Light System With
Integrated LED Advertising Display
1. Rachael Olomo, Omoruyi Osemwegie , “Arduino
Based Traffic Light System With Integrated LED
Advertising Display ” Ltd International Conference
on Engineering (2019)
2. Chinedu Okpara, Somtochukwu Oguchienti,
Kingsley Nwosu, Ijeoma Ogidi, “Design of a Smart
Traffic Light Control System using Arduino Mega ”
International Journal of Scientific & Engineering
(2022)
3. Himanshu Kumar Saxena, Tejas Malik, Ankur
Bhardwaj, “Automated Traffic Light System with
Roadblocks using IR Sensors and Arduino ” IEEE
(2019)
4. JyoshnaChanda, “Density Based Traffic Control
System Using Arduino” SSRN (2021)
5. Syed Imran, Nada Al Bulushi, Faisal Al Kalbani, “IOT
Based: Smart Traffic Light Controller ” JOSR (2019)

More Related Content

Similar to Automatic Intelligent Traffic Controller and Operation Mode

IRJET - Automatic Street Light Control by Detecting Vehicle Movement
IRJET -  	  Automatic Street Light Control by Detecting Vehicle MovementIRJET -  	  Automatic Street Light Control by Detecting Vehicle Movement
IRJET - Automatic Street Light Control by Detecting Vehicle Movement
IRJET Journal
 
IRJET- Brainy Streets with Automatic Lighting System
IRJET-  	  Brainy Streets with Automatic Lighting SystemIRJET-  	  Brainy Streets with Automatic Lighting System
IRJET- Brainy Streets with Automatic Lighting System
IRJET Journal
 
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
IRJET Journal
 
IRJET- Shortest Path Follower Robot
IRJET- Shortest Path Follower RobotIRJET- Shortest Path Follower Robot
IRJET- Shortest Path Follower Robot
IRJET Journal
 
Fire fighting robot
Fire fighting robotFire fighting robot
Fire fighting robot
IRJET Journal
 
IRJET - Smart Traffic Signal Monitoring & Controlling using IoT
IRJET -  	  Smart Traffic Signal Monitoring & Controlling using IoTIRJET -  	  Smart Traffic Signal Monitoring & Controlling using IoT
IRJET - Smart Traffic Signal Monitoring & Controlling using IoT
IRJET Journal
 
STREET LIGHT GLOWS ON DETECTING THE VEHICLE MOVEMENT USING ARDUINO UNO
STREET LIGHT GLOWS ON DETECTING THE VEHICLE MOVEMENT USING ARDUINO UNOSTREET LIGHT GLOWS ON DETECTING THE VEHICLE MOVEMENT USING ARDUINO UNO
STREET LIGHT GLOWS ON DETECTING THE VEHICLE MOVEMENT USING ARDUINO UNO
IAEME Publication
 
SMART STREET LIGHTING AND MONITORING SYSTEM BASED ON SUNLIGHT INTENSITY DETEC...
SMART STREET LIGHTING AND MONITORING SYSTEM BASED ON SUNLIGHT INTENSITY DETEC...SMART STREET LIGHTING AND MONITORING SYSTEM BASED ON SUNLIGHT INTENSITY DETEC...
SMART STREET LIGHTING AND MONITORING SYSTEM BASED ON SUNLIGHT INTENSITY DETEC...
IRJET Journal
 
A Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonA Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled Person
IRJET Journal
 
BOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTIONBOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTION
IRJET Journal
 
Smart Street Light System Using IOT.pdf
Smart Street Light System Using IOT.pdfSmart Street Light System Using IOT.pdf
Smart Street Light System Using IOT.pdf
HELPCONSULTANCY
 
institutional level srujana tech fest format.ppt
institutional level srujana tech fest format.pptinstitutional level srujana tech fest format.ppt
institutional level srujana tech fest format.ppt
xelonal284
 
IRJET- Density-Based Real-Time Traffic Control System using Image Processing ...
IRJET- Density-Based Real-Time Traffic Control System using Image Processing ...IRJET- Density-Based Real-Time Traffic Control System using Image Processing ...
IRJET- Density-Based Real-Time Traffic Control System using Image Processing ...
IRJET Journal
 
IRJET- Automatic Gate Control and Parking System using AVR Controller
IRJET- Automatic Gate Control and Parking System using AVR ControllerIRJET- Automatic Gate Control and Parking System using AVR Controller
IRJET- Automatic Gate Control and Parking System using AVR Controller
IRJET Journal
 
IRJET - Self Driving Metro Train with Power Saving and Virtual Assistant
IRJET -  	  Self Driving Metro Train with Power Saving and Virtual AssistantIRJET -  	  Self Driving Metro Train with Power Saving and Virtual Assistant
IRJET - Self Driving Metro Train with Power Saving and Virtual Assistant
IRJET Journal
 
Digital Tachometer using Aurdino
Digital Tachometer using AurdinoDigital Tachometer using Aurdino
Digital Tachometer using Aurdino
ijtsrd
 
Smart Safety and Accident Prevention System for Curve Roads
Smart Safety and Accident Prevention System for Curve RoadsSmart Safety and Accident Prevention System for Curve Roads
Smart Safety and Accident Prevention System for Curve Roads
IRJET Journal
 
A Smart Approach for Traffic Management
A Smart Approach for Traffic Management	A Smart Approach for Traffic Management
A Smart Approach for Traffic Management
journal ijrtem
 
IRJET- Automatic Vehicle Speed Controller System in Restricted Areas
IRJET- Automatic Vehicle Speed Controller System in Restricted AreasIRJET- Automatic Vehicle Speed Controller System in Restricted Areas
IRJET- Automatic Vehicle Speed Controller System in Restricted Areas
IRJET Journal
 
IRJET- IoT based Motion Control System of a Robotic car
IRJET-  	  IoT based Motion Control System of a Robotic carIRJET-  	  IoT based Motion Control System of a Robotic car
IRJET- IoT based Motion Control System of a Robotic car
IRJET Journal
 

Similar to Automatic Intelligent Traffic Controller and Operation Mode (20)

IRJET - Automatic Street Light Control by Detecting Vehicle Movement
IRJET -  	  Automatic Street Light Control by Detecting Vehicle MovementIRJET -  	  Automatic Street Light Control by Detecting Vehicle Movement
IRJET - Automatic Street Light Control by Detecting Vehicle Movement
 
IRJET- Brainy Streets with Automatic Lighting System
IRJET-  	  Brainy Streets with Automatic Lighting SystemIRJET-  	  Brainy Streets with Automatic Lighting System
IRJET- Brainy Streets with Automatic Lighting System
 
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
 
IRJET- Shortest Path Follower Robot
IRJET- Shortest Path Follower RobotIRJET- Shortest Path Follower Robot
IRJET- Shortest Path Follower Robot
 
Fire fighting robot
Fire fighting robotFire fighting robot
Fire fighting robot
 
IRJET - Smart Traffic Signal Monitoring & Controlling using IoT
IRJET -  	  Smart Traffic Signal Monitoring & Controlling using IoTIRJET -  	  Smart Traffic Signal Monitoring & Controlling using IoT
IRJET - Smart Traffic Signal Monitoring & Controlling using IoT
 
STREET LIGHT GLOWS ON DETECTING THE VEHICLE MOVEMENT USING ARDUINO UNO
STREET LIGHT GLOWS ON DETECTING THE VEHICLE MOVEMENT USING ARDUINO UNOSTREET LIGHT GLOWS ON DETECTING THE VEHICLE MOVEMENT USING ARDUINO UNO
STREET LIGHT GLOWS ON DETECTING THE VEHICLE MOVEMENT USING ARDUINO UNO
 
SMART STREET LIGHTING AND MONITORING SYSTEM BASED ON SUNLIGHT INTENSITY DETEC...
SMART STREET LIGHTING AND MONITORING SYSTEM BASED ON SUNLIGHT INTENSITY DETEC...SMART STREET LIGHTING AND MONITORING SYSTEM BASED ON SUNLIGHT INTENSITY DETEC...
SMART STREET LIGHTING AND MONITORING SYSTEM BASED ON SUNLIGHT INTENSITY DETEC...
 
A Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonA Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled Person
 
BOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTIONBOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTION
 
Smart Street Light System Using IOT.pdf
Smart Street Light System Using IOT.pdfSmart Street Light System Using IOT.pdf
Smart Street Light System Using IOT.pdf
 
institutional level srujana tech fest format.ppt
institutional level srujana tech fest format.pptinstitutional level srujana tech fest format.ppt
institutional level srujana tech fest format.ppt
 
IRJET- Density-Based Real-Time Traffic Control System using Image Processing ...
IRJET- Density-Based Real-Time Traffic Control System using Image Processing ...IRJET- Density-Based Real-Time Traffic Control System using Image Processing ...
IRJET- Density-Based Real-Time Traffic Control System using Image Processing ...
 
IRJET- Automatic Gate Control and Parking System using AVR Controller
IRJET- Automatic Gate Control and Parking System using AVR ControllerIRJET- Automatic Gate Control and Parking System using AVR Controller
IRJET- Automatic Gate Control and Parking System using AVR Controller
 
IRJET - Self Driving Metro Train with Power Saving and Virtual Assistant
IRJET -  	  Self Driving Metro Train with Power Saving and Virtual AssistantIRJET -  	  Self Driving Metro Train with Power Saving and Virtual Assistant
IRJET - Self Driving Metro Train with Power Saving and Virtual Assistant
 
Digital Tachometer using Aurdino
Digital Tachometer using AurdinoDigital Tachometer using Aurdino
Digital Tachometer using Aurdino
 
Smart Safety and Accident Prevention System for Curve Roads
Smart Safety and Accident Prevention System for Curve RoadsSmart Safety and Accident Prevention System for Curve Roads
Smart Safety and Accident Prevention System for Curve Roads
 
A Smart Approach for Traffic Management
A Smart Approach for Traffic Management	A Smart Approach for Traffic Management
A Smart Approach for Traffic Management
 
IRJET- Automatic Vehicle Speed Controller System in Restricted Areas
IRJET- Automatic Vehicle Speed Controller System in Restricted AreasIRJET- Automatic Vehicle Speed Controller System in Restricted Areas
IRJET- Automatic Vehicle Speed Controller System in Restricted Areas
 
IRJET- IoT based Motion Control System of a Robotic car
IRJET-  	  IoT based Motion Control System of a Robotic carIRJET-  	  IoT based Motion Control System of a Robotic car
IRJET- IoT based Motion Control System of a Robotic car
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
yokeleetan1
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
drwaing
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
mamunhossenbd75
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
PuktoonEngr
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
awadeshbabu
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
wisnuprabawa3
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
Exception Handling notes in java exception
Exception Handling notes in java exceptionException Handling notes in java exception
Exception Handling notes in java exception
Ratnakar Mikkili
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
rpskprasana
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
Wearable antenna for antenna applications
Wearable antenna for antenna applicationsWearable antenna for antenna applications
Wearable antenna for antenna applications
Madhumitha Jayaram
 

Recently uploaded (20)

Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
Exception Handling notes in java exception
Exception Handling notes in java exceptionException Handling notes in java exception
Exception Handling notes in java exception
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
Wearable antenna for antenna applications
Wearable antenna for antenna applicationsWearable antenna for antenna applications
Wearable antenna for antenna applications
 

Automatic Intelligent Traffic Controller and Operation Mode

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 234 Automatic Intelligent Traffic Controller and Operation Mode MOHANA SUNDARAM N1, SARAVANAN A 2, KOUNDIYAPPAN S3, SURYA PRAKASH R 4 1Associate Professor, Department of Electrical and Electronics Engineering, Kumaraguru College of Technology [autonomous], Coimbatore, India 234 Department of Electrical and Electronics Engineering, Kumaraguru College of Technology [autonomous], Coimbatore, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Traffic congestion is the biggest problem faced by densely populated countries like India, China etc. So, our project focuses on mainly two areas-Ambulance, and Traffic density control. Here we used the IR sensor to identify the density of the vehicle and the emergency on the road. Generally, the IR transreceiver will be placed on the road side at a certain distances that is to find the vehicle density by taking the input and output counts of the vehicles. In a case of emergency vehicle we can place the IR sensor transmitter in the vehicle and place the IR sensor receiver on the road side that’s 50 yard apart for the traffic light signal to identify the emergency vehicle from the other vehicles. If in a case of high road density at any lane of the roads the traffic signal to the high density area will be in green light which after some time goes back to red when the density is considerably less. In a case of emergency to pass the lights will be turned to green. This project also implements the use of road spikes that act as a barrier when vehicles try to pass when there is a stop signal on, which is ineffective due to emergency mode. Key Words: IR sensor, Arduino, LCD display, LED lights, DC motor. 1. INTRODUCTION Rapid advances in scientific understanding and global economic activity have resulted in a significant increase in the volume of automotive activity for human and product mobility, necessitating greater road construction. Controls for vehicular movement, as well as controllers, are thus a crucial requirement of modernsociety. Inexistingprojectsof traffic management system and controls, the methods are time based traffic system, which has disadvantages of requiring more human power and more time wastage, also uncontrollable traffic. In this proposed method, the model is designed and built in a way that reduces time wastage and increasing traffic control system. This projectmadeuseof IR sensor and Arduino to calculate the densityoftraffic thereby managing and reducing the traffic times. This paper further goes on using the road spikesfor reducing the rash driving. The spikes can be controlled by the Arduino according to the situations. These situationsare determined by the traffic modes where in this project it is taken as, when there is a stop signal the spikes will be at their ON position, if not OFF. In situations like emergency vehicle passing through the lights will be green and the spikes will OFF. 2. METHODOLOGY The first in the methodology we explaintheworking of the IR sensor. The IR sensor are the interconnected with Arduino. The IR sensor are place in the rod side and the using to calculate vechicle count near to the traffic light signal. The IR sensor are count the vehcile by the passing the IR transrecevier. On the one side of the traffic light signal we place the two IR transrecevier which have the distances between each other of about 20 meters. The one of the IR transrecevier are using to count the input of the vehicle and the other IR transrecevier are usind as the count the output of the vehcile. When the input and output of the vehicle are equal the traffic light signal are working in the normal delay timing. When the input are increases and output side is zero the IR transreceiver are consider that the hightrafficdensity and in road lane the green light delay will be increases automatically and remaining roadlinetheredlightdelaywill be increses. The LCD display we are place the display to show the timing delay of traffic signal and changes in the high traffic time delay. The LCD display intergated with the Arduino and the output delay are shown in the display.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 235 The power supply for the Arduino by the power adapter or the mini HDMI cable. Here we are using the small DC motor to drive the spike in the road lane. 3. DESCRIPTION OF THE COMPONENTS IR sensor module LCD display LED light (Green & Red color) Arduino Dc motor 3.1. IR sensor module A device that can send and receive infrared data is known as an infrared transceiver. These devices are most typically used in communications, although they can also be used for other purposes.Infraredtransceiversarefrequently produced by infrared equipment manufacturers and can be obtained at electronics and hardware stores. An infrared transceiver can be used for a variety of purposes. Here the IR sensor module are using to the count the vehicle IN and OUT on the road lane. The difference between IN and OUT count of the vehicle we calculate the density of the traffic. 3.2. LCD display A liquid-crystal display is a flat-panel screen or other electronically controlled optical devicethatusesliquid crystals and polarizers to modulate light. Liquid crystals do not directly emit light, instead relying on a backlighting or reflector to create colors or monochrome images. Preset letters, and seven-segment displays, such as those seen in a digital clock, are all examples of devices that use these displays. They all employ a same basic technology, but arbitrary images are created using a matrixofsmallerpixels, whereas other displays use larger elements. LCDs can be switched on (positive) or off (negative). The LCD display we using for to showthetimedelay of the traffic signal and vehicle count numberarealsoshown in the display. 3.3. LED light The term LED is refers as "Light Emitting Diode". In comparison to incandescent light bulbs, Led light bulbs produce light up to 90% more effectively. A microchip receive an electrical current, which ignites theverytinylight source known as LEDs, resulting in visible light. LED lights do not release UV rays and do not contain any toxic chemicals. LED lights also assist save on materials because one LED light can handle the task of around 25 incandescent bulbs over its lifetime. Here the LED light are refers the traffic signal lights. 3.4. Arduino The Arduino UNO is an ATmega328P-based microcontroller board. It features 14 digital input/output pins (six of which can be used as PWM outputs),sixanalogue input, a 16 MHz ceramic resonator, a USB ports, a power jack, an ICSP header, and a reset button. It comes with everything you'll need to get started with the microcontroller; all you have to do is plug it into a computer via USB or power it with an AC-to-DC adapter or battery. The Arduino uno is main controlleranditsgiventhe time delay signal for the traffic light. The input for Arduino are given by the IR sensor place on the road lane the power supply are given by the power adapter or mini HDMI cable. 3.5. DC motor (Stepper) Electrical energy is converted into mechanical energy by DC motors, which are rotational electrical machines (Rotation). The DC motor whichoperatesinthe5V direct current. The RPM (revolution per minutes) of the motor is 400-500 RPM. The 5V DC motor we are using to drive the spikes mechanism on the road lane traffic system. 4. WORKDONE
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 236 HARDWARE RESULT 6. CONCLUSION The traffic light control system can proposed to the reduced the humantraffic policerequirementandreduce the time waste in the traffic peak time. In the proposed Arduino is the main controller and the control the time delay for the traffic light. This paper further goes on using the roadspikes for reducing the rash driving. The spikes can be controlled by the Arduino according to the situations. These situations are determined by the traffic modes where in this project it is taken as, when there is a stop signal the spikes will be at their ON position, if not OFF. 7. FUTURE SCOPE The Below listed are the main future scope of this project 1. Will help to reduce the human traffic police requirement in the peak traffic time. 2. The time waste in the traffic peak hour can save and avoid the accident due to heavy traffic 3. This System is Costeffective,EfficientanduserFriendly in its operation. REFERENCES Arduino Based Traffic Light System With Integrated LED Advertising Display 1. Rachael Olomo, Omoruyi Osemwegie , “Arduino Based Traffic Light System With Integrated LED Advertising Display ” Ltd International Conference on Engineering (2019) 2. Chinedu Okpara, Somtochukwu Oguchienti, Kingsley Nwosu, Ijeoma Ogidi, “Design of a Smart Traffic Light Control System using Arduino Mega ” International Journal of Scientific & Engineering (2022) 3. Himanshu Kumar Saxena, Tejas Malik, Ankur Bhardwaj, “Automated Traffic Light System with Roadblocks using IR Sensors and Arduino ” IEEE (2019) 4. JyoshnaChanda, “Density Based Traffic Control System Using Arduino” SSRN (2021) 5. Syed Imran, Nada Al Bulushi, Faisal Al Kalbani, “IOT Based: Smart Traffic Light Controller ” JOSR (2019)