SlideShare a Scribd company logo
1 of 9
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 4 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 206
Intelligent Traffic Management for Ambulance and VIP Vehicles
Andhare Monali1, Yadav Sayali2, Nikam Dipti3, Prof. Ghewari M.U4
1,2,3,4Asst. Professor Dept. of E&TC Engineering, AGTI’s Dr.Daulatrao aher collage of engineering karad,
Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
ABSTRACT -Now a days considering the fast moving world scenario especially in large cities many service get delaydueto
traffic jams. Ambulance service is one of the crucial services that get delay very often.It is possible to propose dynamic time-
based coordination schemes where the green signal time of the traffic lights is assigned based on the present conditions of
traffic. This is achieved by using 3 pair of IR sensors (Transmitter andReceiver)acrosstheroadtomonitora particularlength/
zone while vehicles on the same zone block the IR light falling on the IR receiver to assume low traffic density. Thissystemwill
implementing based on present criteria that tracking three conditions in those one is heavy traffic control and another one is
making root of emergency vehicle like ambulance and VIP vehicles.
Key Words: IR sensors, Traffic control system,Trafficlightcontroller(microcontrollerAT89S52),RFtransmitter and
receiver.
1. INTRODUCTION
1.1 OVERVIEW
Traffic congestion is a severe problem in many major cities across the world. The traffic congestioncanalsobecausedbylarge
Red light delays, etc. The delay of respective light is hard coded in the traffic light and it is not dependent on traffic. Therefore
for simulating and optimizing traffic control to better accommodate this increasing demand is arises .One of the major
problems faced by heavy traffic is by Ambulances. As we all know that Ambulances are the most important medical means of
transport in any country as they carry patients to the nearby hospitals. But due to heavy traffic, one can often see the
Ambulances stuck in traffic for long durations thus causing danger to patient’s life.
1.2 AIM
Our project aims to solve this problem of Ambulances and VIP vehicles. When an Ambulance and VIP vehicles arrives, its
corresponding lane traffic light becomes green and all the others become red, thus paving traffic less way for the
Ambulance and thus helping it to reach the hospital swiftly. This is possible by the use of RF transmitters and Receivers.
2. HARDWARE DETAILS:
2.1. MICROCONTROLLER:
Features of microcontroller 89c51:
There are some important features of microcontroller which are given below,
 The 89c51 is compatible with MCS 51 family.
 It has 8 bit data bus and 8 bit (arithmetic logic unit).
 It has 4k bytes of on chip reprogrammable flash memory.
 It supported three level program memory lock.
 It has 16 bit of address bus and 64 kb of RAM (random access memory) and ROM (read only memory).
 It has on chip RAM 128 bytes data memory.
 It has four 8 bit bidirectional input or output ports that is 32 programmable input or output lines.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 4 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 207
 It can execute 1 million one cycle instructions per second with a clock frequency of 12MHz.
 It has one UART programmable serial ports.
 It has six interrupts source.
 It has two multimode 16 bit timers.
 It has two level interrupts priority.
 It has power saving mode.
Fig.2.1 Microcontroller AT89C51
2.2 IR LED
Infrared technologyaddresses a wide variety ofwirelessapplications.Themainareasaresensingandremotecontrols.Inthe
electromagnetic spectrum, the infrared portion is divided into three regions: near infrared region, mid infrared region and far
infrared region.
The wavelengths of these regions and their applications are shown below.
Near infrared region — 700 nm to 1400 nm — IR sensors, fiber optic
Mid infrared region — 1400 nm to 3000 nm — Heat sensing
Far infrared region — 3000 nm to 1 mm — Thermal imaging
The frequency range of infrared is higher than microwave and lesser than visible light.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 4 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 208
For optical sensing and optical communication, photo optics technologies are used in the near infrared region as the light is
less complex than RF when implemented asasourceofsignal.OpticalwirelesscommunicationisdonewithIRdatatransmission
for short range applications.An infrared sensor emitsand/ordetectsinfraredradiationtosenseitssurroundings.Theworkingof
any Infrared sensor is governed by three laws: Planck’s Radiation law, Stephen – Boltzmann law and Wien’s Displacement
law.The basic concept of an Infrared Sensor which is used as Obstacle detector is to transmit an infrared signal, this infrared
signal bounces from the surface of an object and the signal is received at the infrared receiver.
Fig.2.2.1 IR LED
Fig 2.2.2 concept of IR
2.3 PHOTODIODE:
A photodiode is a type of photo detector capable of converting light into either current or voltage, depending upon
the mode of operation.
Infrared receivers are also called as infrared sensors as they detect the radiationfromanIRtransmitter.IRreceiverscomein
the form of photodiodes andphototransistors. Infrared Photodiodes are different from normal photodiodesastheydetectonly
infrared radiation. The picture of a typical IR receiver or a photodiode is shown below.
Distinguishing Between Black and White Colors:
It is universal that black colorabsorbs the entire radiation incident on it and whitecolorreflectstheentireradiationincident
on it. Based on this principle,the second positioning of the sensorcouplecanbemade.TheIRLEDandthephotodiodeareplaced
side by side. When the IR transmitter emits infrared radiation, since there is no direct line of contact between the transmitter
and receiver, the emitted radiation must reflect back to the photodiode after hitting any object. The surface of the object can be
divided into two types: reflective surface and non-reflective surface. If the surface of the object is reflective in nature i.e. it is
white or other light color, most of the radiation incident on it will get reflected back and reaches the photodiode. Depending on
the intensity of the radiation reflected back, current flows in the photodiode.
If the surface of the object is non-reflective in nature i.e. it is black or other dark color, it absorbs almost all the radiation
incident on it. As there is no reflected radiation, there is no radiation incident on the photodiode and the resistance of the
photodiode remains higher allowing no current to flow. This situation is similar to there being no object at all.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 4 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 209
Fig2.3 Photodiode
2.4 RF TRANSMITTER & RECEIVER:
Fig 2.4 RF transmitter and receiver
Basically the RF modules are 433 MHz RF transmitter and receiver modules. The transmitter draws no power when
transmitting logic zero while fully suppressing the carrier frequency thus consume significantly low power in battery
operation. When logic one is sent carrier is fully on to about 4.5mA with a 3volts power supply. The data is sent serially
from the transmitter which is received by the tuned receiver. Transmitter and the receiver are duly interfaced to two
microcontrollers for data transfer.
3. SOFTWARE DETAILS:
Here is some software which is used in proposed system.
3.1. KEIL MICROVISION :
Installation using the web download 1. Download the product from www.keil.com/demo 2. Run the downloaded
executable 3. Follow the instructions displayed by the SETUP program Installation from CD-ROM 1. Insert the CD-ROM into
your CD-ROM drive. The CD-ROM browser should start automatically. If it does not, you can run SETUP.EXEfromtheCD-ROM.
2. Select Install Products & Updates from the CD Browser menu 3. Follow the instructions displayed by the SETUP program
Product Folder Structure The SETUP program copies the development tools into subfolders. The base folder defaults to
C:KEIL. The following table lists the default folders for each microcontroller architecture installation. Adjust the examples
used in this manual to your preferred installation directory accordingly.
Requesting Assistance At Keil, we are committed to providing you with the best embedded development tools,
documentation, and support. If you have suggestions and comments regarding any of our products, or you have discovered a
problem with the software, please report them to us, and where applicablemakesure to:1.Readthesectioninthismanual that
pertains to the task you are attempting 2. Check the update section of the Keil web site to make sure you have the latest
software and utility version 3. Isolate software problems by reducing your codetoasfewlinesaspossibleIfyouarestill having
difficulties, please report them to our technical support group. Make sure to include your license code and product version
number. See the Help – About Menu. In addition, we offer the following support and information channels, all accessible at
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 4 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 210
www.keil.com/support1 . 1. The Support Knowledgebase is updated daily and includes the latest questionsandanswersfrom
the support department 2. The Application Notes can help you in mastering complex issues, like interrupts and memory
utilization 3. Check the on-line Discussion Forum 4. Request assistancethroughContactTechnical Support(web-basedE-Mail)
5. Finally, you can reach the support department directly via support.intl@keil.com or support.us@keil.com
8051 Development Tool Support The Keil C51 Compiler and the Keil Linker/Locator provide optimum 8051
architecture support with the following features and C language extensions. Interruptfunctionswithregister bank supportare
written directly in C Bit and bit-addressable variables for optimal Boolean data type support Compile-time stack with data
overlaying uses direct memory access and gives high-speed code with little overhead compared to assembly programming
Reentrant functions for usage by multiple interrupt or task threats Generic and memory-specific pointers provide flexible
memory access Linker Code Packing gives utmost code density by reusing identical program sequences Code and Variable
Banking expand the physical memory address space Absolute Variable Locating enables peripheral access and memory
sharing.
2.2. PROTEUS:
Proteus is software for microprocessor simulation ,schematic capture ,and printed circuit board (PCB)design. It is
developed by lab center electronics. Proteus 8 is a best simulation software foe various designs with microcontroller.It is
mainly popular because of availability of almost all microcontrollers in it. So it is handly tool to test programs .You cn simulate
your programming of microcontroller in proteus 8 simulation software. Aftersimulatingyourcircuitinproteus8softwareyou
can directly make PCB design with it so it could be a all in one package for students and hobbyists. So I think now you have a
little bit idea about what is proteus software.
2.3. EXPRESS PCB :
It starts by downloading our New free CAD software Express PCB Plus. It includes ExpressSCH Classic for drawing
schematics and ExpressPCB Plus forcircuitboardlayout.Bothprogramsarecompletelyfree,fullyfunctional andeasilyinstalled
with a single Install Shield setup program. Learning to use this software is fast because of its standardized windows user
interface. It is recommended to begin our project by drawing a schematic. While not required,it will save our time when
designing our PCB. Drawing a schematic with the ExpressSCH program is as easy as placing the components on the page and
wiring the pins together. Designing two or four layer boardsusing the ExpressPCB Plus program is very simple. It starts by
inserting the component foot prints,then drag them into position. Next, connect the pins by drawing the traces.
4. SYSTEM DESIGN:
4.1 POWER SUPPLY:
Fig.4.1.1 power supply section
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 4 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 211
4.2 MODEL:
Receiver section
Transmitter section
5. BLOCK DIAGRAM:
Fig.5.1 Block diagram
Block diagram description:
The output of power supply which is 5v connected to the 40th pin of MC & Gnd is connected to the 20th pin. The input is given
to port 2 of MC and the output of MC i.e., port 0 and port 1 is given to LED’s.
Pin 0.0 of port 0 of MC is connected to D4 i.e., Red LED,
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 4 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 212
Pin 0.1 of port 0 of MC is connected to D5 i.e., Yellow LED,
Pin 0.2 of port 0 of MC is connected to D6 i.e., Green LED,
Pin 0.3 of port 0 of MC is connected to D3 i.e., Green LED,
Pin 0.4 of port 0 of MC is connected to D5 i.e., Yellow LED,
Pin 0.5 of port 0 of MC is connected to D1 i.e., Red LED,
Pin 2.0 of port 0 of MC is connected to Q3 i.e., photodiode
Pin 2.1 of port 0 of MC is connected to Q4 i.e., photodiode
Pin 2.2 of port 0 of MC is connected to Q10 i.e., photodiode
And Q5 also connected to Q5 i.e., photodiode
Pin 2.3 of port 2 of MC is connected Q2 i.e., photodiode.
Pin 2.4 of port 2 of MC is connected to Q1 i.e., photodiode pin 1.0 of MC is connected to D8 i.e., Red LED pin 1.1 ofport 1ofMCis
shorted to Q5 and also connected to D10 i.e., yellow LED. Pin 1.2 of port 1 of MC is connected to D12 i.e., Green LED pin 1.3 of
port 1 of
MC is connected to D11 i.e., Green LED pin 1.4 of port 1 of MC is connected to D9 i.e., yellow LED pin 1.5 of port 1 of MC is
connected to D7 i.e., Red LED.
IR diode is connected through a resistance to the dc supply. A photo diode is connected in reverse biased condition
through a potential divider of a 10k variable resistance and 1k in series to the base of the transistor. While the IR rays fall on
the reverse biased photo diode it conducts that causes a voltage at the base of the transistor. The transistor then works like a
switch forcing the collector going to ground. Once the IR rays are obstructed the driving voltage is not available to the
transistor thus its collector goes high. This low to high logic can be used for the microcontroller input for any action as perthe
program.
The project uses the IR interruption concept for providing logic statechangetotheinput oftheMCasexplainedabove.
The project uses a number of IR diodes facing photodiodes. Thus the transistors Q1, Q2, Q3, Q4, Q5are in conducting state. As
the collector of those transistors are connected to corresponding port pins form as an input for the program to the executed
based on change of logic state.
Twelve number of LEDs representing as signal lights are connected to the output of the MC in sink mode to port ‘o’,
port 1 & port 2. While all the input coming from Q1 to Q5 are in logic low state, the output LEDs i.e., 3 per junction that is Red,
Amber & Green of each side way of a four traffic junction follow switch ON green timing in fixed intervals in a sequential
clockwise direction. Thus during low traffic density in one of the way,fixed green timing for each way in a junction are
provided. While any one of the way is blocked with more no.of vehicles, the IR blocking happens. There are three zones with
three set of IR sensing arrangement. In this project the transistors Q1 to Q5 gohigh becauseofIRinterruptionwhile thevehicle
comes in between the photodiode & the IR diode.
This logic high sensed at the MC input changes the green ON time to a higher value for allowing more vehicles to pass
through. After sometime similarly any other way gets more traffic, the sequential timing gets automatically increased for that
way. Each way is divided into 3 active zones, each zone representing some specific length. Based on the IR interruption the
green ON time increases, thus more the vehicle longer will be the green signal time. Thus dynamic time control is achieved
based on the traffic density.Full circuit is produced below.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 4 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 213
Sensors mounted on the Poles:
It can be a simple IRLED-Photodiode arrangement or a video detection unitwhichcandetectthepresenceofvehicles.
This works on the principle that when a car passes between the IR transmitter andIRreceiver,theIRlightisblockedandas the
result the resistance of the photodiode increases. Thischangein resistancecanbeconvertedto electrical pulses,usedtocontrol
the traffic lights.
6. FLOW CHART:
Fig shows the system flow chart of proposed system which will indicates the actual flow of proposed system to gain the
appropriate result
Yes
Fig.6.1 Flow Chart
INITIALIZE TIMER 0
AS TIMER
MOVE NEXT SIGNALLING
DATA ON TO THE PORT PINS
& START THE TIMER
LOAD DELAY VALUE
IN TIMER
IS THE DELAY
COMPLETED?
END
START
No
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 4 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 214
7. CONCLUSION & FUTURE SCOPE
The proposed work considers not only the priority of the vehicles but also the density of the vehicles on the roadandcontrols
the traffic light sequence efficiently. Also as a future scope the condition of patient canbemonitoredthisinformationissendto
the respective doctor. So that doctor can prepare for the next process before the patient reach to the hospital. Traffic lightscan
be increased to n number and traffic light control can be done for whole city by sitting on a single place.
8. ACKNOWLEDGEMENT
We are really delighted to submit this paper on “Intelligent traffic Management System for Ambulance and VIP
vehicles”. We would like to thank sincerelytoourguideMs.M.U.Ghewariforhisvaluableguidance,constantassistance,support,
endurance and constructive suggestions for the betterment of this project work. We would like to express our deep sense of
gratitude to our principal Prof. Dr. A. M. Mulla for encouraging throughout this course. We would like to convey our heartfelt
thanks to our HOD Prof. P. J. Chorage for giving us the opportunity to embark upon this topic. We would like to that all our
faculties and friends for their help and constructive criticism during this technical paper.
9. REFERENCES
1.Microcontroller book by mazidi.
2.htttp://electronicsforu.com
3.Rajeshwri sundar,Santhosha Hebbar,and Varaprasad Golla “Implementing Intelligent Traffic Control System for
congestion control,ambulance clearance,stolen vehicle detection”,IEEEsensorjournal,vol.15,No.2, feb2015.

More Related Content

What's hot

IRJET- Wireless Data Monitoring and Fault Identification by using IoT in ...
IRJET-  	  Wireless Data Monitoring and Fault Identification by using IoT in ...IRJET-  	  Wireless Data Monitoring and Fault Identification by using IoT in ...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in ...IRJET Journal
 
IRJET- An IoT based Remote HRV Monitoring System for Hypertensive Patients
IRJET-  	  An IoT based Remote HRV Monitoring System for Hypertensive PatientsIRJET-  	  An IoT based Remote HRV Monitoring System for Hypertensive Patients
IRJET- An IoT based Remote HRV Monitoring System for Hypertensive PatientsIRJET Journal
 
IRJET - Voice based Notice Board using Android
IRJET -  	  Voice based Notice Board using AndroidIRJET -  	  Voice based Notice Board using Android
IRJET - Voice based Notice Board using AndroidIRJET Journal
 
IRJET - A Cyber-Physical System for Environmental Monitoring Based on IOT
IRJET -  	  A Cyber-Physical System for Environmental Monitoring Based on IOTIRJET -  	  A Cyber-Physical System for Environmental Monitoring Based on IOT
IRJET - A Cyber-Physical System for Environmental Monitoring Based on IOTIRJET Journal
 
Sensing and Communication using bi-directional LEDs
Sensing and Communication using bi-directional LEDsSensing and Communication using bi-directional LEDs
Sensing and Communication using bi-directional LEDsEngineer Humair Gohar
 
IRJET- Smart Guide Stick For Blind
IRJET- Smart Guide Stick For BlindIRJET- Smart Guide Stick For Blind
IRJET- Smart Guide Stick For BlindIRJET Journal
 
Ieeepro techno solutions ieee 2014 embedded prokect emb base paper 43
Ieeepro techno solutions  ieee 2014 embedded prokect emb base paper 43Ieeepro techno solutions  ieee 2014 embedded prokect emb base paper 43
Ieeepro techno solutions ieee 2014 embedded prokect emb base paper 43srinivasanece7
 
HOME AUTOMATION USING ZIGBEE TECHNOLOGY AND IOT
HOME AUTOMATION USING ZIGBEE TECHNOLOGY AND IOTHOME AUTOMATION USING ZIGBEE TECHNOLOGY AND IOT
HOME AUTOMATION USING ZIGBEE TECHNOLOGY AND IOTIAEME Publication
 
Intelligent vehicle control based on identification of road signs by solar po...
Intelligent vehicle control based on identification of road signs by solar po...Intelligent vehicle control based on identification of road signs by solar po...
Intelligent vehicle control based on identification of road signs by solar po...eSAT Journals
 
IRJET- Intelligent Student Tracking and Monitoring for College Infrastruc...
IRJET-  	  Intelligent Student Tracking and Monitoring for College Infrastruc...IRJET-  	  Intelligent Student Tracking and Monitoring for College Infrastruc...
IRJET- Intelligent Student Tracking and Monitoring for College Infrastruc...IRJET Journal
 
IRJET - Design and Implementation of RF based Wireless Home Automation System
IRJET - Design and Implementation of RF based Wireless Home Automation SystemIRJET - Design and Implementation of RF based Wireless Home Automation System
IRJET - Design and Implementation of RF based Wireless Home Automation SystemIRJET Journal
 
IRJET - Intelligent Energy Monitoring System using Web Access
IRJET - Intelligent Energy Monitoring System using Web AccessIRJET - Intelligent Energy Monitoring System using Web Access
IRJET - Intelligent Energy Monitoring System using Web AccessIRJET Journal
 
IRJET- Development of Data Transmission using Smart Sensing Technology for St...
IRJET- Development of Data Transmission using Smart Sensing Technology for St...IRJET- Development of Data Transmission using Smart Sensing Technology for St...
IRJET- Development of Data Transmission using Smart Sensing Technology for St...IRJET Journal
 
An Infrared Interactions System for Statistics System
An Infrared Interactions System for Statistics SystemAn Infrared Interactions System for Statistics System
An Infrared Interactions System for Statistics SystemIRJET Journal
 
62 ijtet14003 pdf-libre
62 ijtet14003 pdf-libre62 ijtet14003 pdf-libre
62 ijtet14003 pdf-libreIJTET Journal
 
IRJET- Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)
IRJET-  	  Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)IRJET-  	  Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)
IRJET- Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)IRJET Journal
 
Intelligent Car System for Accident Prevention
Intelligent Car System for Accident PreventionIntelligent Car System for Accident Prevention
Intelligent Car System for Accident PreventionIRJET Journal
 
IRJET- IoT Enabled Smart Parking System
IRJET-  	  IoT Enabled Smart Parking SystemIRJET-  	  IoT Enabled Smart Parking System
IRJET- IoT Enabled Smart Parking SystemIRJET Journal
 
IRJET- Automotive Collision Avoidance System
IRJET-  	  Automotive Collision Avoidance SystemIRJET-  	  Automotive Collision Avoidance System
IRJET- Automotive Collision Avoidance SystemIRJET Journal
 

What's hot (19)

IRJET- Wireless Data Monitoring and Fault Identification by using IoT in ...
IRJET-  	  Wireless Data Monitoring and Fault Identification by using IoT in ...IRJET-  	  Wireless Data Monitoring and Fault Identification by using IoT in ...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in ...
 
IRJET- An IoT based Remote HRV Monitoring System for Hypertensive Patients
IRJET-  	  An IoT based Remote HRV Monitoring System for Hypertensive PatientsIRJET-  	  An IoT based Remote HRV Monitoring System for Hypertensive Patients
IRJET- An IoT based Remote HRV Monitoring System for Hypertensive Patients
 
IRJET - Voice based Notice Board using Android
IRJET -  	  Voice based Notice Board using AndroidIRJET -  	  Voice based Notice Board using Android
IRJET - Voice based Notice Board using Android
 
IRJET - A Cyber-Physical System for Environmental Monitoring Based on IOT
IRJET -  	  A Cyber-Physical System for Environmental Monitoring Based on IOTIRJET -  	  A Cyber-Physical System for Environmental Monitoring Based on IOT
IRJET - A Cyber-Physical System for Environmental Monitoring Based on IOT
 
Sensing and Communication using bi-directional LEDs
Sensing and Communication using bi-directional LEDsSensing and Communication using bi-directional LEDs
Sensing and Communication using bi-directional LEDs
 
IRJET- Smart Guide Stick For Blind
IRJET- Smart Guide Stick For BlindIRJET- Smart Guide Stick For Blind
IRJET- Smart Guide Stick For Blind
 
Ieeepro techno solutions ieee 2014 embedded prokect emb base paper 43
Ieeepro techno solutions  ieee 2014 embedded prokect emb base paper 43Ieeepro techno solutions  ieee 2014 embedded prokect emb base paper 43
Ieeepro techno solutions ieee 2014 embedded prokect emb base paper 43
 
HOME AUTOMATION USING ZIGBEE TECHNOLOGY AND IOT
HOME AUTOMATION USING ZIGBEE TECHNOLOGY AND IOTHOME AUTOMATION USING ZIGBEE TECHNOLOGY AND IOT
HOME AUTOMATION USING ZIGBEE TECHNOLOGY AND IOT
 
Intelligent vehicle control based on identification of road signs by solar po...
Intelligent vehicle control based on identification of road signs by solar po...Intelligent vehicle control based on identification of road signs by solar po...
Intelligent vehicle control based on identification of road signs by solar po...
 
IRJET- Intelligent Student Tracking and Monitoring for College Infrastruc...
IRJET-  	  Intelligent Student Tracking and Monitoring for College Infrastruc...IRJET-  	  Intelligent Student Tracking and Monitoring for College Infrastruc...
IRJET- Intelligent Student Tracking and Monitoring for College Infrastruc...
 
IRJET - Design and Implementation of RF based Wireless Home Automation System
IRJET - Design and Implementation of RF based Wireless Home Automation SystemIRJET - Design and Implementation of RF based Wireless Home Automation System
IRJET - Design and Implementation of RF based Wireless Home Automation System
 
IRJET - Intelligent Energy Monitoring System using Web Access
IRJET - Intelligent Energy Monitoring System using Web AccessIRJET - Intelligent Energy Monitoring System using Web Access
IRJET - Intelligent Energy Monitoring System using Web Access
 
IRJET- Development of Data Transmission using Smart Sensing Technology for St...
IRJET- Development of Data Transmission using Smart Sensing Technology for St...IRJET- Development of Data Transmission using Smart Sensing Technology for St...
IRJET- Development of Data Transmission using Smart Sensing Technology for St...
 
An Infrared Interactions System for Statistics System
An Infrared Interactions System for Statistics SystemAn Infrared Interactions System for Statistics System
An Infrared Interactions System for Statistics System
 
62 ijtet14003 pdf-libre
62 ijtet14003 pdf-libre62 ijtet14003 pdf-libre
62 ijtet14003 pdf-libre
 
IRJET- Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)
IRJET-  	  Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)IRJET-  	  Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)
IRJET- Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)
 
Intelligent Car System for Accident Prevention
Intelligent Car System for Accident PreventionIntelligent Car System for Accident Prevention
Intelligent Car System for Accident Prevention
 
IRJET- IoT Enabled Smart Parking System
IRJET-  	  IoT Enabled Smart Parking SystemIRJET-  	  IoT Enabled Smart Parking System
IRJET- IoT Enabled Smart Parking System
 
IRJET- Automotive Collision Avoidance System
IRJET-  	  Automotive Collision Avoidance SystemIRJET-  	  Automotive Collision Avoidance System
IRJET- Automotive Collision Avoidance System
 

Similar to IRJET- Intelligent Traffic Management for Ambulance and VIP Vehicles

A Survey on IoT-Based Vehicle Accident Prevention and Emergency Notification ...
A Survey on IoT-Based Vehicle Accident Prevention and Emergency Notification ...A Survey on IoT-Based Vehicle Accident Prevention and Emergency Notification ...
A Survey on IoT-Based Vehicle Accident Prevention and Emergency Notification ...IRJET Journal
 
IRJET- A Modern Health Care System using Visible Light Communication Technology
IRJET- A Modern Health Care System using Visible Light Communication TechnologyIRJET- A Modern Health Care System using Visible Light Communication Technology
IRJET- A Modern Health Care System using Visible Light Communication TechnologyIRJET Journal
 
IRJET- A Modern Health Care System using Visible Light Communication Tech...
IRJET-  	  A Modern Health Care System using Visible Light Communication Tech...IRJET-  	  A Modern Health Care System using Visible Light Communication Tech...
IRJET- A Modern Health Care System using Visible Light Communication Tech...IRJET Journal
 
Drowsiness Detected For Vehicle Using Smart Glass With Eye Blink Sensor
Drowsiness Detected For Vehicle Using Smart Glass With Eye Blink SensorDrowsiness Detected For Vehicle Using Smart Glass With Eye Blink Sensor
Drowsiness Detected For Vehicle Using Smart Glass With Eye Blink SensorIRJET Journal
 
RF Controlled Robot Using Advanced Sensors
RF Controlled Robot Using Advanced SensorsRF Controlled Robot Using Advanced Sensors
RF Controlled Robot Using Advanced SensorsIRJET Journal
 
IRJET - Automatic Street Light Control by Detecting Vehicle Movement
IRJET -  	  Automatic Street Light Control by Detecting Vehicle MovementIRJET -  	  Automatic Street Light Control by Detecting Vehicle Movement
IRJET - Automatic Street Light Control by Detecting Vehicle MovementIRJET Journal
 
IRJET- Design and Implementation of Driverless Car using Machine Learning
IRJET- Design and Implementation of Driverless Car using Machine LearningIRJET- Design and Implementation of Driverless Car using Machine Learning
IRJET- Design and Implementation of Driverless Car using Machine LearningIRJET Journal
 
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...IRJET Journal
 
IRJET- Highway Navigation System using Light Fidelity Technology
IRJET- Highway Navigation System using Light Fidelity TechnologyIRJET- Highway Navigation System using Light Fidelity Technology
IRJET- Highway Navigation System using Light Fidelity TechnologyIRJET Journal
 
IRJET - Intravenous Fluid Level Indicator with Movable Sensor Unit
IRJET - Intravenous Fluid Level Indicator with Movable Sensor UnitIRJET - Intravenous Fluid Level Indicator with Movable Sensor Unit
IRJET - Intravenous Fluid Level Indicator with Movable Sensor UnitIRJET Journal
 
IRJET- Rescue of Psycological Infirmity People using Wirless Network
IRJET- Rescue of Psycological Infirmity People using Wirless NetworkIRJET- Rescue of Psycological Infirmity People using Wirless Network
IRJET- Rescue of Psycological Infirmity People using Wirless NetworkIRJET Journal
 
IRJET- i-Stroller (Robot)
IRJET-  	  i-Stroller (Robot)IRJET-  	  i-Stroller (Robot)
IRJET- i-Stroller (Robot)IRJET Journal
 
Smart Security System Using ARM And XBee For Boarder Areas (REPORT)
Smart Security System  Using ARM And XBee For Boarder Areas  (REPORT)Smart Security System  Using ARM And XBee For Boarder Areas  (REPORT)
Smart Security System Using ARM And XBee For Boarder Areas (REPORT)WizApsProjects
 
Implementation of flex sensor for hand gesture based wireless automation of j...
Implementation of flex sensor for hand gesture based wireless automation of j...Implementation of flex sensor for hand gesture based wireless automation of j...
Implementation of flex sensor for hand gesture based wireless automation of j...eSAT Journals
 
Using capacitive switch cum sensor made of reclaimed materials for preventing...
Using capacitive switch cum sensor made of reclaimed materials for preventing...Using capacitive switch cum sensor made of reclaimed materials for preventing...
Using capacitive switch cum sensor made of reclaimed materials for preventing...IRJET Journal
 
IoT Based Electric Vehicle Charging System
IoT Based Electric Vehicle Charging SystemIoT Based Electric Vehicle Charging System
IoT Based Electric Vehicle Charging SystemIRJET Journal
 
IRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using ArduinoIRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using ArduinoIRJET Journal
 
IRJET- IoT based Fire Extinguishing System with Visual Surveillance
IRJET-  	  IoT based Fire Extinguishing System with Visual SurveillanceIRJET-  	  IoT based Fire Extinguishing System with Visual Surveillance
IRJET- IoT based Fire Extinguishing System with Visual SurveillanceIRJET Journal
 
IRJET- IoT based Fire Extinguishing System with Visual Surveillance
IRJET- IoT based Fire Extinguishing System with Visual SurveillanceIRJET- IoT based Fire Extinguishing System with Visual Surveillance
IRJET- IoT based Fire Extinguishing System with Visual SurveillanceIRJET Journal
 

Similar to IRJET- Intelligent Traffic Management for Ambulance and VIP Vehicles (20)

A Survey on IoT-Based Vehicle Accident Prevention and Emergency Notification ...
A Survey on IoT-Based Vehicle Accident Prevention and Emergency Notification ...A Survey on IoT-Based Vehicle Accident Prevention and Emergency Notification ...
A Survey on IoT-Based Vehicle Accident Prevention and Emergency Notification ...
 
IRJET- A Modern Health Care System using Visible Light Communication Technology
IRJET- A Modern Health Care System using Visible Light Communication TechnologyIRJET- A Modern Health Care System using Visible Light Communication Technology
IRJET- A Modern Health Care System using Visible Light Communication Technology
 
IRJET- A Modern Health Care System using Visible Light Communication Tech...
IRJET-  	  A Modern Health Care System using Visible Light Communication Tech...IRJET-  	  A Modern Health Care System using Visible Light Communication Tech...
IRJET- A Modern Health Care System using Visible Light Communication Tech...
 
Drowsiness Detected For Vehicle Using Smart Glass With Eye Blink Sensor
Drowsiness Detected For Vehicle Using Smart Glass With Eye Blink SensorDrowsiness Detected For Vehicle Using Smart Glass With Eye Blink Sensor
Drowsiness Detected For Vehicle Using Smart Glass With Eye Blink Sensor
 
RF Controlled Robot Using Advanced Sensors
RF Controlled Robot Using Advanced SensorsRF Controlled Robot Using Advanced Sensors
RF Controlled Robot Using Advanced Sensors
 
IRJET - Automatic Street Light Control by Detecting Vehicle Movement
IRJET -  	  Automatic Street Light Control by Detecting Vehicle MovementIRJET -  	  Automatic Street Light Control by Detecting Vehicle Movement
IRJET - Automatic Street Light Control by Detecting Vehicle Movement
 
IRJET- Design and Implementation of Driverless Car using Machine Learning
IRJET- Design and Implementation of Driverless Car using Machine LearningIRJET- Design and Implementation of Driverless Car using Machine Learning
IRJET- Design and Implementation of Driverless Car using Machine Learning
 
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
 
IRJET- Highway Navigation System using Light Fidelity Technology
IRJET- Highway Navigation System using Light Fidelity TechnologyIRJET- Highway Navigation System using Light Fidelity Technology
IRJET- Highway Navigation System using Light Fidelity Technology
 
IRJET - Intravenous Fluid Level Indicator with Movable Sensor Unit
IRJET - Intravenous Fluid Level Indicator with Movable Sensor UnitIRJET - Intravenous Fluid Level Indicator with Movable Sensor Unit
IRJET - Intravenous Fluid Level Indicator with Movable Sensor Unit
 
IRJET- Rescue of Psycological Infirmity People using Wirless Network
IRJET- Rescue of Psycological Infirmity People using Wirless NetworkIRJET- Rescue of Psycological Infirmity People using Wirless Network
IRJET- Rescue of Psycological Infirmity People using Wirless Network
 
IRJET- i-Stroller (Robot)
IRJET-  	  i-Stroller (Robot)IRJET-  	  i-Stroller (Robot)
IRJET- i-Stroller (Robot)
 
Robotic Vehicle with Hand Motion Control Using a RF Module
Robotic Vehicle with Hand Motion Control Using a RF Module Robotic Vehicle with Hand Motion Control Using a RF Module
Robotic Vehicle with Hand Motion Control Using a RF Module
 
Smart Security System Using ARM And XBee For Boarder Areas (REPORT)
Smart Security System  Using ARM And XBee For Boarder Areas  (REPORT)Smart Security System  Using ARM And XBee For Boarder Areas  (REPORT)
Smart Security System Using ARM And XBee For Boarder Areas (REPORT)
 
Implementation of flex sensor for hand gesture based wireless automation of j...
Implementation of flex sensor for hand gesture based wireless automation of j...Implementation of flex sensor for hand gesture based wireless automation of j...
Implementation of flex sensor for hand gesture based wireless automation of j...
 
Using capacitive switch cum sensor made of reclaimed materials for preventing...
Using capacitive switch cum sensor made of reclaimed materials for preventing...Using capacitive switch cum sensor made of reclaimed materials for preventing...
Using capacitive switch cum sensor made of reclaimed materials for preventing...
 
IoT Based Electric Vehicle Charging System
IoT Based Electric Vehicle Charging SystemIoT Based Electric Vehicle Charging System
IoT Based Electric Vehicle Charging System
 
IRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using ArduinoIRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using Arduino
 
IRJET- IoT based Fire Extinguishing System with Visual Surveillance
IRJET-  	  IoT based Fire Extinguishing System with Visual SurveillanceIRJET-  	  IoT based Fire Extinguishing System with Visual Surveillance
IRJET- IoT based Fire Extinguishing System with Visual Surveillance
 
IRJET- IoT based Fire Extinguishing System with Visual Surveillance
IRJET- IoT based Fire Extinguishing System with Visual SurveillanceIRJET- IoT based Fire Extinguishing System with Visual Surveillance
IRJET- IoT based Fire Extinguishing System with Visual Surveillance
 

More from IRJET Journal

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

More from IRJET Journal (20)

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

Recently uploaded

(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
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
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
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
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
 
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
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(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
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
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
 
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
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
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
 

Recently uploaded (20)

(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...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
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
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
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)
 
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
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
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
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
(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...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
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...
 
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
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.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
 

IRJET- Intelligent Traffic Management for Ambulance and VIP Vehicles

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 4 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 206 Intelligent Traffic Management for Ambulance and VIP Vehicles Andhare Monali1, Yadav Sayali2, Nikam Dipti3, Prof. Ghewari M.U4 1,2,3,4Asst. Professor Dept. of E&TC Engineering, AGTI’s Dr.Daulatrao aher collage of engineering karad, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- ABSTRACT -Now a days considering the fast moving world scenario especially in large cities many service get delaydueto traffic jams. Ambulance service is one of the crucial services that get delay very often.It is possible to propose dynamic time- based coordination schemes where the green signal time of the traffic lights is assigned based on the present conditions of traffic. This is achieved by using 3 pair of IR sensors (Transmitter andReceiver)acrosstheroadtomonitora particularlength/ zone while vehicles on the same zone block the IR light falling on the IR receiver to assume low traffic density. Thissystemwill implementing based on present criteria that tracking three conditions in those one is heavy traffic control and another one is making root of emergency vehicle like ambulance and VIP vehicles. Key Words: IR sensors, Traffic control system,Trafficlightcontroller(microcontrollerAT89S52),RFtransmitter and receiver. 1. INTRODUCTION 1.1 OVERVIEW Traffic congestion is a severe problem in many major cities across the world. The traffic congestioncanalsobecausedbylarge Red light delays, etc. The delay of respective light is hard coded in the traffic light and it is not dependent on traffic. Therefore for simulating and optimizing traffic control to better accommodate this increasing demand is arises .One of the major problems faced by heavy traffic is by Ambulances. As we all know that Ambulances are the most important medical means of transport in any country as they carry patients to the nearby hospitals. But due to heavy traffic, one can often see the Ambulances stuck in traffic for long durations thus causing danger to patient’s life. 1.2 AIM Our project aims to solve this problem of Ambulances and VIP vehicles. When an Ambulance and VIP vehicles arrives, its corresponding lane traffic light becomes green and all the others become red, thus paving traffic less way for the Ambulance and thus helping it to reach the hospital swiftly. This is possible by the use of RF transmitters and Receivers. 2. HARDWARE DETAILS: 2.1. MICROCONTROLLER: Features of microcontroller 89c51: There are some important features of microcontroller which are given below,  The 89c51 is compatible with MCS 51 family.  It has 8 bit data bus and 8 bit (arithmetic logic unit).  It has 4k bytes of on chip reprogrammable flash memory.  It supported three level program memory lock.  It has 16 bit of address bus and 64 kb of RAM (random access memory) and ROM (read only memory).  It has on chip RAM 128 bytes data memory.  It has four 8 bit bidirectional input or output ports that is 32 programmable input or output lines.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 4 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 207  It can execute 1 million one cycle instructions per second with a clock frequency of 12MHz.  It has one UART programmable serial ports.  It has six interrupts source.  It has two multimode 16 bit timers.  It has two level interrupts priority.  It has power saving mode. Fig.2.1 Microcontroller AT89C51 2.2 IR LED Infrared technologyaddresses a wide variety ofwirelessapplications.Themainareasaresensingandremotecontrols.Inthe electromagnetic spectrum, the infrared portion is divided into three regions: near infrared region, mid infrared region and far infrared region. The wavelengths of these regions and their applications are shown below. Near infrared region — 700 nm to 1400 nm — IR sensors, fiber optic Mid infrared region — 1400 nm to 3000 nm — Heat sensing Far infrared region — 3000 nm to 1 mm — Thermal imaging The frequency range of infrared is higher than microwave and lesser than visible light.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 4 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 208 For optical sensing and optical communication, photo optics technologies are used in the near infrared region as the light is less complex than RF when implemented asasourceofsignal.OpticalwirelesscommunicationisdonewithIRdatatransmission for short range applications.An infrared sensor emitsand/ordetectsinfraredradiationtosenseitssurroundings.Theworkingof any Infrared sensor is governed by three laws: Planck’s Radiation law, Stephen – Boltzmann law and Wien’s Displacement law.The basic concept of an Infrared Sensor which is used as Obstacle detector is to transmit an infrared signal, this infrared signal bounces from the surface of an object and the signal is received at the infrared receiver. Fig.2.2.1 IR LED Fig 2.2.2 concept of IR 2.3 PHOTODIODE: A photodiode is a type of photo detector capable of converting light into either current or voltage, depending upon the mode of operation. Infrared receivers are also called as infrared sensors as they detect the radiationfromanIRtransmitter.IRreceiverscomein the form of photodiodes andphototransistors. Infrared Photodiodes are different from normal photodiodesastheydetectonly infrared radiation. The picture of a typical IR receiver or a photodiode is shown below. Distinguishing Between Black and White Colors: It is universal that black colorabsorbs the entire radiation incident on it and whitecolorreflectstheentireradiationincident on it. Based on this principle,the second positioning of the sensorcouplecanbemade.TheIRLEDandthephotodiodeareplaced side by side. When the IR transmitter emits infrared radiation, since there is no direct line of contact between the transmitter and receiver, the emitted radiation must reflect back to the photodiode after hitting any object. The surface of the object can be divided into two types: reflective surface and non-reflective surface. If the surface of the object is reflective in nature i.e. it is white or other light color, most of the radiation incident on it will get reflected back and reaches the photodiode. Depending on the intensity of the radiation reflected back, current flows in the photodiode. If the surface of the object is non-reflective in nature i.e. it is black or other dark color, it absorbs almost all the radiation incident on it. As there is no reflected radiation, there is no radiation incident on the photodiode and the resistance of the photodiode remains higher allowing no current to flow. This situation is similar to there being no object at all.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 4 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 209 Fig2.3 Photodiode 2.4 RF TRANSMITTER & RECEIVER: Fig 2.4 RF transmitter and receiver Basically the RF modules are 433 MHz RF transmitter and receiver modules. The transmitter draws no power when transmitting logic zero while fully suppressing the carrier frequency thus consume significantly low power in battery operation. When logic one is sent carrier is fully on to about 4.5mA with a 3volts power supply. The data is sent serially from the transmitter which is received by the tuned receiver. Transmitter and the receiver are duly interfaced to two microcontrollers for data transfer. 3. SOFTWARE DETAILS: Here is some software which is used in proposed system. 3.1. KEIL MICROVISION : Installation using the web download 1. Download the product from www.keil.com/demo 2. Run the downloaded executable 3. Follow the instructions displayed by the SETUP program Installation from CD-ROM 1. Insert the CD-ROM into your CD-ROM drive. The CD-ROM browser should start automatically. If it does not, you can run SETUP.EXEfromtheCD-ROM. 2. Select Install Products & Updates from the CD Browser menu 3. Follow the instructions displayed by the SETUP program Product Folder Structure The SETUP program copies the development tools into subfolders. The base folder defaults to C:KEIL. The following table lists the default folders for each microcontroller architecture installation. Adjust the examples used in this manual to your preferred installation directory accordingly. Requesting Assistance At Keil, we are committed to providing you with the best embedded development tools, documentation, and support. If you have suggestions and comments regarding any of our products, or you have discovered a problem with the software, please report them to us, and where applicablemakesure to:1.Readthesectioninthismanual that pertains to the task you are attempting 2. Check the update section of the Keil web site to make sure you have the latest software and utility version 3. Isolate software problems by reducing your codetoasfewlinesaspossibleIfyouarestill having difficulties, please report them to our technical support group. Make sure to include your license code and product version number. See the Help – About Menu. In addition, we offer the following support and information channels, all accessible at
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 4 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 210 www.keil.com/support1 . 1. The Support Knowledgebase is updated daily and includes the latest questionsandanswersfrom the support department 2. The Application Notes can help you in mastering complex issues, like interrupts and memory utilization 3. Check the on-line Discussion Forum 4. Request assistancethroughContactTechnical Support(web-basedE-Mail) 5. Finally, you can reach the support department directly via support.intl@keil.com or support.us@keil.com 8051 Development Tool Support The Keil C51 Compiler and the Keil Linker/Locator provide optimum 8051 architecture support with the following features and C language extensions. Interruptfunctionswithregister bank supportare written directly in C Bit and bit-addressable variables for optimal Boolean data type support Compile-time stack with data overlaying uses direct memory access and gives high-speed code with little overhead compared to assembly programming Reentrant functions for usage by multiple interrupt or task threats Generic and memory-specific pointers provide flexible memory access Linker Code Packing gives utmost code density by reusing identical program sequences Code and Variable Banking expand the physical memory address space Absolute Variable Locating enables peripheral access and memory sharing. 2.2. PROTEUS: Proteus is software for microprocessor simulation ,schematic capture ,and printed circuit board (PCB)design. It is developed by lab center electronics. Proteus 8 is a best simulation software foe various designs with microcontroller.It is mainly popular because of availability of almost all microcontrollers in it. So it is handly tool to test programs .You cn simulate your programming of microcontroller in proteus 8 simulation software. Aftersimulatingyourcircuitinproteus8softwareyou can directly make PCB design with it so it could be a all in one package for students and hobbyists. So I think now you have a little bit idea about what is proteus software. 2.3. EXPRESS PCB : It starts by downloading our New free CAD software Express PCB Plus. It includes ExpressSCH Classic for drawing schematics and ExpressPCB Plus forcircuitboardlayout.Bothprogramsarecompletelyfree,fullyfunctional andeasilyinstalled with a single Install Shield setup program. Learning to use this software is fast because of its standardized windows user interface. It is recommended to begin our project by drawing a schematic. While not required,it will save our time when designing our PCB. Drawing a schematic with the ExpressSCH program is as easy as placing the components on the page and wiring the pins together. Designing two or four layer boardsusing the ExpressPCB Plus program is very simple. It starts by inserting the component foot prints,then drag them into position. Next, connect the pins by drawing the traces. 4. SYSTEM DESIGN: 4.1 POWER SUPPLY: Fig.4.1.1 power supply section
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 4 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 211 4.2 MODEL: Receiver section Transmitter section 5. BLOCK DIAGRAM: Fig.5.1 Block diagram Block diagram description: The output of power supply which is 5v connected to the 40th pin of MC & Gnd is connected to the 20th pin. The input is given to port 2 of MC and the output of MC i.e., port 0 and port 1 is given to LED’s. Pin 0.0 of port 0 of MC is connected to D4 i.e., Red LED,
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 4 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 212 Pin 0.1 of port 0 of MC is connected to D5 i.e., Yellow LED, Pin 0.2 of port 0 of MC is connected to D6 i.e., Green LED, Pin 0.3 of port 0 of MC is connected to D3 i.e., Green LED, Pin 0.4 of port 0 of MC is connected to D5 i.e., Yellow LED, Pin 0.5 of port 0 of MC is connected to D1 i.e., Red LED, Pin 2.0 of port 0 of MC is connected to Q3 i.e., photodiode Pin 2.1 of port 0 of MC is connected to Q4 i.e., photodiode Pin 2.2 of port 0 of MC is connected to Q10 i.e., photodiode And Q5 also connected to Q5 i.e., photodiode Pin 2.3 of port 2 of MC is connected Q2 i.e., photodiode. Pin 2.4 of port 2 of MC is connected to Q1 i.e., photodiode pin 1.0 of MC is connected to D8 i.e., Red LED pin 1.1 ofport 1ofMCis shorted to Q5 and also connected to D10 i.e., yellow LED. Pin 1.2 of port 1 of MC is connected to D12 i.e., Green LED pin 1.3 of port 1 of MC is connected to D11 i.e., Green LED pin 1.4 of port 1 of MC is connected to D9 i.e., yellow LED pin 1.5 of port 1 of MC is connected to D7 i.e., Red LED. IR diode is connected through a resistance to the dc supply. A photo diode is connected in reverse biased condition through a potential divider of a 10k variable resistance and 1k in series to the base of the transistor. While the IR rays fall on the reverse biased photo diode it conducts that causes a voltage at the base of the transistor. The transistor then works like a switch forcing the collector going to ground. Once the IR rays are obstructed the driving voltage is not available to the transistor thus its collector goes high. This low to high logic can be used for the microcontroller input for any action as perthe program. The project uses the IR interruption concept for providing logic statechangetotheinput oftheMCasexplainedabove. The project uses a number of IR diodes facing photodiodes. Thus the transistors Q1, Q2, Q3, Q4, Q5are in conducting state. As the collector of those transistors are connected to corresponding port pins form as an input for the program to the executed based on change of logic state. Twelve number of LEDs representing as signal lights are connected to the output of the MC in sink mode to port ‘o’, port 1 & port 2. While all the input coming from Q1 to Q5 are in logic low state, the output LEDs i.e., 3 per junction that is Red, Amber & Green of each side way of a four traffic junction follow switch ON green timing in fixed intervals in a sequential clockwise direction. Thus during low traffic density in one of the way,fixed green timing for each way in a junction are provided. While any one of the way is blocked with more no.of vehicles, the IR blocking happens. There are three zones with three set of IR sensing arrangement. In this project the transistors Q1 to Q5 gohigh becauseofIRinterruptionwhile thevehicle comes in between the photodiode & the IR diode. This logic high sensed at the MC input changes the green ON time to a higher value for allowing more vehicles to pass through. After sometime similarly any other way gets more traffic, the sequential timing gets automatically increased for that way. Each way is divided into 3 active zones, each zone representing some specific length. Based on the IR interruption the green ON time increases, thus more the vehicle longer will be the green signal time. Thus dynamic time control is achieved based on the traffic density.Full circuit is produced below.
  • 8. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 4 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 213 Sensors mounted on the Poles: It can be a simple IRLED-Photodiode arrangement or a video detection unitwhichcandetectthepresenceofvehicles. This works on the principle that when a car passes between the IR transmitter andIRreceiver,theIRlightisblockedandas the result the resistance of the photodiode increases. Thischangein resistancecanbeconvertedto electrical pulses,usedtocontrol the traffic lights. 6. FLOW CHART: Fig shows the system flow chart of proposed system which will indicates the actual flow of proposed system to gain the appropriate result Yes Fig.6.1 Flow Chart INITIALIZE TIMER 0 AS TIMER MOVE NEXT SIGNALLING DATA ON TO THE PORT PINS & START THE TIMER LOAD DELAY VALUE IN TIMER IS THE DELAY COMPLETED? END START No
  • 9. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 4 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 214 7. CONCLUSION & FUTURE SCOPE The proposed work considers not only the priority of the vehicles but also the density of the vehicles on the roadandcontrols the traffic light sequence efficiently. Also as a future scope the condition of patient canbemonitoredthisinformationissendto the respective doctor. So that doctor can prepare for the next process before the patient reach to the hospital. Traffic lightscan be increased to n number and traffic light control can be done for whole city by sitting on a single place. 8. ACKNOWLEDGEMENT We are really delighted to submit this paper on “Intelligent traffic Management System for Ambulance and VIP vehicles”. We would like to thank sincerelytoourguideMs.M.U.Ghewariforhisvaluableguidance,constantassistance,support, endurance and constructive suggestions for the betterment of this project work. We would like to express our deep sense of gratitude to our principal Prof. Dr. A. M. Mulla for encouraging throughout this course. We would like to convey our heartfelt thanks to our HOD Prof. P. J. Chorage for giving us the opportunity to embark upon this topic. We would like to that all our faculties and friends for their help and constructive criticism during this technical paper. 9. REFERENCES 1.Microcontroller book by mazidi. 2.htttp://electronicsforu.com 3.Rajeshwri sundar,Santhosha Hebbar,and Varaprasad Golla “Implementing Intelligent Traffic Control System for congestion control,ambulance clearance,stolen vehicle detection”,IEEEsensorjournal,vol.15,No.2, feb2015.