SlideShare a Scribd company logo
1 of 4
Download to read offline
Invention Journal of Research Technology in Engineering & Management (IJRTEM)
ISSN: 2455-3689
www.ijrtem.com Volume 2 Issue 5 ǁ May 2018 ǁ PP 40-43
|Volume 2| Issue 5 | www.ijrtem.com | 40 |
A Smart Approach for Traffic Management
1,
Mrs. K. Mohanaleela, 2,
Tejaswi, 3,
Ch. Bhavani, G. Gayatri
1,2,3, (
Department Ece, Sridevi Women’s Engineering College)
ABSTRACT: This paper is aimed at designing a density based dynamic traffic signal system where the timing
of signal will change automatically on sensing the traffic density at any junction using the IoT technology. Traffic
congestion is a severe problem in most cities across the world and therefore it is time to shift more manual mode
or fixed timer mode to an automated system with decision making capabilities. To optimize this problem, we have
made a framework for an intelligent traffic control system. Sometimes higher traffic density at one side of the
junction demands longer green time as compared to standard allotted time. We therefore propose here a
mechanism in which the time period of green light and red light is assigned on the basis of the density of the
traffic present at the time. This is achieved by using LIDAR sensors.
In addition, when the emergency services are present on the particular lane, the clearance is given to that lane.
This is achieved by providing a wifi module in the emergency vehicles. The SSID of the vehicle is scanned by
Node MCU at the traffic pole and clearance is given.
KEYWORDS: Emergency services, IoT, Node MCU, Traffic Congestion, LIDAR sensor
I. INTRODUCTION
Due to the massive growth in urbanization and traffic congestion, intelligent vision-based traffic light controller
is needed to reduce the traffic delay and travel time especially in developing countries as the current automatic
time-based control is not realistic while sensor-based traffic light controller is not reliable in developing countries.
Traffic congestion is now considered to be one of the biggest problems in the urban environments. Our approach
is based on the alteration of traffic signal based on the vehicle density, which is the clever approach for traffic
management. If the emergency vehicles like Ambulance, Fire engine are blocked in the traffic jam, the need of
the service can’t be fulfilled within specified time. Traffic problems will be also much more widely increasing as
an expected result of the growing number of transportation means and current low-quality infrastructure of the
roads.
II. LITERATURE REVIEW
In general cases, the traffic management is based on the time, which is an inefficient way of clearing the traffic.
In the year 2015, Mr. Ranganathan has proposed a new approach for the traffic management based on the density
of the vehicles in the particular lane. In his approach, the clearance will be given to the lane having the high
density of vehicles. The density of the vehicles will be calculated using the IR sensors, which are harmful to the
human life. By this approach, the service will be provided to the lane whichever having highest number of
vehicles. But the main disadvantage of this approach is, the emergency vehicles will be given equal priority as
general vehicles. In such cases, the need of the emergency service will not be fulfilled. By our approach, the
enhancement is given to the above implementation. In which emergency vehicles are given higher priority since
they will be having wifi module in it. The microcontroller at the traffic pole detects the SSID and the clearance is
given also the IR sensors are replaced by the CJ VL53L0XV2 LIDAR sensor, which doesn’t affect the human
life.
III. HARDWARE REQUIREMENTS
Node MCU: Node MCU is an open source IoT platform. It includes firmware which runs on the ESP8266 Wi-
Fi Source code from Espressif System and hardware which is based on the ESP-12 module.
CJ VL53L0XV2 LIDAR sensor : This sensor is a carrier/breakout board for ST’s VL53L0X laser-ranging
sensor, which measures the range to a target object. The VL53L0X uses time-of-flight measurements of infrared
pulses for ranging, allowing it to give accurate results independent of the target’s colour and surface.
C level converter: The logic level converter is a small device that safely steps down 5V signals to 3.3V and steps
up 3.3V to 5V. Each level converter has the capability of converting 4 pins on the high side to 4 pins on the low
side. Two inputs and two outputs are provided for each side. This can be used with normal serial, I2C, SPI, and
any other digital signal and does not work with an analog signal. The level converter is very easy to use.
A Smart Approach for Traffic Management.
|Volume 2| Issue 5 | www.ijrtem.com | 41 |
TCA9548A I2C Multiplexer: The TCA9548A device has eight bidirectional translating switches that can be
controlled through the I2C bus. The SCL/SDA upstream pair fans out to eight downstream pairs, or channels.
Any individual Scan/SD channel or combination of channels can be selected, determined by the contents of the
programmable control register. These downstream channels can be used to resolve I2C slave address conflicts.
IV. SOFTWARE REQUIREMENTS
Arduino: Arduino is a prototype platform (open-source) based on an easy-to-use hardware and software. It
consists of a circuit board, which can be programmed and ready-made software called Arduino IDE (Integrated
Development Environment), which is used to write and upload the computer code to the physical board. We can
control your board functions by sending a set of instructions to the microcontroller on the board via Arduino
IDE.
IOT: The Internet of Things (IoT) is the inter-networking of physical devices, vehicles (also referred to as
"connected devices" and "smart devices"), buildings, and other items embedded with electronics, software,
sensors, actuators, and network connectivity which enable these objects to collect and exchange data. The IoT
allows objects to be sensed or controlled remotely across existing network infra-structure, creating opportunities
for more direct integration of the physical world into computer-based systems, and resulting in improved
efficiency, accuracy and economic benefit in addition to reduced human intervention.
MQTT: MQTT (MQ Telemetry Transport or Message Queuing Telemetry Transport) is an ISO standard
(ISO/IEC PRF 20922) publish-subscribe-based messaging protocol. It works on top of the TCP/IP protocol. It is
designed for connections with remote locations where a "small code footprint" is required or the network
bandwidth is limited.
MQ Telemetry Transport is a publish-subscribe pattern based "light weight" messaging protocol. The protocol is
often used in the the IoT, “Internet of Things” world of connected devices. Its designed for built-in systems,
mobile phones and other memory and bandwidth sensitive applications. Cloud AMQP do recommend the AMQP
protocol in favor of the MQTT protocol.
V. WORKING
Our implementation provides a smart way to clear the traffic efficiently with prioritising the emergency services
by using “Internet of Things” technology. The hardware components in this project are Node M CU, LIDAR
sensor, I2C multiplexer, 16-bit analogy multiplexer, LEDs, Bread board, Jumper wires and power supply. And
the software components include Arduino. IDE and MQTT.
Block Diagram:
Lidar sensors which are present on the signal pole senses the number of vehicles passed in the respective lane.
The count of vehicle is passed to the signal pole through the MQTT. MQTT consists of publish, subscribe and
broker.
A Smart Approach for Traffic Management.
|Volume 2| Issue 5 | www.ijrtem.com | 42 |
As the sensors turn smart due to the Node MCU, it could publish the count of vehicles and the microcontroller at
the traffic pole subscribes it and the traffic signals are altered based on the traffic density. The cloud which is
shown in the block diagram is the broker through which publishing and subscription is done. In the case of
emergency vehicles, the vehicle consists of the wifi module in it, the SSID of the vehicle will be scanned by the
microcontroller at the traffic signal. WIFI scanner program will be executed and checked with the SSID of the
vehicle, when it matches with that of the vehicle the traffic signal alteration is done. And in this way the clearance
to the lane in which emergency vehicles are present, is achieved.
VI. RESULTS AND DISCUSSIONS
This project is implemented successfully to reduce the traffic congestion by using the Internet of Things (IoT)
technology and MQTT. By implementing this approach in real life, traffic clearance will be done within the
minimum time lapse which makes it more efficient. And the emergency services are given the higher priority,
fulfilling the emergency need.
Fig.1 Showing one green light and red light is turned ON
The above figure shows the turning ON of the green light and red light in the lane1 and lane2 respectively,
When the number of vehicles in lane1 is higher than the number of vehicles in lane2. After certain time lapse
the signal then shifted to another lane based on the density of the vehicles.
VII. ADVANTAGES
1. Traffic management can be achieved more effectively.
2. Traffic Congestion can be cleared within minimum amount of time.
3. Human interference is not required for the traffic control.
4. Emergency services are given the highest priority, fulfilling the emergency situation.
VIII. CONCLUSION
There is exigent need of efficient traffic management system in our country, as India meets with 384 accidents
every day. To reduce this congestion and unwanted time delay in traffic an advanced system is designed here in
this project. With the field application of this technology, the maddening chaos of traffic can be effectively
channelized by distributing the time slots based on the merit of the vehicle load in certain lanes of multi junction
crossing. Emergency vehicles need to reach their destinations at the earliest. If they spend a lot of time in traffic
jams. With emergency vehicle clearance, the traffic signal turns to green as long as the emergency vehicle is
waiting in the traffic junction. The signal turns to red, only after the emergency vehicle passes through. Currently,
it is implemented system by considering one road of the traffic junction. We have successfully implemented the
prototype at laboratory scale with remarkable outcome. The next step forward is to implement this schema in real
life scenario for the first-hand results, before implementing on the largest scale. We believe that this may bring a
revolutionary change in traffic management system on its application in actual field environment.
Future Scope: As part of future advancements, the traffic check post may be connected by wireless transmitters
by which the crossing ahead may be achieved the connecting sensor network with GPS connectivity and short-
wave radio transmission signals. This will act as a feed forward system making the signalling system even
smoother and congestion free. Our project can also be advanced in the creation of new indication, which implies
the turning off the vehicle engine if the time required for the traffic clearance is high. This can be achieved by
A Smart Approach for Traffic Management.
|Volume 2| Issue 5 | www.ijrtem.com | 43 |
predicting the time required for the alteration signals. This decreases the fuel wastage in the vehicles and the
pollution.
REFERENCES
[1] Rajeshwari Sundar, Santhosh’s Hebbar, and Varaprasad Golla “Implementing Intelligent Traffic Control
System for Congestion Control, Ambulance Clearance, and Stolen Vehicle Detection”.
[2] A Ranganatha, T Sree Valli “Intelligent Management System for Density Based Control, Stolen Vehicle
and Auto Clearance.
[3] Pavithra Poornima. S” Traffic surveillance and vehicle identification in ghat curves using Arduino. [4]
M. Abdoos, N. Mahayana, and A. L. C. Bazan, “Traffic light control in non-stationary environments
based on multi agent Q-learning,” in Proc. 14th Int. IEEE Conf. Intell. Transp. Syst., Oct. 2011, pp. 580–
1585.
[4] Traffic Congestion in Bangalore—A Rising Concern. [Online]. Available:
http://www.commonfloor.com/guide/traffic-conges tion-in-bangalore-arisingconcern-27238.html,
accessed 2013.
Mrs. K. Mohanaleela, et al. “A Smart Approach for Traffic Management.” Invention Journal of
Research Technology in Engineering & Management (IJRTEM), vol. 2, no. 5, 20 May 2018, pp.
40–43., www.ijrtem.com.

More Related Content

What's hot

IRJET- An Overview on Indian its & Foreign its to Develop its in Nagpur City
IRJET- An Overview on Indian its & Foreign its to Develop its in Nagpur CityIRJET- An Overview on Indian its & Foreign its to Develop its in Nagpur City
IRJET- An Overview on Indian its & Foreign its to Develop its in Nagpur CityIRJET Journal
 
Inter vehicular communication using packet network theory
Inter vehicular communication using packet network theoryInter vehicular communication using packet network theory
Inter vehicular communication using packet network theoryeSAT Publishing House
 
The realistic mobility evaluation of vehicular ad hoc network for indian auto...
The realistic mobility evaluation of vehicular ad hoc network for indian auto...The realistic mobility evaluation of vehicular ad hoc network for indian auto...
The realistic mobility evaluation of vehicular ad hoc network for indian auto...ijasuc
 
Intelligent transportation system based on iot service for traffic control
Intelligent transportation system based on iot service for traffic controlIntelligent transportation system based on iot service for traffic control
Intelligent transportation system based on iot service for traffic controlMahmudulHasan474
 
Autonomous Traffic Signal Control using Decision Tree
Autonomous Traffic Signal Control using Decision Tree Autonomous Traffic Signal Control using Decision Tree
Autonomous Traffic Signal Control using Decision Tree IJECEIAES
 
IRJET- Traffic Congestion at Toll Plaza: A Case Study of Khed-Shivapur, Pune
IRJET-  	  Traffic Congestion at Toll Plaza: A Case Study of Khed-Shivapur, PuneIRJET-  	  Traffic Congestion at Toll Plaza: A Case Study of Khed-Shivapur, Pune
IRJET- Traffic Congestion at Toll Plaza: A Case Study of Khed-Shivapur, PuneIRJET Journal
 
ITS "Intelligent Transportation System" Guided Vehicle using IOT Project
ITS "Intelligent Transportation System" Guided Vehicle using IOT ProjectITS "Intelligent Transportation System" Guided Vehicle using IOT Project
ITS "Intelligent Transportation System" Guided Vehicle using IOT ProjectMohamed Abd Ela'al
 
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...IRJET Journal
 
IRJET- Intelligent Traffic Management System
IRJET- Intelligent Traffic Management SystemIRJET- Intelligent Traffic Management System
IRJET- Intelligent Traffic Management SystemIRJET Journal
 
Review Paper on Intelligent Traffic Control system using Computer Vision for ...
Review Paper on Intelligent Traffic Control system using Computer Vision for ...Review Paper on Intelligent Traffic Control system using Computer Vision for ...
Review Paper on Intelligent Traffic Control system using Computer Vision for ...JANAK TRIVEDI
 
Intelligent Transportation System (ITS)
Intelligent Transportation System (ITS)Intelligent Transportation System (ITS)
Intelligent Transportation System (ITS)Jonathan D'Cruz
 
IRJET- Smart Bus for Smart City using IoT
IRJET-  	  Smart Bus for Smart City using IoTIRJET-  	  Smart Bus for Smart City using IoT
IRJET- Smart Bus for Smart City using IoTIRJET Journal
 
Smart government transportation with cloud security
Smart government transportation with cloud securitySmart government transportation with cloud security
Smart government transportation with cloud securityIRJET Journal
 
Futuristic intelligent transportation system architecture for sustainable roa...
Futuristic intelligent transportation system architecture for sustainable roa...Futuristic intelligent transportation system architecture for sustainable roa...
Futuristic intelligent transportation system architecture for sustainable roa...Tristan Wiggill
 
IRJET- Traffic Sign Detection, Recognition and Notification System using ...
IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...
IRJET- Traffic Sign Detection, Recognition and Notification System using ...IRJET Journal
 
Integrated Intelligent Transportation Systems (ITS)
Integrated Intelligent Transportation Systems (ITS)Integrated Intelligent Transportation Systems (ITS)
Integrated Intelligent Transportation Systems (ITS)Babagana Sheriff
 
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...IJSRD
 
Intelligent Transportation System
Intelligent Transportation SystemIntelligent Transportation System
Intelligent Transportation SystemIIT Roorkee
 
A Cloud-Based Smart-Parking System Based on Internet-of-Things Technologies
A Cloud-Based Smart-Parking System Based on Internet-of-Things TechnologiesA Cloud-Based Smart-Parking System Based on Internet-of-Things Technologies
A Cloud-Based Smart-Parking System Based on Internet-of-Things TechnologiesKamal Spring
 

What's hot (20)

IRJET- An Overview on Indian its & Foreign its to Develop its in Nagpur City
IRJET- An Overview on Indian its & Foreign its to Develop its in Nagpur CityIRJET- An Overview on Indian its & Foreign its to Develop its in Nagpur City
IRJET- An Overview on Indian its & Foreign its to Develop its in Nagpur City
 
Inter vehicular communication using packet network theory
Inter vehicular communication using packet network theoryInter vehicular communication using packet network theory
Inter vehicular communication using packet network theory
 
The realistic mobility evaluation of vehicular ad hoc network for indian auto...
The realistic mobility evaluation of vehicular ad hoc network for indian auto...The realistic mobility evaluation of vehicular ad hoc network for indian auto...
The realistic mobility evaluation of vehicular ad hoc network for indian auto...
 
Intelligent transportation system based on iot service for traffic control
Intelligent transportation system based on iot service for traffic controlIntelligent transportation system based on iot service for traffic control
Intelligent transportation system based on iot service for traffic control
 
Autonomous Traffic Signal Control using Decision Tree
Autonomous Traffic Signal Control using Decision Tree Autonomous Traffic Signal Control using Decision Tree
Autonomous Traffic Signal Control using Decision Tree
 
IRJET- Traffic Congestion at Toll Plaza: A Case Study of Khed-Shivapur, Pune
IRJET-  	  Traffic Congestion at Toll Plaza: A Case Study of Khed-Shivapur, PuneIRJET-  	  Traffic Congestion at Toll Plaza: A Case Study of Khed-Shivapur, Pune
IRJET- Traffic Congestion at Toll Plaza: A Case Study of Khed-Shivapur, Pune
 
ITS "Intelligent Transportation System" Guided Vehicle using IOT Project
ITS "Intelligent Transportation System" Guided Vehicle using IOT ProjectITS "Intelligent Transportation System" Guided Vehicle using IOT Project
ITS "Intelligent Transportation System" Guided Vehicle using IOT Project
 
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
 
IRJET- Intelligent Traffic Management System
IRJET- Intelligent Traffic Management SystemIRJET- Intelligent Traffic Management System
IRJET- Intelligent Traffic Management System
 
Review Paper on Intelligent Traffic Control system using Computer Vision for ...
Review Paper on Intelligent Traffic Control system using Computer Vision for ...Review Paper on Intelligent Traffic Control system using Computer Vision for ...
Review Paper on Intelligent Traffic Control system using Computer Vision for ...
 
Intelligent Transportation System (ITS)
Intelligent Transportation System (ITS)Intelligent Transportation System (ITS)
Intelligent Transportation System (ITS)
 
IRJET- Smart Bus for Smart City using IoT
IRJET-  	  Smart Bus for Smart City using IoTIRJET-  	  Smart Bus for Smart City using IoT
IRJET- Smart Bus for Smart City using IoT
 
Smart government transportation with cloud security
Smart government transportation with cloud securitySmart government transportation with cloud security
Smart government transportation with cloud security
 
Futuristic intelligent transportation system architecture for sustainable roa...
Futuristic intelligent transportation system architecture for sustainable roa...Futuristic intelligent transportation system architecture for sustainable roa...
Futuristic intelligent transportation system architecture for sustainable roa...
 
IRJET- Traffic Sign Detection, Recognition and Notification System using ...
IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...
IRJET- Traffic Sign Detection, Recognition and Notification System using ...
 
Integrated Intelligent Transportation Systems (ITS)
Integrated Intelligent Transportation Systems (ITS)Integrated Intelligent Transportation Systems (ITS)
Integrated Intelligent Transportation Systems (ITS)
 
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
 
Intelligent Transportation System
Intelligent Transportation SystemIntelligent Transportation System
Intelligent Transportation System
 
A Cloud-Based Smart-Parking System Based on Internet-of-Things Technologies
A Cloud-Based Smart-Parking System Based on Internet-of-Things TechnologiesA Cloud-Based Smart-Parking System Based on Internet-of-Things Technologies
A Cloud-Based Smart-Parking System Based on Internet-of-Things Technologies
 
[IJET-V1I5P12] Authors: Omkar Dhorge, ShantanuShamraj ,Sumedh Melkunde, Rohit...
[IJET-V1I5P12] Authors: Omkar Dhorge, ShantanuShamraj ,Sumedh Melkunde, Rohit...[IJET-V1I5P12] Authors: Omkar Dhorge, ShantanuShamraj ,Sumedh Melkunde, Rohit...
[IJET-V1I5P12] Authors: Omkar Dhorge, ShantanuShamraj ,Sumedh Melkunde, Rohit...
 

Similar to A Smart Approach for Traffic Management

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 Signal Monitoring & Controlling using IoT
IRJET -  	  Smart Traffic Signal Monitoring & Controlling using IoTIRJET -  	  Smart Traffic Signal Monitoring & Controlling using IoT
IRJET - Smart Traffic Signal Monitoring & Controlling using IoTIRJET Journal
 
IRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFIDIRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFIDIRJET 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 - Smart Traffic Management System
IRJET - Smart Traffic Management SystemIRJET - Smart Traffic Management System
IRJET - Smart Traffic Management SystemIRJET Journal
 
IRJET - Density based Traffic Management System
IRJET - Density based Traffic Management SystemIRJET - Density based Traffic Management System
IRJET - Density based Traffic Management SystemIRJET 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
 
Intelligent traffic light controller using embedded system
Intelligent traffic light controller using embedded systemIntelligent traffic light controller using embedded system
Intelligent traffic light controller using embedded systemIRJET Journal
 
Intelligent ambulance car witch controle traffic lights
Intelligent ambulance car witch controle traffic lightsIntelligent ambulance car witch controle traffic lights
Intelligent ambulance car witch controle traffic lightsPadmakar Mangrule
 
Smart Car Parking System
Smart Car Parking SystemSmart Car Parking System
Smart Car Parking SystemIRJET Journal
 
IRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoTIRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoTIRJET Journal
 
IRJET- IoT based Smart Ambulance System
IRJET-  	  IoT based Smart Ambulance SystemIRJET-  	  IoT based Smart Ambulance System
IRJET- IoT based Smart Ambulance SystemIRJET Journal
 
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
 
IoT Solution To Regulate Vehicular Traffic
IoT Solution To Regulate Vehicular TrafficIoT Solution To Regulate Vehicular Traffic
IoT Solution To Regulate Vehicular TrafficMphasis
 
Traffic Density Control and Accident Indicator Using WSN
Traffic Density Control and Accident Indicator Using WSNTraffic Density Control and Accident Indicator Using WSN
Traffic Density Control and Accident Indicator Using WSNIJMTST 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
 
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
 
IRJET- Automatic Detection of Crack Fault in Railway Track
IRJET- Automatic Detection of Crack Fault in Railway TrackIRJET- Automatic Detection of Crack Fault in Railway Track
IRJET- Automatic Detection of Crack Fault in Railway TrackIRJET Journal
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemIJSRED
 

Similar to A Smart Approach for Traffic Management (20)

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 Signal Monitoring & Controlling using IoT
IRJET -  	  Smart Traffic Signal Monitoring & Controlling using IoTIRJET -  	  Smart Traffic Signal Monitoring & Controlling using IoT
IRJET - Smart Traffic Signal Monitoring & Controlling using IoT
 
IRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFIDIRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFID
 
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 - Smart Traffic Management System
IRJET - Smart Traffic Management SystemIRJET - Smart Traffic Management System
IRJET - Smart Traffic Management System
 
IRJET - Density based Traffic Management System
IRJET - Density based Traffic Management SystemIRJET - Density based Traffic Management System
IRJET - Density based Traffic Management System
 
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
 
Intelligent traffic light controller using embedded system
Intelligent traffic light controller using embedded systemIntelligent traffic light controller using embedded system
Intelligent traffic light controller using embedded system
 
Intelligent ambulance car witch controle traffic lights
Intelligent ambulance car witch controle traffic lightsIntelligent ambulance car witch controle traffic lights
Intelligent ambulance car witch controle traffic lights
 
Smart Car Parking System
Smart Car Parking SystemSmart Car Parking System
Smart Car Parking System
 
IRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoTIRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoT
 
IRJET- IoT based Smart Ambulance System
IRJET-  	  IoT based Smart Ambulance SystemIRJET-  	  IoT based Smart Ambulance System
IRJET- IoT based Smart Ambulance System
 
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
 
IoT Solution To Regulate Vehicular Traffic
IoT Solution To Regulate Vehicular TrafficIoT Solution To Regulate Vehicular Traffic
IoT Solution To Regulate Vehicular Traffic
 
Traffic Density Control and Accident Indicator Using WSN
Traffic Density Control and Accident Indicator Using WSNTraffic Density Control and Accident Indicator Using WSN
Traffic Density Control and Accident Indicator Using WSN
 
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
 
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
 
Ie3415061510
Ie3415061510Ie3415061510
Ie3415061510
 
IRJET- Automatic Detection of Crack Fault in Railway Track
IRJET- Automatic Detection of Crack Fault in Railway TrackIRJET- Automatic Detection of Crack Fault in Railway Track
IRJET- Automatic Detection of Crack Fault in Railway Track
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition System
 

More from journal ijrtem

The effect of functionalized carbon nanotubes on thermalmechanical performanc...
The effect of functionalized carbon nanotubes on thermalmechanical performanc...The effect of functionalized carbon nanotubes on thermalmechanical performanc...
The effect of functionalized carbon nanotubes on thermalmechanical performanc...journal ijrtem
 
Development Issues and Problems of Selected Agency in Sorsogon, An investigat...
Development Issues and Problems of Selected Agency in Sorsogon, An investigat...Development Issues and Problems of Selected Agency in Sorsogon, An investigat...
Development Issues and Problems of Selected Agency in Sorsogon, An investigat...journal ijrtem
 
Positive and negative solutions of a boundary value problem for a fractional ...
Positive and negative solutions of a boundary value problem for a fractional ...Positive and negative solutions of a boundary value problem for a fractional ...
Positive and negative solutions of a boundary value problem for a fractional ...journal ijrtem
 
THE ESSENCE OF INDUSTRY 4.0
THE ESSENCE OF INDUSTRY 4.0THE ESSENCE OF INDUSTRY 4.0
THE ESSENCE OF INDUSTRY 4.0journal ijrtem
 
GREEN CHEMISTRY: A PRIMER
GREEN CHEMISTRY: A PRIMERGREEN CHEMISTRY: A PRIMER
GREEN CHEMISTRY: A PRIMERjournal ijrtem
 
Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...
Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...
Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...journal ijrtem
 
Augmented Tourism: Definitions and Design Principles
Augmented Tourism: Definitions and Design PrinciplesAugmented Tourism: Definitions and Design Principles
Augmented Tourism: Definitions and Design Principlesjournal ijrtem
 
A study on financial aspect of supply chain management
A study on financial aspect of supply chain management	A study on financial aspect of supply chain management
A study on financial aspect of supply chain management journal ijrtem
 
Existence results for fractional q-differential equations with integral and m...
Existence results for fractional q-differential equations with integral and m...Existence results for fractional q-differential equations with integral and m...
Existence results for fractional q-differential equations with integral and m...journal ijrtem
 
Multi products storage using randomness
Multi products storage using randomnessMulti products storage using randomness
Multi products storage using randomnessjournal ijrtem
 
Study of desalination processes of seawater from the desalination plant of La...
Study of desalination processes of seawater from the desalination plant of La...Study of desalination processes of seawater from the desalination plant of La...
Study of desalination processes of seawater from the desalination plant of La...journal ijrtem
 
Effect of Cash Management on The Financial Performance of Cooperative Banks i...
Effect of Cash Management on The Financial Performance of Cooperative Banks i...Effect of Cash Management on The Financial Performance of Cooperative Banks i...
Effect of Cash Management on The Financial Performance of Cooperative Banks i...journal ijrtem
 
Technical expertise on the cause of engine failure of the Mitsubishi Pajero S...
Technical expertise on the cause of engine failure of the Mitsubishi Pajero S...Technical expertise on the cause of engine failure of the Mitsubishi Pajero S...
Technical expertise on the cause of engine failure of the Mitsubishi Pajero S...journal ijrtem
 
Clustering based Time Slot Assignment Protocol for Improving Performance in U...
Clustering based Time Slot Assignment Protocol for Improving Performance in U...Clustering based Time Slot Assignment Protocol for Improving Performance in U...
Clustering based Time Slot Assignment Protocol for Improving Performance in U...journal ijrtem
 
Design and Implementation of Smart Bell Notification System using IoT
Design and Implementation of Smart Bell Notification System using IoT	Design and Implementation of Smart Bell Notification System using IoT
Design and Implementation of Smart Bell Notification System using IoT journal ijrtem
 
Assessment of the Water Quality of Lake Sidi Boughaba (Ramsar Site 1980) Keni...
Assessment of the Water Quality of Lake Sidi Boughaba (Ramsar Site 1980) Keni...Assessment of the Water Quality of Lake Sidi Boughaba (Ramsar Site 1980) Keni...
Assessment of the Water Quality of Lake Sidi Boughaba (Ramsar Site 1980) Keni...journal ijrtem
 
The case of a cyclist and tractor traffic accident
The case of a cyclist and tractor traffic accident	The case of a cyclist and tractor traffic accident
The case of a cyclist and tractor traffic accident journal ijrtem
 
Social Media Role in Improving Customer Relationship Management: An Empirical...
Social Media Role in Improving Customer Relationship Management: An Empirical...Social Media Role in Improving Customer Relationship Management: An Empirical...
Social Media Role in Improving Customer Relationship Management: An Empirical...journal ijrtem
 

More from journal ijrtem (20)

The effect of functionalized carbon nanotubes on thermalmechanical performanc...
The effect of functionalized carbon nanotubes on thermalmechanical performanc...The effect of functionalized carbon nanotubes on thermalmechanical performanc...
The effect of functionalized carbon nanotubes on thermalmechanical performanc...
 
Development Issues and Problems of Selected Agency in Sorsogon, An investigat...
Development Issues and Problems of Selected Agency in Sorsogon, An investigat...Development Issues and Problems of Selected Agency in Sorsogon, An investigat...
Development Issues and Problems of Selected Agency in Sorsogon, An investigat...
 
Positive and negative solutions of a boundary value problem for a fractional ...
Positive and negative solutions of a boundary value problem for a fractional ...Positive and negative solutions of a boundary value problem for a fractional ...
Positive and negative solutions of a boundary value problem for a fractional ...
 
ORGANIC FOODS
ORGANIC FOODSORGANIC FOODS
ORGANIC FOODS
 
MOLECULAR COMPUTING
MOLECULAR COMPUTINGMOLECULAR COMPUTING
MOLECULAR COMPUTING
 
THE ESSENCE OF INDUSTRY 4.0
THE ESSENCE OF INDUSTRY 4.0THE ESSENCE OF INDUSTRY 4.0
THE ESSENCE OF INDUSTRY 4.0
 
GREEN CHEMISTRY: A PRIMER
GREEN CHEMISTRY: A PRIMERGREEN CHEMISTRY: A PRIMER
GREEN CHEMISTRY: A PRIMER
 
Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...
Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...
Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...
 
Augmented Tourism: Definitions and Design Principles
Augmented Tourism: Definitions and Design PrinciplesAugmented Tourism: Definitions and Design Principles
Augmented Tourism: Definitions and Design Principles
 
A study on financial aspect of supply chain management
A study on financial aspect of supply chain management	A study on financial aspect of supply chain management
A study on financial aspect of supply chain management
 
Existence results for fractional q-differential equations with integral and m...
Existence results for fractional q-differential equations with integral and m...Existence results for fractional q-differential equations with integral and m...
Existence results for fractional q-differential equations with integral and m...
 
Multi products storage using randomness
Multi products storage using randomnessMulti products storage using randomness
Multi products storage using randomness
 
Study of desalination processes of seawater from the desalination plant of La...
Study of desalination processes of seawater from the desalination plant of La...Study of desalination processes of seawater from the desalination plant of La...
Study of desalination processes of seawater from the desalination plant of La...
 
Effect of Cash Management on The Financial Performance of Cooperative Banks i...
Effect of Cash Management on The Financial Performance of Cooperative Banks i...Effect of Cash Management on The Financial Performance of Cooperative Banks i...
Effect of Cash Management on The Financial Performance of Cooperative Banks i...
 
Technical expertise on the cause of engine failure of the Mitsubishi Pajero S...
Technical expertise on the cause of engine failure of the Mitsubishi Pajero S...Technical expertise on the cause of engine failure of the Mitsubishi Pajero S...
Technical expertise on the cause of engine failure of the Mitsubishi Pajero S...
 
Clustering based Time Slot Assignment Protocol for Improving Performance in U...
Clustering based Time Slot Assignment Protocol for Improving Performance in U...Clustering based Time Slot Assignment Protocol for Improving Performance in U...
Clustering based Time Slot Assignment Protocol for Improving Performance in U...
 
Design and Implementation of Smart Bell Notification System using IoT
Design and Implementation of Smart Bell Notification System using IoT	Design and Implementation of Smart Bell Notification System using IoT
Design and Implementation of Smart Bell Notification System using IoT
 
Assessment of the Water Quality of Lake Sidi Boughaba (Ramsar Site 1980) Keni...
Assessment of the Water Quality of Lake Sidi Boughaba (Ramsar Site 1980) Keni...Assessment of the Water Quality of Lake Sidi Boughaba (Ramsar Site 1980) Keni...
Assessment of the Water Quality of Lake Sidi Boughaba (Ramsar Site 1980) Keni...
 
The case of a cyclist and tractor traffic accident
The case of a cyclist and tractor traffic accident	The case of a cyclist and tractor traffic accident
The case of a cyclist and tractor traffic accident
 
Social Media Role in Improving Customer Relationship Management: An Empirical...
Social Media Role in Improving Customer Relationship Management: An Empirical...Social Media Role in Improving Customer Relationship Management: An Empirical...
Social Media Role in Improving Customer Relationship Management: An Empirical...
 

Recently uploaded

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
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
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
 
(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
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
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
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 

Recently uploaded (20)

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
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
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
 
(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
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
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
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 

A Smart Approach for Traffic Management

  • 1. Invention Journal of Research Technology in Engineering & Management (IJRTEM) ISSN: 2455-3689 www.ijrtem.com Volume 2 Issue 5 ǁ May 2018 ǁ PP 40-43 |Volume 2| Issue 5 | www.ijrtem.com | 40 | A Smart Approach for Traffic Management 1, Mrs. K. Mohanaleela, 2, Tejaswi, 3, Ch. Bhavani, G. Gayatri 1,2,3, ( Department Ece, Sridevi Women’s Engineering College) ABSTRACT: This paper is aimed at designing a density based dynamic traffic signal system where the timing of signal will change automatically on sensing the traffic density at any junction using the IoT technology. Traffic congestion is a severe problem in most cities across the world and therefore it is time to shift more manual mode or fixed timer mode to an automated system with decision making capabilities. To optimize this problem, we have made a framework for an intelligent traffic control system. Sometimes higher traffic density at one side of the junction demands longer green time as compared to standard allotted time. We therefore propose here a mechanism in which the time period of green light and red light is assigned on the basis of the density of the traffic present at the time. This is achieved by using LIDAR sensors. In addition, when the emergency services are present on the particular lane, the clearance is given to that lane. This is achieved by providing a wifi module in the emergency vehicles. The SSID of the vehicle is scanned by Node MCU at the traffic pole and clearance is given. KEYWORDS: Emergency services, IoT, Node MCU, Traffic Congestion, LIDAR sensor I. INTRODUCTION Due to the massive growth in urbanization and traffic congestion, intelligent vision-based traffic light controller is needed to reduce the traffic delay and travel time especially in developing countries as the current automatic time-based control is not realistic while sensor-based traffic light controller is not reliable in developing countries. Traffic congestion is now considered to be one of the biggest problems in the urban environments. Our approach is based on the alteration of traffic signal based on the vehicle density, which is the clever approach for traffic management. If the emergency vehicles like Ambulance, Fire engine are blocked in the traffic jam, the need of the service can’t be fulfilled within specified time. Traffic problems will be also much more widely increasing as an expected result of the growing number of transportation means and current low-quality infrastructure of the roads. II. LITERATURE REVIEW In general cases, the traffic management is based on the time, which is an inefficient way of clearing the traffic. In the year 2015, Mr. Ranganathan has proposed a new approach for the traffic management based on the density of the vehicles in the particular lane. In his approach, the clearance will be given to the lane having the high density of vehicles. The density of the vehicles will be calculated using the IR sensors, which are harmful to the human life. By this approach, the service will be provided to the lane whichever having highest number of vehicles. But the main disadvantage of this approach is, the emergency vehicles will be given equal priority as general vehicles. In such cases, the need of the emergency service will not be fulfilled. By our approach, the enhancement is given to the above implementation. In which emergency vehicles are given higher priority since they will be having wifi module in it. The microcontroller at the traffic pole detects the SSID and the clearance is given also the IR sensors are replaced by the CJ VL53L0XV2 LIDAR sensor, which doesn’t affect the human life. III. HARDWARE REQUIREMENTS Node MCU: Node MCU is an open source IoT platform. It includes firmware which runs on the ESP8266 Wi- Fi Source code from Espressif System and hardware which is based on the ESP-12 module. CJ VL53L0XV2 LIDAR sensor : This sensor is a carrier/breakout board for ST’s VL53L0X laser-ranging sensor, which measures the range to a target object. The VL53L0X uses time-of-flight measurements of infrared pulses for ranging, allowing it to give accurate results independent of the target’s colour and surface. C level converter: The logic level converter is a small device that safely steps down 5V signals to 3.3V and steps up 3.3V to 5V. Each level converter has the capability of converting 4 pins on the high side to 4 pins on the low side. Two inputs and two outputs are provided for each side. This can be used with normal serial, I2C, SPI, and any other digital signal and does not work with an analog signal. The level converter is very easy to use.
  • 2. A Smart Approach for Traffic Management. |Volume 2| Issue 5 | www.ijrtem.com | 41 | TCA9548A I2C Multiplexer: The TCA9548A device has eight bidirectional translating switches that can be controlled through the I2C bus. The SCL/SDA upstream pair fans out to eight downstream pairs, or channels. Any individual Scan/SD channel or combination of channels can be selected, determined by the contents of the programmable control register. These downstream channels can be used to resolve I2C slave address conflicts. IV. SOFTWARE REQUIREMENTS Arduino: Arduino is a prototype platform (open-source) based on an easy-to-use hardware and software. It consists of a circuit board, which can be programmed and ready-made software called Arduino IDE (Integrated Development Environment), which is used to write and upload the computer code to the physical board. We can control your board functions by sending a set of instructions to the microcontroller on the board via Arduino IDE. IOT: The Internet of Things (IoT) is the inter-networking of physical devices, vehicles (also referred to as "connected devices" and "smart devices"), buildings, and other items embedded with electronics, software, sensors, actuators, and network connectivity which enable these objects to collect and exchange data. The IoT allows objects to be sensed or controlled remotely across existing network infra-structure, creating opportunities for more direct integration of the physical world into computer-based systems, and resulting in improved efficiency, accuracy and economic benefit in addition to reduced human intervention. MQTT: MQTT (MQ Telemetry Transport or Message Queuing Telemetry Transport) is an ISO standard (ISO/IEC PRF 20922) publish-subscribe-based messaging protocol. It works on top of the TCP/IP protocol. It is designed for connections with remote locations where a "small code footprint" is required or the network bandwidth is limited. MQ Telemetry Transport is a publish-subscribe pattern based "light weight" messaging protocol. The protocol is often used in the the IoT, “Internet of Things” world of connected devices. Its designed for built-in systems, mobile phones and other memory and bandwidth sensitive applications. Cloud AMQP do recommend the AMQP protocol in favor of the MQTT protocol. V. WORKING Our implementation provides a smart way to clear the traffic efficiently with prioritising the emergency services by using “Internet of Things” technology. The hardware components in this project are Node M CU, LIDAR sensor, I2C multiplexer, 16-bit analogy multiplexer, LEDs, Bread board, Jumper wires and power supply. And the software components include Arduino. IDE and MQTT. Block Diagram: Lidar sensors which are present on the signal pole senses the number of vehicles passed in the respective lane. The count of vehicle is passed to the signal pole through the MQTT. MQTT consists of publish, subscribe and broker.
  • 3. A Smart Approach for Traffic Management. |Volume 2| Issue 5 | www.ijrtem.com | 42 | As the sensors turn smart due to the Node MCU, it could publish the count of vehicles and the microcontroller at the traffic pole subscribes it and the traffic signals are altered based on the traffic density. The cloud which is shown in the block diagram is the broker through which publishing and subscription is done. In the case of emergency vehicles, the vehicle consists of the wifi module in it, the SSID of the vehicle will be scanned by the microcontroller at the traffic signal. WIFI scanner program will be executed and checked with the SSID of the vehicle, when it matches with that of the vehicle the traffic signal alteration is done. And in this way the clearance to the lane in which emergency vehicles are present, is achieved. VI. RESULTS AND DISCUSSIONS This project is implemented successfully to reduce the traffic congestion by using the Internet of Things (IoT) technology and MQTT. By implementing this approach in real life, traffic clearance will be done within the minimum time lapse which makes it more efficient. And the emergency services are given the higher priority, fulfilling the emergency need. Fig.1 Showing one green light and red light is turned ON The above figure shows the turning ON of the green light and red light in the lane1 and lane2 respectively, When the number of vehicles in lane1 is higher than the number of vehicles in lane2. After certain time lapse the signal then shifted to another lane based on the density of the vehicles. VII. ADVANTAGES 1. Traffic management can be achieved more effectively. 2. Traffic Congestion can be cleared within minimum amount of time. 3. Human interference is not required for the traffic control. 4. Emergency services are given the highest priority, fulfilling the emergency situation. VIII. CONCLUSION There is exigent need of efficient traffic management system in our country, as India meets with 384 accidents every day. To reduce this congestion and unwanted time delay in traffic an advanced system is designed here in this project. With the field application of this technology, the maddening chaos of traffic can be effectively channelized by distributing the time slots based on the merit of the vehicle load in certain lanes of multi junction crossing. Emergency vehicles need to reach their destinations at the earliest. If they spend a lot of time in traffic jams. With emergency vehicle clearance, the traffic signal turns to green as long as the emergency vehicle is waiting in the traffic junction. The signal turns to red, only after the emergency vehicle passes through. Currently, it is implemented system by considering one road of the traffic junction. We have successfully implemented the prototype at laboratory scale with remarkable outcome. The next step forward is to implement this schema in real life scenario for the first-hand results, before implementing on the largest scale. We believe that this may bring a revolutionary change in traffic management system on its application in actual field environment. Future Scope: As part of future advancements, the traffic check post may be connected by wireless transmitters by which the crossing ahead may be achieved the connecting sensor network with GPS connectivity and short- wave radio transmission signals. This will act as a feed forward system making the signalling system even smoother and congestion free. Our project can also be advanced in the creation of new indication, which implies the turning off the vehicle engine if the time required for the traffic clearance is high. This can be achieved by
  • 4. A Smart Approach for Traffic Management. |Volume 2| Issue 5 | www.ijrtem.com | 43 | predicting the time required for the alteration signals. This decreases the fuel wastage in the vehicles and the pollution. REFERENCES [1] Rajeshwari Sundar, Santhosh’s Hebbar, and Varaprasad Golla “Implementing Intelligent Traffic Control System for Congestion Control, Ambulance Clearance, and Stolen Vehicle Detection”. [2] A Ranganatha, T Sree Valli “Intelligent Management System for Density Based Control, Stolen Vehicle and Auto Clearance. [3] Pavithra Poornima. S” Traffic surveillance and vehicle identification in ghat curves using Arduino. [4] M. Abdoos, N. Mahayana, and A. L. C. Bazan, “Traffic light control in non-stationary environments based on multi agent Q-learning,” in Proc. 14th Int. IEEE Conf. Intell. Transp. Syst., Oct. 2011, pp. 580– 1585. [4] Traffic Congestion in Bangalore—A Rising Concern. [Online]. Available: http://www.commonfloor.com/guide/traffic-conges tion-in-bangalore-arisingconcern-27238.html, accessed 2013. Mrs. K. Mohanaleela, et al. “A Smart Approach for Traffic Management.” Invention Journal of Research Technology in Engineering & Management (IJRTEM), vol. 2, no. 5, 20 May 2018, pp. 40–43., www.ijrtem.com.