SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2013
INTELLIGENT TRAFFIC LIGHT CONTROLLER USING EMBEDDED SYSTEM
Sayali Ambekar1, Shraddha Jawalkar2, Anagha Patil3, Shweta Patil4
1 Student, Dept. of Computer Engineering, Sinhgad College of Engineering, Maharashtra, India
2 Student, Dept. of Computer Engineering, Sinhgad College of Engineering, Maharashtra, India
3 Student, Dept. of Computer Engineering, Sinhgad College of Engineering, Maharashtra, India
4 Student, Dept. of Computer Engineering, Sinhgad College of Engineering, Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Present Traffic Light Controllers (TLC) based on
microcontroller and microprocessor. These TLC have
limitations because it is functioning according totheprogram
that does not have the flexibility of modification on real time
basis. Due to the fixed time intervals of green, orange and red
signals the waiting time is more and car uses more fuel. To
make traffic light controlling more efficient, there is a new
technique called as “Intelligent traffic light controller”. This
new technique makes the use of Sensor Networks along with
embedded technology. The timings of Red, Greenlightsateach
crossing of road will be intelligently decidedbasedonthetotal
traffic on all adjacent roads. Thus, optimization of trafficlight
switching increases road capacity and traffic flow, and can
prevent traffic congestions.
Key Words: IR sensors, microcontroller, k-means
algorithms, MAX-232
1. INTRODUCTION
This system is developed using embedded system. It is used
for controlling the traffic signal that is why it is used with
roads, bikes and traffic. For this we are creating a hardware
kit and server. In this project we are using clustering
algorithm that is K-Mean algorithm. We can also maintain
the database using MySQL. With the help of IR sensors we
are going to take vehicle count as input to system. According
to vehicle count, we are decided the time ranges for all
signals. For implementing this system we are using
hardwares like 4 IR sensors, ADC, atmega8 microcontroller
etc. and softwares like NetBeans, java language, MySQL
database and glassfish server.
2. MANUSCRIPTS
2.1 Motivation
The motivations for using intelligent traffic light controllers
are to implement hardware which is suitable for real life
implementations. They include minimizing the delay or
waiting time on road, design of safe and efficient traffic flow,
assigning the right way and avoiding the overhead of traffic
police. The traffic jam will be reduced by increasing the
green signal time on heavy road and decrease the red signal
time in non-heavy road.
2.2 Organization of report
The report is divided into three chapters. Chapter 2
discusses about literature review that covers fundamentals
of topic, existing method, its meritsanddemerits,algorithms
and actual working of system. Chapter 3 discusses about
result, conclusion and future work.
2.3 Literature Survey
In “Dynamic Traffic Signal Timing Optimization Strategy
Incorporating Various Vehicle Fuel Consumption
Characteristics” paper proposes a dynamic traffic signal
timing optimization strategy (DTSTOS) based on various
vehicle fuel consumption and dynamic characteristics to
minimize the combined total energyconsumptionandtraffic
delay for vehicles passing through an intersection. The
proposed timing plan was compared with consistent results
were obtained [1].
In “SmartRoad:Smartphone-BasedCrowd SensingforTraffic
Regulator Detection and Identification” article they present
Smart Road, a crowd-sourced road sensing system that
detects and identifies traffic regulators, traffic lights, and
stop signs. The resulting traffic regulator informationcanbe
used for many assisted-driving or navigation systems but
limitation is the mobile crowdsensing paradigm is quickly
raising interests and funds [2].
In “Optimizing Traffic Signal Settings in Smart Cities”
proposes a bi-level optimization framework to settle the
optimal traffic signal setting problem. The upper-level
problem determines the traffic signal settings to minimize
the driver average travel time,whilethelower-level problem
aims for achieving the network equilibrium using the
settings calculated at the upper level. The Dynamic Traffic
Assignment (DTA) to decouple the complexbi-level problem
into tractable single-level problems which are solved
sequentially. The bi-level problem can be expressed as a
mathematical program converting the lower-level problem
as a set of additional constraints of the upper-level problem.
[3].
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2014
The “Real Time VehicleTrackingSystemBasedonARM7 GPS
and GSM Technology” paper has describedthedesignedand
development of the system in real time successfully. The
system provides positioning and navigational informationin
terms of number of parameters. Also if we want then
information regarding the satellites which are beingtracked
by the system is also displayed. The developed system is
compact, low cost and reliable. Since this systemcan beused
anywhere on the planet provided that signals from at least
four satellites are received. Furthermore, the
implementation is low-cost. [4].
The “Design and Implementation ofVehicleTrackingSystem
Using GPS/GSM/GPRS Technology and Smartphone
Application” paper has described the design and
implementation of our vehicletrackingsystem.Anin-vehicle
device, a server and a Smartphone application are used for
the vehicle tracking system. In this work, the in-vehicle
device is composed ofa microcontrollerandGPS/GSM/GPRS
module to acquire the vehicle's location information and
transmit it to a server through GSM/GPRS network. [5]
2.4 MeritsofIntelligenttrafficlightcontrollerusing
embedded system:
 Control the traffic.
 We can analyze the whole day traffic using log system.
 To reduce possibilities of accidents.
 To reduce waiting time.
 To reduce overhead of traffic police.
Demerits of Intelligent traffic lightcontrollerusing
embedded system:
 We have to choose proper position for sensors
otherwise it will count any object as vehicle.
 Cost effective.
 Ineffective during heavy rain.
2.5 Fundamentals
There are different fundamentals used in intelligent traffic
light controller using embedded system, they are:
1. IR-Sensor:
IR sensor uses the infrared light to sense object in front of
them & gauge their distance. Our hardware kit is consists of
4 IR sensors, atmega8, microcontroller, 4 traffic lights.IR
transmitter looks like an LED. This IR transmitter always
emits IR rays from it. The operating voltage of this IR
transmitter is 2 to 3v.These IR (infra-red) rays are invisible
to human eye. But we can view these IR rays through
camera. IR receiver receives IR rays that are transmitted by
IR transmitter. Normally IR receiver has high resistance in
order of mega ohms, when it is receiving IR rays the
Resistance is very low. The operating voltage of IR Receiver
is also 2 to 3V.
Fig -1: IR Sensor [6]
2. ADC:
ADC stands for Analog to digital convertor. In our system IR
sensor take vehicle count from real world which is in the
form of analog. From this we can say that ADC takes analog
data as input and it converts that analog data into digital
data without any data loss. ADC gives us digital output .And
this digital data is forward to system for algorithm
implementation.
Fig -2: ADC [6]
3. Microcontroller:
Here we are going to use atmega8 microcontroller. There
many microcontroller families like ARM, AVR, etc. This
atmega8 is belongs to AVR microcontroller family. Here
atmega8 takes the input from ADC which is in the form of
digital.
Fig -3: atmega8 [6]
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2015
4. System Database:
We are going to use MySQL database. Here the count of
vehicle and its timer this all things present in database as
log. So at the end of data if we want to check total vehicles or
traffic on street with the help of these logs we cancheck data
from database. And suppose we want to provide that data to
user using android app then with the help of this data user
can see the traffic of signal.
Fig -4: MySQL Database [6]
5. MAX-232:
The MAX-232 IC is an integrated circuit which consistsof 16
pins and it is a resourceful IC mostly used in thevoltagelevel
signal problems. Generally, the MAX-232 IC is used in the
RS232 communication system for the conversion of voltage
levels on TTL devices that are interfaced with the PC serial
port and the Microcontroller. This IC is used as a hardware
layer converter like to communicate two systems
simultaneously. The image of MAX232 is shown below.
Fig -5: MAX-232 [6]
2.6 Related Work
In this section we are going to see the actual working flow of
our project. Here any object like demo vehicles place
between IR sensor’s transmitter and receiver. These objects
are counting by using IR sensors. In this system, initially
sensors are work. Sensors take count of objects i.e. vehicle
count and send it to microcontroller. This count is in the
form of analog data. But microcontroller understandsdigital
data not the analog data. So there is need of converting
analog data into digital data. For this purpose ADC is used
into the system which is placed between IR sensors and
microcontroller. Here our microcontroller is atmega8 from
AVR microcontroller family.
The microcontroller takes digital data as input and passes it
to server i.e. PC. To connect both PC and microcontroller
together we require mediator for translation process and
this can be done by using MAX-232 IC as bridge between
them. The MAX232 is a dual transmitter / dual receiver that
typically are used to convert the signals. The MAX232 IC is
used to convert the TTL logic levels to RS232 logic levels
during serial communication of microcontrollerswithPC. So
the digital data is send to the server through MAX-232 IC.
Fig -6: Working of Intelligent System
On the server side, K-Mean algorithm is implemented for
calculate the timings to each traffic signals on road. After
calculating time, they are sending to traffic signal through
microcontroller using driver. The signal timings can be
optimized on server side only. After sending calculated time
to signals, it will glow LED lights on traffic signals according
to calculated timings. All the information like vehicle count,
traffic signal and related timings are stored into database
using MySQL. The system will performed actions by using
this entire process.
2.7 Algorithm of Intelligent Traffic LightController
Using Embedded System
K-Mean algorithm is clustering algorithm. Togetthecountof
vehicles from different area it is necessary to use cluster
algorithm. So we are using K-Mean algorithm here.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2016
K-Mean Algorithm:-
Step 1:
Begin with a decision on the value of k = No of clusters.
Step 2:
Put any initial partition that classifies the data into k
clusters. You may assign the training samples randomly, or
systematically as the following:
1. Take the first k training sample as single-elementclusters.
2. Assign each of the remaining (N-k) training samplesto the
cluster with the nearest centroid. After each assignment, re
compute the centroid of the gaining cluster.
Step 3:
Take each sample in sequence andcomputeitsdistancefrom
the centroid of each of the clusters. If a sample is not
currently in the cluster with the closest centroid, switch this
sample to that cluster and update the centroid of the cluster
gaining the new sample and the cluster losing the sample.
Step 4:
Repeat step 3 until convergence is achieved, that is until a
pass through the training sample causes no new
assignments.
3. CONCLUSIONS
It is observed that the proposed Intelligent Traffic Light
Controller is more efficient than the conventional controller
in respect of less waiting time, an efficient operation in
emergency mode. Moreover, the system has simple
architecture, fast response time, user friendliness and scope
for further expansion.
ACKNOWLEDGEMENT
Every work is source which requires support from many
people and areas. It gives me proud privilegetocompletethe
seminar on “INTELLIGENT TRAFFIC LIGHT CONTROLLER
USING EMBEDDED SYSTEM” under valuable guidance and
encouragement of my guide Prof. D. P. Salapurkar. I am also
extremely grateful to our respected H.O.D. Prof. Dr. P. R.
Wankhede for providing all facilities and every help for
smooth progress of seminar. I would alsoliketothank all the
Staff Member of Computer Engineering Department for
timely help and inspiration for completionoftheseminar.At
last I would like to thank all the unseen authors of various
articles on the internet, helping me become aware of the
research currently ongoing in this fieldandall mycolleagues
for providing help and support in my work.
REFERENCES
[1] Junfeng Zhao,Wan Li, Junmin Wang, Xuegang Ban
“Dynamic Traffic Signal Timing Optimization Strategy
Incorporating Various Vehicle Fuel Consumption
Characteristics” June 2016, IEEE.
[2] SHAOHAN HU, LU SU, HENGCHANG LIU, HONGYAN
WANG and TAREK F. ABDELZAHER “SmartRoad:
Smartphone-Based Crowd Sensing for Traffic Regulator
Detection and Identification” ACM Transactions on
Sensor Networks, Vol. 11, No. 4, Article 55, Publication
date: July 2015.
[3] Zhiyi Li, Mohammad Shahidehpour, Shay Bahramirad,
Amin Khodaei “Optimizing Traffic Signal Settings in
Smart Cities” 2015 IEEE.
[4] Pradip V Mistary, R H Chile “Real Time Vehicle Tracking
System Based On ARM7GPS AndGSMTechnology”2015
IEEE.
[5] SeokJu Lee, Girma Tewolde, Jaerock Kwon “Design and
Implementation of Vehicle Tracking System Using
GPS/GSM/GPRS Technology and Smartphone
Application”, Electrical and Computer Engineering
Kettering University Flint, MI, USA, 2014 IEEE.
[6] Courtesy: Google images or information.
[7] P. Pyyknen*, J. Laitinen, J. Viitanen “Finland IoT for
Intelligent Traffic System” VTT Technical Research
Centre of Finland Tampere, Finland, 2013 IEEE.
[8] Muhammad Hassam Malhi, Muhammad Hassan Aslam,
Faisal Saeed, Owais Javed, Muhammad Fraz “Vision
Based Intelligent Traffic Management System”, 2011
IEEE.

More Related Content

What's hot

AUTOMATIC ENERGY METER READING SYSTEM FOR BILLING PURPOSE
AUTOMATIC ENERGY METER READING SYSTEM FOR BILLING PURPOSEAUTOMATIC ENERGY METER READING SYSTEM FOR BILLING PURPOSE
AUTOMATIC ENERGY METER READING SYSTEM FOR BILLING PURPOSEBitan Das
 
IRJET- Intelligent Traffic Signal Control System using ANN
IRJET-  	  Intelligent Traffic Signal Control System using ANNIRJET-  	  Intelligent Traffic Signal Control System using ANN
IRJET- Intelligent Traffic Signal Control System using ANNIRJET Journal
 
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoT
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoTIRJET- Design and Implement Mechanism for Efficient Energy Meter using IoT
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoTIRJET Journal
 
Intelligent traffic information and control system
Intelligent traffic information and control systemIntelligent traffic information and control system
Intelligent traffic information and control systemSADEED AMEEN
 
Intelligent traffic control decision support system
Intelligent traffic control decision support systemIntelligent traffic control decision support system
Intelligent traffic control decision support systemShubham Gulati
 
IRJET - Bridge Monitoring System using IoT
IRJET -  	  Bridge Monitoring System using IoTIRJET -  	  Bridge Monitoring System using IoT
IRJET - Bridge Monitoring System using IoTIRJET Journal
 
IRJET- Automatic Mseb Meter Reading
IRJET- Automatic Mseb Meter ReadingIRJET- Automatic Mseb Meter Reading
IRJET- Automatic Mseb Meter ReadingIRJET Journal
 
Echelon Smart Metering - Grid Analytics
Echelon Smart Metering - Grid AnalyticsEchelon Smart Metering - Grid Analytics
Echelon Smart Metering - Grid AnalyticsEchelon Corporation
 
IRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET Journal
 
A cognitive energy distribution system
A cognitive energy distribution systemA cognitive energy distribution system
A cognitive energy distribution systemijp2p
 
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...IAEME Publication
 
Automated Meter Reading System
Automated Meter Reading SystemAutomated Meter Reading System
Automated Meter Reading SystemUmang Dhuri
 
Automatic Meter reading (amr)
Automatic Meter reading (amr)Automatic Meter reading (amr)
Automatic Meter reading (amr)Tahir Rashid
 
SMART FAULT DETECTION IN DISTRIBUTION SYSTEM
SMART FAULT DETECTION IN DISTRIBUTION SYSTEMSMART FAULT DETECTION IN DISTRIBUTION SYSTEM
SMART FAULT DETECTION IN DISTRIBUTION SYSTEMIAEME Publication
 
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...IOSR Journals
 
Design of a Smart Meter for the Indian Energy Scenario
Design of a Smart Meter for the Indian Energy ScenarioDesign of a Smart Meter for the Indian Energy Scenario
Design of a Smart Meter for the Indian Energy ScenarioIJERA Editor
 
ENERGY GENERATION FROM PIEZO ELECTRIC MATERIAL FOR AN OPEN TRAFFIC CONTROL MO...
ENERGY GENERATION FROM PIEZO ELECTRIC MATERIAL FOR AN OPEN TRAFFIC CONTROL MO...ENERGY GENERATION FROM PIEZO ELECTRIC MATERIAL FOR AN OPEN TRAFFIC CONTROL MO...
ENERGY GENERATION FROM PIEZO ELECTRIC MATERIAL FOR AN OPEN TRAFFIC CONTROL MO...ijiert bestjournal
 
IRJET-IoT based Smart Electricity Meter and Power Theft Detection
IRJET-IoT based Smart Electricity Meter and Power Theft DetectionIRJET-IoT based Smart Electricity Meter and Power Theft Detection
IRJET-IoT based Smart Electricity Meter and Power Theft DetectionIRJET Journal
 

What's hot (19)

AUTOMATIC ENERGY METER READING SYSTEM FOR BILLING PURPOSE
AUTOMATIC ENERGY METER READING SYSTEM FOR BILLING PURPOSEAUTOMATIC ENERGY METER READING SYSTEM FOR BILLING PURPOSE
AUTOMATIC ENERGY METER READING SYSTEM FOR BILLING PURPOSE
 
IRJET- Intelligent Traffic Signal Control System using ANN
IRJET-  	  Intelligent Traffic Signal Control System using ANNIRJET-  	  Intelligent Traffic Signal Control System using ANN
IRJET- Intelligent Traffic Signal Control System using ANN
 
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoT
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoTIRJET- Design and Implement Mechanism for Efficient Energy Meter using IoT
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoT
 
Intelligent traffic information and control system
Intelligent traffic information and control systemIntelligent traffic information and control system
Intelligent traffic information and control system
 
Intelligent traffic control decision support system
Intelligent traffic control decision support systemIntelligent traffic control decision support system
Intelligent traffic control decision support system
 
IRJET - Bridge Monitoring System using IoT
IRJET -  	  Bridge Monitoring System using IoTIRJET -  	  Bridge Monitoring System using IoT
IRJET - Bridge Monitoring System using IoT
 
IRJET- Automatic Mseb Meter Reading
IRJET- Automatic Mseb Meter ReadingIRJET- Automatic Mseb Meter Reading
IRJET- Automatic Mseb Meter Reading
 
Echelon Smart Metering - Grid Analytics
Echelon Smart Metering - Grid AnalyticsEchelon Smart Metering - Grid Analytics
Echelon Smart Metering - Grid Analytics
 
IRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over Internet
 
A cognitive energy distribution system
A cognitive energy distribution systemA cognitive energy distribution system
A cognitive energy distribution system
 
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...
 
Automated Meter Reading System
Automated Meter Reading SystemAutomated Meter Reading System
Automated Meter Reading System
 
Automatic Meter reading (amr)
Automatic Meter reading (amr)Automatic Meter reading (amr)
Automatic Meter reading (amr)
 
SMART FAULT DETECTION IN DISTRIBUTION SYSTEM
SMART FAULT DETECTION IN DISTRIBUTION SYSTEMSMART FAULT DETECTION IN DISTRIBUTION SYSTEM
SMART FAULT DETECTION IN DISTRIBUTION SYSTEM
 
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...
 
Design of a Smart Meter for the Indian Energy Scenario
Design of a Smart Meter for the Indian Energy ScenarioDesign of a Smart Meter for the Indian Energy Scenario
Design of a Smart Meter for the Indian Energy Scenario
 
Lect k week 12 summary on smart meters & sg 1
Lect k  week 12 summary on smart meters & sg  1Lect k  week 12 summary on smart meters & sg  1
Lect k week 12 summary on smart meters & sg 1
 
ENERGY GENERATION FROM PIEZO ELECTRIC MATERIAL FOR AN OPEN TRAFFIC CONTROL MO...
ENERGY GENERATION FROM PIEZO ELECTRIC MATERIAL FOR AN OPEN TRAFFIC CONTROL MO...ENERGY GENERATION FROM PIEZO ELECTRIC MATERIAL FOR AN OPEN TRAFFIC CONTROL MO...
ENERGY GENERATION FROM PIEZO ELECTRIC MATERIAL FOR AN OPEN TRAFFIC CONTROL MO...
 
IRJET-IoT based Smart Electricity Meter and Power Theft Detection
IRJET-IoT based Smart Electricity Meter and Power Theft DetectionIRJET-IoT based Smart Electricity Meter and Power Theft Detection
IRJET-IoT based Smart Electricity Meter and Power Theft Detection
 

Similar to Intelligent traffic light controller using embedded system

Re-SPark: Reservation based Smart Parking system using FRDM KL-25Z
Re-SPark: Reservation based Smart Parking system using FRDM KL-25ZRe-SPark: Reservation based Smart Parking system using FRDM KL-25Z
Re-SPark: Reservation based Smart Parking system using FRDM KL-25ZIRJET Journal
 
IRJET- Smart Bus Transportation System
IRJET- Smart Bus Transportation SystemIRJET- Smart Bus Transportation System
IRJET- Smart Bus Transportation SystemIRJET Journal
 
IRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET Journal
 
IRJET- Review Paper on Iot Based Technology in Automobiles
IRJET-  	  Review Paper on Iot Based Technology in AutomobilesIRJET-  	  Review Paper on Iot Based Technology in Automobiles
IRJET- Review Paper on Iot Based Technology in AutomobilesIRJET Journal
 
IRJET - Smart Traffic Management System
IRJET - Smart Traffic Management SystemIRJET - Smart Traffic Management System
IRJET - Smart Traffic Management SystemIRJET 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
 
Combined IOT and Cloud Computing Solution for Railway Accident Avoidance
Combined IOT and Cloud Computing Solution for Railway Accident AvoidanceCombined IOT and Cloud Computing Solution for Railway Accident Avoidance
Combined IOT and Cloud Computing Solution for Railway Accident AvoidanceIRJET Journal
 
Intelligent vehicle using embedded system
Intelligent vehicle using embedded systemIntelligent vehicle using embedded system
Intelligent vehicle using embedded systemijiert bestjournal
 
IRJET- Accident Detection and Vehicle Safety using Zigbee
IRJET-  	  Accident Detection and Vehicle Safety using ZigbeeIRJET-  	  Accident Detection and Vehicle Safety using Zigbee
IRJET- Accident Detection and Vehicle Safety using ZigbeeIRJET 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 carIRJET Journal
 
IRJET- Emergency Vehicle Pre-Emption using Smart City Concept
IRJET- Emergency Vehicle Pre-Emption using Smart City ConceptIRJET- Emergency Vehicle Pre-Emption using Smart City Concept
IRJET- Emergency Vehicle Pre-Emption using Smart City ConceptIRJET Journal
 
IRJET- Intelligence Transportation System based on IoT
IRJET-  	  Intelligence Transportation System based on IoTIRJET-  	  Intelligence Transportation System based on IoT
IRJET- Intelligence Transportation System based on IoTIRJET Journal
 
Smart City Based on IoT
Smart City Based on IoTSmart City Based on IoT
Smart City Based on IoTIRJET Journal
 
IRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET Journal
 
IRJET-Smart Parking System
IRJET-Smart Parking SystemIRJET-Smart Parking System
IRJET-Smart Parking SystemIRJET Journal
 
Automatic Free Parking Slot Status Intimating System
Automatic Free Parking Slot Status Intimating SystemAutomatic Free Parking Slot Status Intimating System
Automatic Free Parking Slot Status Intimating SystemIRJET Journal
 
IRJET- Automotive Collision Avoidance System
IRJET-  	  Automotive Collision Avoidance SystemIRJET-  	  Automotive Collision Avoidance System
IRJET- Automotive Collision Avoidance SystemIRJET Journal
 
IRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring SystemIRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring SystemIRJET Journal
 
IRJET- Automatic Railway Crack Locator
IRJET-	 Automatic Railway Crack LocatorIRJET-	 Automatic Railway Crack Locator
IRJET- Automatic Railway Crack LocatorIRJET Journal
 
IRJET- Smart Security System for Vehicles
IRJET- Smart Security System for VehiclesIRJET- Smart Security System for Vehicles
IRJET- Smart Security System for VehiclesIRJET Journal
 

Similar to Intelligent traffic light controller using embedded system (20)

Re-SPark: Reservation based Smart Parking system using FRDM KL-25Z
Re-SPark: Reservation based Smart Parking system using FRDM KL-25ZRe-SPark: Reservation based Smart Parking system using FRDM KL-25Z
Re-SPark: Reservation based Smart Parking system using FRDM KL-25Z
 
IRJET- Smart Bus Transportation System
IRJET- Smart Bus Transportation SystemIRJET- Smart Bus Transportation System
IRJET- Smart Bus Transportation System
 
IRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of Things
 
IRJET- Review Paper on Iot Based Technology in Automobiles
IRJET-  	  Review Paper on Iot Based Technology in AutomobilesIRJET-  	  Review Paper on Iot Based Technology in Automobiles
IRJET- Review Paper on Iot Based Technology in Automobiles
 
IRJET - Smart Traffic Management System
IRJET - Smart Traffic Management SystemIRJET - Smart Traffic Management System
IRJET - Smart Traffic Management System
 
A Smart Approach for Traffic Management
A Smart Approach for Traffic Management	A Smart Approach for Traffic Management
A Smart Approach for Traffic Management
 
Combined IOT and Cloud Computing Solution for Railway Accident Avoidance
Combined IOT and Cloud Computing Solution for Railway Accident AvoidanceCombined IOT and Cloud Computing Solution for Railway Accident Avoidance
Combined IOT and Cloud Computing Solution for Railway Accident Avoidance
 
Intelligent vehicle using embedded system
Intelligent vehicle using embedded systemIntelligent vehicle using embedded system
Intelligent vehicle using embedded system
 
IRJET- Accident Detection and Vehicle Safety using Zigbee
IRJET-  	  Accident Detection and Vehicle Safety using ZigbeeIRJET-  	  Accident Detection and Vehicle Safety using Zigbee
IRJET- Accident Detection and Vehicle Safety using Zigbee
 
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- Emergency Vehicle Pre-Emption using Smart City Concept
IRJET- Emergency Vehicle Pre-Emption using Smart City ConceptIRJET- Emergency Vehicle Pre-Emption using Smart City Concept
IRJET- Emergency Vehicle Pre-Emption using Smart City Concept
 
IRJET- Intelligence Transportation System based on IoT
IRJET-  	  Intelligence Transportation System based on IoTIRJET-  	  Intelligence Transportation System based on IoT
IRJET- Intelligence Transportation System based on IoT
 
Smart City Based on IoT
Smart City Based on IoTSmart City Based on IoT
Smart City Based on IoT
 
IRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET - Driver Monitoring System
IRJET - Driver Monitoring System
 
IRJET-Smart Parking System
IRJET-Smart Parking SystemIRJET-Smart Parking System
IRJET-Smart Parking System
 
Automatic Free Parking Slot Status Intimating System
Automatic Free Parking Slot Status Intimating SystemAutomatic Free Parking Slot Status Intimating System
Automatic Free Parking Slot Status Intimating System
 
IRJET- Automotive Collision Avoidance System
IRJET-  	  Automotive Collision Avoidance SystemIRJET-  	  Automotive Collision Avoidance System
IRJET- Automotive Collision Avoidance System
 
IRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring SystemIRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring System
 
IRJET- Automatic Railway Crack Locator
IRJET-	 Automatic Railway Crack LocatorIRJET-	 Automatic Railway Crack Locator
IRJET- Automatic Railway Crack Locator
 
IRJET- Smart Security System for Vehicles
IRJET- Smart Security System for VehiclesIRJET- Smart Security System for Vehicles
IRJET- Smart Security System for Vehicles
 

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 STRUCTUREIRJET 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 CharacteristicsIRJET 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 ADASIRJET 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 ProIRJET 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 SystemIRJET 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 bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET 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 DesignIRJET 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

GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 

Recently uploaded (20)

GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 

Intelligent traffic light controller using embedded system

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2013 INTELLIGENT TRAFFIC LIGHT CONTROLLER USING EMBEDDED SYSTEM Sayali Ambekar1, Shraddha Jawalkar2, Anagha Patil3, Shweta Patil4 1 Student, Dept. of Computer Engineering, Sinhgad College of Engineering, Maharashtra, India 2 Student, Dept. of Computer Engineering, Sinhgad College of Engineering, Maharashtra, India 3 Student, Dept. of Computer Engineering, Sinhgad College of Engineering, Maharashtra, India 4 Student, Dept. of Computer Engineering, Sinhgad College of Engineering, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Present Traffic Light Controllers (TLC) based on microcontroller and microprocessor. These TLC have limitations because it is functioning according totheprogram that does not have the flexibility of modification on real time basis. Due to the fixed time intervals of green, orange and red signals the waiting time is more and car uses more fuel. To make traffic light controlling more efficient, there is a new technique called as “Intelligent traffic light controller”. This new technique makes the use of Sensor Networks along with embedded technology. The timings of Red, Greenlightsateach crossing of road will be intelligently decidedbasedonthetotal traffic on all adjacent roads. Thus, optimization of trafficlight switching increases road capacity and traffic flow, and can prevent traffic congestions. Key Words: IR sensors, microcontroller, k-means algorithms, MAX-232 1. INTRODUCTION This system is developed using embedded system. It is used for controlling the traffic signal that is why it is used with roads, bikes and traffic. For this we are creating a hardware kit and server. In this project we are using clustering algorithm that is K-Mean algorithm. We can also maintain the database using MySQL. With the help of IR sensors we are going to take vehicle count as input to system. According to vehicle count, we are decided the time ranges for all signals. For implementing this system we are using hardwares like 4 IR sensors, ADC, atmega8 microcontroller etc. and softwares like NetBeans, java language, MySQL database and glassfish server. 2. MANUSCRIPTS 2.1 Motivation The motivations for using intelligent traffic light controllers are to implement hardware which is suitable for real life implementations. They include minimizing the delay or waiting time on road, design of safe and efficient traffic flow, assigning the right way and avoiding the overhead of traffic police. The traffic jam will be reduced by increasing the green signal time on heavy road and decrease the red signal time in non-heavy road. 2.2 Organization of report The report is divided into three chapters. Chapter 2 discusses about literature review that covers fundamentals of topic, existing method, its meritsanddemerits,algorithms and actual working of system. Chapter 3 discusses about result, conclusion and future work. 2.3 Literature Survey In “Dynamic Traffic Signal Timing Optimization Strategy Incorporating Various Vehicle Fuel Consumption Characteristics” paper proposes a dynamic traffic signal timing optimization strategy (DTSTOS) based on various vehicle fuel consumption and dynamic characteristics to minimize the combined total energyconsumptionandtraffic delay for vehicles passing through an intersection. The proposed timing plan was compared with consistent results were obtained [1]. In “SmartRoad:Smartphone-BasedCrowd SensingforTraffic Regulator Detection and Identification” article they present Smart Road, a crowd-sourced road sensing system that detects and identifies traffic regulators, traffic lights, and stop signs. The resulting traffic regulator informationcanbe used for many assisted-driving or navigation systems but limitation is the mobile crowdsensing paradigm is quickly raising interests and funds [2]. In “Optimizing Traffic Signal Settings in Smart Cities” proposes a bi-level optimization framework to settle the optimal traffic signal setting problem. The upper-level problem determines the traffic signal settings to minimize the driver average travel time,whilethelower-level problem aims for achieving the network equilibrium using the settings calculated at the upper level. The Dynamic Traffic Assignment (DTA) to decouple the complexbi-level problem into tractable single-level problems which are solved sequentially. The bi-level problem can be expressed as a mathematical program converting the lower-level problem as a set of additional constraints of the upper-level problem. [3].
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2014 The “Real Time VehicleTrackingSystemBasedonARM7 GPS and GSM Technology” paper has describedthedesignedand development of the system in real time successfully. The system provides positioning and navigational informationin terms of number of parameters. Also if we want then information regarding the satellites which are beingtracked by the system is also displayed. The developed system is compact, low cost and reliable. Since this systemcan beused anywhere on the planet provided that signals from at least four satellites are received. Furthermore, the implementation is low-cost. [4]. The “Design and Implementation ofVehicleTrackingSystem Using GPS/GSM/GPRS Technology and Smartphone Application” paper has described the design and implementation of our vehicletrackingsystem.Anin-vehicle device, a server and a Smartphone application are used for the vehicle tracking system. In this work, the in-vehicle device is composed ofa microcontrollerandGPS/GSM/GPRS module to acquire the vehicle's location information and transmit it to a server through GSM/GPRS network. [5] 2.4 MeritsofIntelligenttrafficlightcontrollerusing embedded system:  Control the traffic.  We can analyze the whole day traffic using log system.  To reduce possibilities of accidents.  To reduce waiting time.  To reduce overhead of traffic police. Demerits of Intelligent traffic lightcontrollerusing embedded system:  We have to choose proper position for sensors otherwise it will count any object as vehicle.  Cost effective.  Ineffective during heavy rain. 2.5 Fundamentals There are different fundamentals used in intelligent traffic light controller using embedded system, they are: 1. IR-Sensor: IR sensor uses the infrared light to sense object in front of them & gauge their distance. Our hardware kit is consists of 4 IR sensors, atmega8, microcontroller, 4 traffic lights.IR transmitter looks like an LED. This IR transmitter always emits IR rays from it. The operating voltage of this IR transmitter is 2 to 3v.These IR (infra-red) rays are invisible to human eye. But we can view these IR rays through camera. IR receiver receives IR rays that are transmitted by IR transmitter. Normally IR receiver has high resistance in order of mega ohms, when it is receiving IR rays the Resistance is very low. The operating voltage of IR Receiver is also 2 to 3V. Fig -1: IR Sensor [6] 2. ADC: ADC stands for Analog to digital convertor. In our system IR sensor take vehicle count from real world which is in the form of analog. From this we can say that ADC takes analog data as input and it converts that analog data into digital data without any data loss. ADC gives us digital output .And this digital data is forward to system for algorithm implementation. Fig -2: ADC [6] 3. Microcontroller: Here we are going to use atmega8 microcontroller. There many microcontroller families like ARM, AVR, etc. This atmega8 is belongs to AVR microcontroller family. Here atmega8 takes the input from ADC which is in the form of digital. Fig -3: atmega8 [6]
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2015 4. System Database: We are going to use MySQL database. Here the count of vehicle and its timer this all things present in database as log. So at the end of data if we want to check total vehicles or traffic on street with the help of these logs we cancheck data from database. And suppose we want to provide that data to user using android app then with the help of this data user can see the traffic of signal. Fig -4: MySQL Database [6] 5. MAX-232: The MAX-232 IC is an integrated circuit which consistsof 16 pins and it is a resourceful IC mostly used in thevoltagelevel signal problems. Generally, the MAX-232 IC is used in the RS232 communication system for the conversion of voltage levels on TTL devices that are interfaced with the PC serial port and the Microcontroller. This IC is used as a hardware layer converter like to communicate two systems simultaneously. The image of MAX232 is shown below. Fig -5: MAX-232 [6] 2.6 Related Work In this section we are going to see the actual working flow of our project. Here any object like demo vehicles place between IR sensor’s transmitter and receiver. These objects are counting by using IR sensors. In this system, initially sensors are work. Sensors take count of objects i.e. vehicle count and send it to microcontroller. This count is in the form of analog data. But microcontroller understandsdigital data not the analog data. So there is need of converting analog data into digital data. For this purpose ADC is used into the system which is placed between IR sensors and microcontroller. Here our microcontroller is atmega8 from AVR microcontroller family. The microcontroller takes digital data as input and passes it to server i.e. PC. To connect both PC and microcontroller together we require mediator for translation process and this can be done by using MAX-232 IC as bridge between them. The MAX232 is a dual transmitter / dual receiver that typically are used to convert the signals. The MAX232 IC is used to convert the TTL logic levels to RS232 logic levels during serial communication of microcontrollerswithPC. So the digital data is send to the server through MAX-232 IC. Fig -6: Working of Intelligent System On the server side, K-Mean algorithm is implemented for calculate the timings to each traffic signals on road. After calculating time, they are sending to traffic signal through microcontroller using driver. The signal timings can be optimized on server side only. After sending calculated time to signals, it will glow LED lights on traffic signals according to calculated timings. All the information like vehicle count, traffic signal and related timings are stored into database using MySQL. The system will performed actions by using this entire process. 2.7 Algorithm of Intelligent Traffic LightController Using Embedded System K-Mean algorithm is clustering algorithm. Togetthecountof vehicles from different area it is necessary to use cluster algorithm. So we are using K-Mean algorithm here.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2016 K-Mean Algorithm:- Step 1: Begin with a decision on the value of k = No of clusters. Step 2: Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following: 1. Take the first k training sample as single-elementclusters. 2. Assign each of the remaining (N-k) training samplesto the cluster with the nearest centroid. After each assignment, re compute the centroid of the gaining cluster. Step 3: Take each sample in sequence andcomputeitsdistancefrom the centroid of each of the clusters. If a sample is not currently in the cluster with the closest centroid, switch this sample to that cluster and update the centroid of the cluster gaining the new sample and the cluster losing the sample. Step 4: Repeat step 3 until convergence is achieved, that is until a pass through the training sample causes no new assignments. 3. CONCLUSIONS It is observed that the proposed Intelligent Traffic Light Controller is more efficient than the conventional controller in respect of less waiting time, an efficient operation in emergency mode. Moreover, the system has simple architecture, fast response time, user friendliness and scope for further expansion. ACKNOWLEDGEMENT Every work is source which requires support from many people and areas. It gives me proud privilegetocompletethe seminar on “INTELLIGENT TRAFFIC LIGHT CONTROLLER USING EMBEDDED SYSTEM” under valuable guidance and encouragement of my guide Prof. D. P. Salapurkar. I am also extremely grateful to our respected H.O.D. Prof. Dr. P. R. Wankhede for providing all facilities and every help for smooth progress of seminar. I would alsoliketothank all the Staff Member of Computer Engineering Department for timely help and inspiration for completionoftheseminar.At last I would like to thank all the unseen authors of various articles on the internet, helping me become aware of the research currently ongoing in this fieldandall mycolleagues for providing help and support in my work. REFERENCES [1] Junfeng Zhao,Wan Li, Junmin Wang, Xuegang Ban “Dynamic Traffic Signal Timing Optimization Strategy Incorporating Various Vehicle Fuel Consumption Characteristics” June 2016, IEEE. [2] SHAOHAN HU, LU SU, HENGCHANG LIU, HONGYAN WANG and TAREK F. ABDELZAHER “SmartRoad: Smartphone-Based Crowd Sensing for Traffic Regulator Detection and Identification” ACM Transactions on Sensor Networks, Vol. 11, No. 4, Article 55, Publication date: July 2015. [3] Zhiyi Li, Mohammad Shahidehpour, Shay Bahramirad, Amin Khodaei “Optimizing Traffic Signal Settings in Smart Cities” 2015 IEEE. [4] Pradip V Mistary, R H Chile “Real Time Vehicle Tracking System Based On ARM7GPS AndGSMTechnology”2015 IEEE. [5] SeokJu Lee, Girma Tewolde, Jaerock Kwon “Design and Implementation of Vehicle Tracking System Using GPS/GSM/GPRS Technology and Smartphone Application”, Electrical and Computer Engineering Kettering University Flint, MI, USA, 2014 IEEE. [6] Courtesy: Google images or information. [7] P. Pyyknen*, J. Laitinen, J. Viitanen “Finland IoT for Intelligent Traffic System” VTT Technical Research Centre of Finland Tampere, Finland, 2013 IEEE. [8] Muhammad Hassam Malhi, Muhammad Hassan Aslam, Faisal Saeed, Owais Javed, Muhammad Fraz “Vision Based Intelligent Traffic Management System”, 2011 IEEE.