SlideShare a Scribd company logo
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

PDF
IoT Based Control and Monitoring of Smart Grid and Power Theft Detection by L...
PDF
Digitized Meter and Invoice Generation
PDF
Intelligent traffic signal control system using embedded system
PDF
IRJET- Smart Wireless Electronic Energy Meter
DOCX
Smart Traffic Monitoring System Report
PDF
IRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
PDF
Y4103145147
PDF
IRJET - Density based Traffic Management System
IoT Based Control and Monitoring of Smart Grid and Power Theft Detection by L...
Digitized Meter and Invoice Generation
Intelligent traffic signal control system using embedded system
IRJET- Smart Wireless Electronic Energy Meter
Smart Traffic Monitoring System Report
IRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
Y4103145147
IRJET - Density based Traffic Management System

What's hot (18)

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

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

PDF
Re-SPark: Reservation based Smart Parking system using FRDM KL-25Z
PDF
IRJET- Smart Bus Transportation System
PDF
IRJET- Vehicle Monitoring System using Internet of Things
PDF
IRJET- Review Paper on Iot Based Technology in Automobiles
PDF
IRJET - Smart Traffic Management System
PDF
A Smart Approach for Traffic Management
PDF
Combined IOT and Cloud Computing Solution for Railway Accident Avoidance
PDF
Intelligent vehicle using embedded system
PDF
IRJET- Accident Detection and Vehicle Safety using Zigbee
PDF
IRJET- IoT based Motion Control System of a Robotic car
PDF
IRJET- Emergency Vehicle Pre-Emption using Smart City Concept
PDF
IRJET- Intelligence Transportation System based on IoT
PDF
Smart City Based on IoT
PDF
IRJET - Driver Monitoring System
PDF
IRJET-Smart Parking System
PDF
Automatic Free Parking Slot Status Intimating System
PDF
IRJET- Automotive Collision Avoidance System
PDF
IRJET - Unmanned Traffic Signal Monitoring System
PDF
IRJET- Automatic Railway Crack Locator
PDF
IRJET- Smart Security System for Vehicles
Re-SPark: Reservation based Smart Parking system using FRDM KL-25Z
IRJET- Smart Bus Transportation System
IRJET- Vehicle Monitoring System using Internet of Things
IRJET- Review Paper on Iot Based Technology in Automobiles
IRJET - Smart Traffic Management System
A Smart Approach for Traffic Management
Combined IOT and Cloud Computing Solution for Railway Accident Avoidance
Intelligent vehicle using embedded system
IRJET- Accident Detection and Vehicle Safety using Zigbee
IRJET- IoT based Motion Control System of a Robotic car
IRJET- Emergency Vehicle Pre-Emption using Smart City Concept
IRJET- Intelligence Transportation System based on IoT
Smart City Based on IoT
IRJET - Driver Monitoring System
IRJET-Smart Parking System
Automatic Free Parking Slot Status Intimating System
IRJET- Automotive Collision Avoidance System
IRJET - Unmanned Traffic Signal Monitoring System
IRJET- Automatic Railway Crack Locator
IRJET- Smart Security System for Vehicles
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PPT
Project quality management in manufacturing
PPTX
Geodesy 1.pptx...............................................
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PPTX
Sustainable Sites - Green Building Construction
PPT
Introduction, IoT Design Methodology, Case Study on IoT System for Weather Mo...
PPTX
Artificial Intelligence
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PPTX
CH1 Production IntroductoryConcepts.pptx
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PDF
composite construction of structures.pdf
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
DOCX
573137875-Attendance-Management-System-original
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PPT
introduction to datamining and warehousing
PPTX
bas. eng. economics group 4 presentation 1.pptx
Project quality management in manufacturing
Geodesy 1.pptx...............................................
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
UNIT-1 - COAL BASED THERMAL POWER PLANTS
Embodied AI: Ushering in the Next Era of Intelligent Systems
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Sustainable Sites - Green Building Construction
Introduction, IoT Design Methodology, Case Study on IoT System for Weather Mo...
Artificial Intelligence
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
CH1 Production IntroductoryConcepts.pptx
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
composite construction of structures.pdf
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
573137875-Attendance-Management-System-original
Automation-in-Manufacturing-Chapter-Introduction.pdf
introduction to datamining and warehousing
bas. eng. economics group 4 presentation 1.pptx

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.