SlideShare a Scribd company logo
1 of 7
Download to read offline
International Journal of Electrical and Computer Engineering (IJECE)
Vol. 9, No. 3, June 2019, pp. 1788~1794
ISSN: 2088-8708, DOI: 10.11591/ijece.v9i3.pp1788-1794  1788
Journal homepage: http://iaescore.com/journals/index.php/IJECE
Automatic traffic light controller for emergency vehicle using
peripheral interface controller
Norlezah Hashim1
, Fakrulradzi Idris2
, Ahmad Fauzan Kadmin3
, Siti Suhaila Jaapar Sidek4
1,3,4
Centre for Telecommunication Research & Innovation (CeTRI), Fakulti Teknologi Kejuruteraan (FTK),
Universiti Teknikal Malaysia Melaka (UTeM), Malaysia
2
Centre for Telecommunication Research & Innovation (CeTRI), Fakulti Kejuruteraan Elektronik dan Kejuruteraan
Komputer (FKEKK), Universiti Teknikal Malaysia Melaka (UTeM), Malaysia
Article Info ABSTRACT
Article history:
Received Aug 11, 2018
Revised Nov 20, 2018
Accepted Dec 11, 2018
Traffic lights play such important role in traffic management to control the
traffic on the road. Situation at traffic light area is getting worse especially in
the event of emergency cases. During traffic congestion, it is difficult for
emergency vehicle to cross the road which involves many junctions. This
situation leads to unsafe conditions which may cause accident. An Automatic
Traffic Light Controller for Emergency Vehicle is designed and developed to
help emergency vehicle crossing the road at traffic light junction during
emergency situation. This project used Peripheral Interface Controller (PIC)
to program a priority-based traffic light controller for emergency vehicle.
During emergency cases, emergency vehicle like ambulance can trigger the
traffic light signal to change from red to green in order to make clearance for
its path automatically. Using Radio Frequency (RF) the traffic light operation
will turn back to normal when the ambulance finishes crossing the road. Result
showed the design is capable to response within the range of 55 meters. This
project was successfully designed, implemented and tested.
Keywords:
Emergency
Peripheral Interface Controller
Radio Frequency
Receiver
Traffic Light
Copyright © 2019 Institute of Advanced Engineering and Science.
All rights reserved.
Corresponding Author:
Norlezah Hashim,
Centre for Telecommunication Research & Innovation (CeTRI),
Fakulti Teknologi Kejuruteraan (FTK),
Universiti Teknikal Malaysia Melaka (UTeM),
Hang Tuah Jaya, 76100 Durian Tunggal, Melaka, Malaysia.
Email: norlezah@utem.edu.my
1. INTRODUCTION
Congestion at traffic light area gives challenge in many countries. The increasing numbers of vehicles
not only has a large environmental impact, but also result in loss of lives and time on the road. Besides, there
will be huge losses in terms of productivity where it will affect the ability of cities to compete globally. This
situation demands a better approach to handle the situation especially for emergency vehicle like ambulance.
There is a need to have a system that can control the traffic light signal at junction in case of emergency.
Recently numerous researches on traffic signal control for ambulance are being carried out such
as in [1]-[3]. The author in [1] have developed an intelligent traffic signal control using Radio Frequency
Identification (RFID) and cloud system. The system uses an android application that connects both the traffic
signal station and ambulance using cloud network. In [2], the researcher designed an Internet of Things (IoT)
system for the ambulance to send patient information to the hospital and control the traffic light using Global
System for Mobile (GSM) system. They used Arduino and Cayenne mobile application as well in the system
designed. The paper in [3] used Global Positioning System (GPS) installed in the ambulance to find the location
of the ambulance unit and RF transceiver to operate. Most of the systems proposed were outstanding and cover
bigger application ranges but far from being a low cost solution since it involved more than one technology
embedded into one system.
Int J Elec & Comp Eng ISSN: 2088-8708 
Automatic traffic light controller for emergency vehicle using peripheral interface … (Norlezah Hashim)
1789
By comparing to the previous works, this paper presents the development of a low-cost system for a
priority-based traffic light controller using RF modules and PIC 16F877 microcontroller. An automatic traffic
light controller for emergency vehicle using PIC is a project to program a priority based traffic light controller
for emergency vehicle during emergency cases where it is able to trigger the traffic light to change from red to
green to make a path for its way. If the traffic light already shows green, time duration will be delayed until
the emergency vehicle finishes crossing the junction. This project uses Radio Frequency (RF) for wireless
signal transmission. The traffic light operation will turn back to normal when ambulance finishes crossing the
road. The system designed is analyzed in terms of detectable range and results prove the system is able to work
perfectly within the range of 55 meters of distance between the transmitter and the receiver.
Figure 1 shows the block diagram of the proposed system. The system consists of one transmitter and
one receiver. The designed system used RF links to communicate with each other. At receiver’s side, the traffic
light circuit is connected to RF receiver which is also controlled by PIC16F877 microcontroller. With
PIC16F877, the design was simplified where the 555 timers can be excluded in the circuit. This type of IC is
used for timing of the traffic light circuit. The system used 315MHz RF transmitter and receiver module. RF
transmitter and receiver module are very small in dimensions and have a wide operating voltage range from 3
volts to 12 volts. The low-cost RF transmitter can be used to transmit signal up to 100 meters but the working
environment, antenna design, and supply voltage will impact the effective distance.
Figure 1. Overview of the proposed system
The rest of the paper is organized as follows. Section 2 explains the overview of the research method
used in this paper. Result and discussions are explained in Section 3 and finally, the author concludes the
findings of the paper in Section 4.
2. RESEARCH METHOD
Automatic traffic light controller for emergency vehicle consists of both software and hardware
implementation. An embedded program was created using MicroCode Studio where this software was specially
designed for PIC compiler. The flowchart of this project is shown in Figure 2. Once the push button is pressed,
an RF signal will be transmitted to the RF receiver. This will activate the PIC to control and trigger the traffic
light to turn from red to green. Some delays will be introduced if the emergency vehicle still does not manage
to pass the traffic light junction where the time duration of the green light signal appearance will be longer.
The traffic light system will be back to normal when the emergency vehicle successfully crosses the traffic
light junction.
The schematic of the traffic light circuit is shown in Figure 3. The regulated power supply consists of
LM 7805 voltage regulator and two filter capacitors. LM 7805 is a three terminals voltage regulator IC.
It works actively to maintain 5 volts output independent of the output current. The different between the output
voltage and input voltage is converted to heat. The higher the input voltage, the hotter the LM7805 will be.
LM7805 will need a heat sink if the input voltage is high. The maximum reading for the output voltage is very
small around 4.8–4.9 volts, so the heat sink is not needed. The transmitter and receiver schematic circuits are
shown in Figure 4 and Figure 5 respectively.
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 9, No. 3, June 2019 : 1788 - 1794
1790
Figure 2. Flowchart of the system
Figure 3. Schematic of traffic light circuit
Int J Elec & Comp Eng ISSN: 2088-8708 
Automatic traffic light controller for emergency vehicle using peripheral interface … (Norlezah Hashim)
1791
Figure 4. Transmitter schematic circuit
Figure 5. Receiver schematic circuit
3. RESULTS AND ANALYSIS
In this section, the prototype of automatic traffic light controller for emergency vehicle is presented
and the performance analysis of the designed system for different distances is shown. Figure 6 shows the traffic
light circuit on Printed Circuit Board (PCB). There are four push buttons at the transmitter circuit board. Each
button can control the set of LEDs on each junction as depicted. The microcontroller is the brain for this project
and is used to initiate the traffic signals at the intersections on road. Three Light Emitting Diodes (LEDs) were
placed at each junction to represent red, green and yellow light. The transmitter and receiver circuit boards are
shown in Figure 7 and Figure 8 respectively. RF modules are used to send and receive radio signals between
the two circuits.
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 9, No. 3, June 2019 : 1788 - 1794
1792
Figure 6. Traffic light model
Figure 7. Transmitter schematic circuit Figure 8. Receiver schematic circuit
3.1. Experiment setup
An experiment was conducted at outdoor area to test the performance of the system. Figure 9 shows
the experiment setup for data analysis. The location of the RF transmitter was varied incrementally until the
RF receiver was not able to detect the RF transmitter.
Figure 9. Experiment setup
Figure 10 shows the time taken for the traffic light to change from red to green once triggered versus
different distances. Stop watch was used to measure the time differences and measuring tape was used to record
Transmitter
Receiver
Int J Elec & Comp Eng ISSN: 2088-8708 
Automatic traffic light controller for emergency vehicle using peripheral interface … (Norlezah Hashim)
1793
the distances. Based on the graph, the delays increase with increasing distance. The same pattern of results was
observed in Wireless Fidelity (WiFi) based system [4]. The RF receiver is able to detect the signals up to 55
meters. The connection is lost after 55 meters if the distance between the RF transmitter and the RF receiver is
more than 55 meters due to RF limitation range. Three seconds delay was added into the program to represent
the time taken to switch the traffic light from red to green. The time at specific distance is measured once the
pushbutton at the RF transmitter is pushed until the red LED at the traffic light circuit board changes to green.
Figure 10. System performance
4. CONCLUSION
In this paper, we have successfully designed and analyzed an automatic traffic light controller for
emergency vehicle. Peripheral interface controller (PIC) is used as the micro controller and the system can be
operated wirelessly using radio frequency (RF) during emergency cases. In future, different type of wireless
technology such as LoRa and multi hop network [7], [8] could be replaced in the existing system to cater for
longer traffic jam. Furthermore, the 9 volts battery used to operate the system could be replaced with solar
powered battery to increase the efficiency of the design. Different microcontroller [9] could also be introduced
to save programming processing time in the future.
ACKNOWLEDGEMENTS
We would like to thank Universiti Teknikal Malaysia Melaka (UTeM) for sponsoring this research
under Short Term Research Grant PJP/2017/FTK-CACT/S01566
REFERENCES
[1] B. Janani Saradha, G. Vijayshri, and T. Subha, "Intelligent Traffic Signal Control System for Ambulance using RFID
and Cloud," IEEE Proceedings on Computing and Communications Technologies (ICCCT), pp. 90-96, 11 Jul 2017.
[2] S. N. Sivaraj, K. Vigneshwaran, S. Vigneshwaran, and M. Vishnu Priyan, "IoT Ambulance with Automatic Traffic
Light Control," SSRG International Journal of Industrial Engineering (ICRTECITA), pp. 12-18, Mar 2017.
[3] K. Sangeetha, P. Archana, M. Ramya, and P. Ramya, "Automatic Ambulance Rescue with Intelligent Traffic Light
System," IOSR Journal of Engineering (IOSRJEN), vol. 4, pp. 53-57, Feb 2014.
[4] N. Hashim, N. F. A. M. Azmi, F. Idris and N. Rahim, "Smartphone Activated Door Lock using WiFi," ARPN Journal
of Engineering and Applied Sciences, vol. 11(5), pp. 3309-3312, Mar 2016.
[5] S. Kapoor, P. Gupta, P. Sharma, and P. N. Singh, "Intelligent Ambulance with Automatic Traffic Control,"
International Research Journal of Engineering and Technology (IRJET), vol. 4, pp. 1264-1266, Apr 2017.
[6] N. Hashim, M. A. H. A. Razak, F. Idris, "Home Security System using Zigbee," Jurnal Teknolog (Sciences &
Engineering). vol. 74(10), pp. 29-34, 15 Mar 2015.
[7] F. Idris and N. Hashim, "Deployment and Evaluation of a Multi-Hop Wireless Network," International Journal of
Computer Trends and Technology (IJCTT), vol. 5(2), pp. 80-83, Nov 2013.
[8] F. Rahmat, F. Idris, M. Azri, V. Kanathasan, N. Sarimin and M. H. Mohamad, "Performance Analysis of VoIP in
Multi-hop Wireless Network," 2012 IEEE Asia-Pacific Conference on Applied Electromagnetics (APACE), pp. 51-
55, 2012.
[9] Kadmin A. F., Jidin A.Z., Bakar A., Aziz K.A. and Rashid W.A., "Wireless Voice-Based Wheelchair Controller
System," Journal of Telecommunication, Electronic and Computer Engineering (JTEC), vol. 8(7), pp. 117-122,
2016.
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 9, No. 3, June 2019 : 1788 - 1794
1794
BIBLIOGRAPHY OF AUTHORS
Norlezah Hashim obtained her first degree in 2006 from University of Malaya and her master degree
from Universiti Teknologi Malaysia in 2014. In the past, she worked in Panasonic as an R&D engineer.
Currently she is serving UTeM as a lecturer in Faculty of Engineering Technology. Her current
publications and interest research areas are based on wireless communication and LoRa.
Fakrulradzi Idris received the B.Eng. and the M.Eng. Degrees from Universiti Teknologi Malaysia in
2007 and 2008 respectively. He is currently pursuing the Ph.D. degree with the School of Electrical and
Electronic Engineering, The University of Manchester, U.K. His research interests include Device-to-
Device communications, non-orthogonal multiple access and 5G networks.
Ahmad Fauzan B. Kadmin CEng. P.Tech. currently attached with UTeM as a researcher, Ahmad
Fauzan B. Kadmin CEng. P.Tech. has over 14 years of experience in electronic & computer engineering
field with technical expert in R&D engineering, computer vision & medical electronics. He Graduated
with a Bachelor Degree in Electronics Engineering from Universiti Sains Malaysia and Master Degree
in Computer & Communication Engineering from Universiti Kebangsaan Malaysia. Previously, he
worked with Megasteel Sdn. Bhd., Samsung SDI(M) Sdn. Bhd. and Agensi Angkasa Negara. He
published several technical and engineering paperworks in image processing and medical electronics.

More Related Content

What's hot

Nabil slide fyp1 new
Nabil slide fyp1 newNabil slide fyp1 new
Nabil slide fyp1 newnabelnajib
 
13080527 a-solution-to-remote-detection-of-illegal-electricity-rahul-raj
13080527 a-solution-to-remote-detection-of-illegal-electricity-rahul-raj13080527 a-solution-to-remote-detection-of-illegal-electricity-rahul-raj
13080527 a-solution-to-remote-detection-of-illegal-electricity-rahul-rajsoundaryamangapu
 
TRAFFIC SIGNAL CONTROL USING IR SENSORS
TRAFFIC SIGNAL CONTROL USING IR SENSORSTRAFFIC SIGNAL CONTROL USING IR SENSORS
TRAFFIC SIGNAL CONTROL USING IR SENSORSKunal Kabra
 
Electricalelectricsl power theft detection
Electricalelectricsl power theft detectionElectricalelectricsl power theft detection
Electricalelectricsl power theft detectionNagappa singaragoppa
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
smart traffic light control system
smart traffic light control systemsmart traffic light control system
smart traffic light control systemarunkumar6836
 
Density based traffic light controlling (2)
Density based traffic light controlling (2)Density based traffic light controlling (2)
Density based traffic light controlling (2)hardik1240
 
A Solution to remote detection of illegal electricity
A Solution to remote detection of illegal electricityA Solution to remote detection of illegal electricity
A Solution to remote detection of illegal electricityAhmed Aslam
 
wireless energy meter monitoring with automatic tariff calculation ppt
wireless energy meter monitoring with automatic tariff calculation pptwireless energy meter monitoring with automatic tariff calculation ppt
wireless energy meter monitoring with automatic tariff calculation pptsheefa kauser
 
Improvement of Traffic Monitoring System by Density and Flow Control For Indi...
Improvement of Traffic Monitoring System by Density and Flow Control For Indi...Improvement of Traffic Monitoring System by Density and Flow Control For Indi...
Improvement of Traffic Monitoring System by Density and Flow Control For Indi...IJSRD
 
Traffic light control using atmega16 ppt
Traffic light control using atmega16 pptTraffic light control using atmega16 ppt
Traffic light control using atmega16 pptSHIVA KUMAR
 
Density Based Traffic Signal with Remote Override in Emergency
Density Based Traffic Signal with Remote Override in EmergencyDensity Based Traffic Signal with Remote Override in Emergency
Density Based Traffic Signal with Remote Override in EmergencyGeorget Eldhose
 
IRJET- A Comparative Analysis of CMOS Amplifiers for ECG Signals
IRJET- A Comparative Analysis of CMOS Amplifiers for ECG SignalsIRJET- A Comparative Analysis of CMOS Amplifiers for ECG Signals
IRJET- A Comparative Analysis of CMOS Amplifiers for ECG SignalsIRJET Journal
 
Fault Management of Electrical Drives Onboard Ship using Power Line Communica...
Fault Management of Electrical Drives Onboard Ship using Power Line Communica...Fault Management of Electrical Drives Onboard Ship using Power Line Communica...
Fault Management of Electrical Drives Onboard Ship using Power Line Communica...IRJET Journal
 
advanced raiway security system based on zigbee communication for track fault
advanced raiway security system based on zigbee communication for track fault advanced raiway security system based on zigbee communication for track fault
advanced raiway security system based on zigbee communication for track fault SHIVA PRASAD
 
A vertical wind turbine monitoring system using commercial online digital das...
A vertical wind turbine monitoring system using commercial online digital das...A vertical wind turbine monitoring system using commercial online digital das...
A vertical wind turbine monitoring system using commercial online digital das...IJECEIAES
 

What's hot (20)

Nabil slide fyp1 new
Nabil slide fyp1 newNabil slide fyp1 new
Nabil slide fyp1 new
 
Using sigma-delta quantizer Based PI for inductive power transfer systems
Using sigma-delta quantizer Based PI for inductive power transfer systemsUsing sigma-delta quantizer Based PI for inductive power transfer systems
Using sigma-delta quantizer Based PI for inductive power transfer systems
 
13080527 a-solution-to-remote-detection-of-illegal-electricity-rahul-raj
13080527 a-solution-to-remote-detection-of-illegal-electricity-rahul-raj13080527 a-solution-to-remote-detection-of-illegal-electricity-rahul-raj
13080527 a-solution-to-remote-detection-of-illegal-electricity-rahul-raj
 
Rahul koundinya
Rahul koundinya Rahul koundinya
Rahul koundinya
 
Tariff Metering
Tariff MeteringTariff Metering
Tariff Metering
 
TRAFFIC SIGNAL CONTROL USING IR SENSORS
TRAFFIC SIGNAL CONTROL USING IR SENSORSTRAFFIC SIGNAL CONTROL USING IR SENSORS
TRAFFIC SIGNAL CONTROL USING IR SENSORS
 
Electricalelectricsl power theft detection
Electricalelectricsl power theft detectionElectricalelectricsl power theft detection
Electricalelectricsl power theft detection
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
smart traffic light control system
smart traffic light control systemsmart traffic light control system
smart traffic light control system
 
Density based traffic light controlling (2)
Density based traffic light controlling (2)Density based traffic light controlling (2)
Density based traffic light controlling (2)
 
A Solution to remote detection of illegal electricity
A Solution to remote detection of illegal electricityA Solution to remote detection of illegal electricity
A Solution to remote detection of illegal electricity
 
wireless energy meter monitoring with automatic tariff calculation ppt
wireless energy meter monitoring with automatic tariff calculation pptwireless energy meter monitoring with automatic tariff calculation ppt
wireless energy meter monitoring with automatic tariff calculation ppt
 
Improvement of Traffic Monitoring System by Density and Flow Control For Indi...
Improvement of Traffic Monitoring System by Density and Flow Control For Indi...Improvement of Traffic Monitoring System by Density and Flow Control For Indi...
Improvement of Traffic Monitoring System by Density and Flow Control For Indi...
 
Traffic light control using atmega16 ppt
Traffic light control using atmega16 pptTraffic light control using atmega16 ppt
Traffic light control using atmega16 ppt
 
Automatic meter reading
Automatic meter readingAutomatic meter reading
Automatic meter reading
 
Density Based Traffic Signal with Remote Override in Emergency
Density Based Traffic Signal with Remote Override in EmergencyDensity Based Traffic Signal with Remote Override in Emergency
Density Based Traffic Signal with Remote Override in Emergency
 
IRJET- A Comparative Analysis of CMOS Amplifiers for ECG Signals
IRJET- A Comparative Analysis of CMOS Amplifiers for ECG SignalsIRJET- A Comparative Analysis of CMOS Amplifiers for ECG Signals
IRJET- A Comparative Analysis of CMOS Amplifiers for ECG Signals
 
Fault Management of Electrical Drives Onboard Ship using Power Line Communica...
Fault Management of Electrical Drives Onboard Ship using Power Line Communica...Fault Management of Electrical Drives Onboard Ship using Power Line Communica...
Fault Management of Electrical Drives Onboard Ship using Power Line Communica...
 
advanced raiway security system based on zigbee communication for track fault
advanced raiway security system based on zigbee communication for track fault advanced raiway security system based on zigbee communication for track fault
advanced raiway security system based on zigbee communication for track fault
 
A vertical wind turbine monitoring system using commercial online digital das...
A vertical wind turbine monitoring system using commercial online digital das...A vertical wind turbine monitoring system using commercial online digital das...
A vertical wind turbine monitoring system using commercial online digital das...
 

Similar to Automatic traffic light controller for emergency vehicle using peripheral interface controller

62 ijtet14003 pdf-libre
62 ijtet14003 pdf-libre62 ijtet14003 pdf-libre
62 ijtet14003 pdf-libreIJTET Journal
 
Real time tracking based on gsm and ir module for running train
Real time tracking based on gsm and ir module for running trainReal time tracking based on gsm and ir module for running train
Real time tracking based on gsm and ir module for running traineSAT Journals
 
IRJET- Optimal Strategy for Extraction of Traffic Based on PLC
IRJET- Optimal Strategy for Extraction of Traffic Based on PLCIRJET- Optimal Strategy for Extraction of Traffic Based on PLC
IRJET- Optimal Strategy for Extraction of Traffic Based on PLCIRJET Journal
 
IRJET- Charging Station for Electric Vehicles using RF Module
IRJET-  	  Charging Station for Electric Vehicles using RF ModuleIRJET-  	  Charging Station for Electric Vehicles using RF Module
IRJET- Charging Station for Electric Vehicles using RF ModuleIRJET Journal
 
Data transmission through power line
Data transmission through power lineData transmission through power line
Data transmission through power lineIAEME Publication
 
Differential equation fault location algorithm with harmonic effects in power...
Differential equation fault location algorithm with harmonic effects in power...Differential equation fault location algorithm with harmonic effects in power...
Differential equation fault location algorithm with harmonic effects in power...TELKOMNIKA JOURNAL
 
Railway Industrial Training Report
Railway Industrial Training ReportRailway Industrial Training Report
Railway Industrial Training ReportLokesh Parihar
 
IRJET- Development of Redundant Communication Methods for Robots in Nucle...
IRJET-  	  Development of Redundant Communication Methods for Robots in Nucle...IRJET-  	  Development of Redundant Communication Methods for Robots in Nucle...
IRJET- Development of Redundant Communication Methods for Robots in Nucle...IRJET Journal
 
Analysis of distance protection relay in presence of static synchronous compe...
Analysis of distance protection relay in presence of static synchronous compe...Analysis of distance protection relay in presence of static synchronous compe...
Analysis of distance protection relay in presence of static synchronous compe...IAEME Publication
 
IJARCCE4J s govinda Public Transport Assistant for Visually Impaired (PuTAVI)
IJARCCE4J s govinda Public Transport Assistant for Visually Impaired (PuTAVI)IJARCCE4J s govinda Public Transport Assistant for Visually Impaired (PuTAVI)
IJARCCE4J s govinda Public Transport Assistant for Visually Impaired (PuTAVI)SreekarV
 
IRJET- Automatic License Issuing System
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing SystemIRJET Journal
 
Implementation of anti-collision train prototype based on arduino microcontro...
Implementation of anti-collision train prototype based on arduino microcontro...Implementation of anti-collision train prototype based on arduino microcontro...
Implementation of anti-collision train prototype based on arduino microcontro...IJAAS Team
 
Remote Monitoring and Control of Boat Using Lora Technology
Remote Monitoring and Control of Boat Using Lora TechnologyRemote Monitoring and Control of Boat Using Lora Technology
Remote Monitoring and Control of Boat Using Lora TechnologyIJAEMSJORNAL
 
IRJET- Smart Agriculture using Pic Microcontroller and GSM based Technology
IRJET- Smart Agriculture using Pic Microcontroller and GSM based TechnologyIRJET- Smart Agriculture using Pic Microcontroller and GSM based Technology
IRJET- Smart Agriculture using Pic Microcontroller and GSM based TechnologyIRJET Journal
 
Railway track crack detection based on GSM technique
Railway track crack detection based on GSM techniqueRailway track crack detection based on GSM technique
Railway track crack detection based on GSM techniqueIRJET Journal
 
Ijater 03 06
Ijater 03 06Ijater 03 06
Ijater 03 06nandhu458
 
IRJET- Power Line Carrier Communication
IRJET- Power Line Carrier CommunicationIRJET- Power Line Carrier Communication
IRJET- Power Line Carrier CommunicationIRJET 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
 
GSM Based Device Controlling and Fault Detection
GSM Based Device Controlling and Fault DetectionGSM Based Device Controlling and Fault Detection
GSM Based Device Controlling and Fault DetectionIJCERT
 

Similar to Automatic traffic light controller for emergency vehicle using peripheral interface controller (20)

Wireless charging scheme for medium power range application systems
Wireless charging scheme for medium power range application systemsWireless charging scheme for medium power range application systems
Wireless charging scheme for medium power range application systems
 
62 ijtet14003 pdf-libre
62 ijtet14003 pdf-libre62 ijtet14003 pdf-libre
62 ijtet14003 pdf-libre
 
Real time tracking based on gsm and ir module for running train
Real time tracking based on gsm and ir module for running trainReal time tracking based on gsm and ir module for running train
Real time tracking based on gsm and ir module for running train
 
IRJET- Optimal Strategy for Extraction of Traffic Based on PLC
IRJET- Optimal Strategy for Extraction of Traffic Based on PLCIRJET- Optimal Strategy for Extraction of Traffic Based on PLC
IRJET- Optimal Strategy for Extraction of Traffic Based on PLC
 
IRJET- Charging Station for Electric Vehicles using RF Module
IRJET-  	  Charging Station for Electric Vehicles using RF ModuleIRJET-  	  Charging Station for Electric Vehicles using RF Module
IRJET- Charging Station for Electric Vehicles using RF Module
 
Data transmission through power line
Data transmission through power lineData transmission through power line
Data transmission through power line
 
Differential equation fault location algorithm with harmonic effects in power...
Differential equation fault location algorithm with harmonic effects in power...Differential equation fault location algorithm with harmonic effects in power...
Differential equation fault location algorithm with harmonic effects in power...
 
Railway Industrial Training Report
Railway Industrial Training ReportRailway Industrial Training Report
Railway Industrial Training Report
 
IRJET- Development of Redundant Communication Methods for Robots in Nucle...
IRJET-  	  Development of Redundant Communication Methods for Robots in Nucle...IRJET-  	  Development of Redundant Communication Methods for Robots in Nucle...
IRJET- Development of Redundant Communication Methods for Robots in Nucle...
 
Analysis of distance protection relay in presence of static synchronous compe...
Analysis of distance protection relay in presence of static synchronous compe...Analysis of distance protection relay in presence of static synchronous compe...
Analysis of distance protection relay in presence of static synchronous compe...
 
IJARCCE4J s govinda Public Transport Assistant for Visually Impaired (PuTAVI)
IJARCCE4J s govinda Public Transport Assistant for Visually Impaired (PuTAVI)IJARCCE4J s govinda Public Transport Assistant for Visually Impaired (PuTAVI)
IJARCCE4J s govinda Public Transport Assistant for Visually Impaired (PuTAVI)
 
IRJET- Automatic License Issuing System
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing System
 
Implementation of anti-collision train prototype based on arduino microcontro...
Implementation of anti-collision train prototype based on arduino microcontro...Implementation of anti-collision train prototype based on arduino microcontro...
Implementation of anti-collision train prototype based on arduino microcontro...
 
Remote Monitoring and Control of Boat Using Lora Technology
Remote Monitoring and Control of Boat Using Lora TechnologyRemote Monitoring and Control of Boat Using Lora Technology
Remote Monitoring and Control of Boat Using Lora Technology
 
IRJET- Smart Agriculture using Pic Microcontroller and GSM based Technology
IRJET- Smart Agriculture using Pic Microcontroller and GSM based TechnologyIRJET- Smart Agriculture using Pic Microcontroller and GSM based Technology
IRJET- Smart Agriculture using Pic Microcontroller and GSM based Technology
 
Railway track crack detection based on GSM technique
Railway track crack detection based on GSM techniqueRailway track crack detection based on GSM technique
Railway track crack detection based on GSM technique
 
Ijater 03 06
Ijater 03 06Ijater 03 06
Ijater 03 06
 
IRJET- Power Line Carrier Communication
IRJET- Power Line Carrier CommunicationIRJET- Power Line Carrier Communication
IRJET- Power Line Carrier Communication
 
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
 
GSM Based Device Controlling and Fault Detection
GSM Based Device Controlling and Fault DetectionGSM Based Device Controlling and Fault Detection
GSM Based Device Controlling and Fault Detection
 

More from IJECEIAES

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...IJECEIAES
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionIJECEIAES
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...IJECEIAES
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...IJECEIAES
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningIJECEIAES
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...IJECEIAES
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...IJECEIAES
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...IJECEIAES
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...IJECEIAES
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyIJECEIAES
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationIJECEIAES
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceIJECEIAES
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...IJECEIAES
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...IJECEIAES
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...IJECEIAES
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...IJECEIAES
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...IJECEIAES
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...IJECEIAES
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...IJECEIAES
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...IJECEIAES
 

More from IJECEIAES (20)

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regression
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learning
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancy
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimization
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performance
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
 

Recently uploaded

Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
(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
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
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
 
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
 
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
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
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
 
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
 
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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
(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
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 

Recently uploaded (20)

Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.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...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
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🔝
 
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...
 
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
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
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
 
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
 
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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
(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
 
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
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 

Automatic traffic light controller for emergency vehicle using peripheral interface controller

  • 1. International Journal of Electrical and Computer Engineering (IJECE) Vol. 9, No. 3, June 2019, pp. 1788~1794 ISSN: 2088-8708, DOI: 10.11591/ijece.v9i3.pp1788-1794  1788 Journal homepage: http://iaescore.com/journals/index.php/IJECE Automatic traffic light controller for emergency vehicle using peripheral interface controller Norlezah Hashim1 , Fakrulradzi Idris2 , Ahmad Fauzan Kadmin3 , Siti Suhaila Jaapar Sidek4 1,3,4 Centre for Telecommunication Research & Innovation (CeTRI), Fakulti Teknologi Kejuruteraan (FTK), Universiti Teknikal Malaysia Melaka (UTeM), Malaysia 2 Centre for Telecommunication Research & Innovation (CeTRI), Fakulti Kejuruteraan Elektronik dan Kejuruteraan Komputer (FKEKK), Universiti Teknikal Malaysia Melaka (UTeM), Malaysia Article Info ABSTRACT Article history: Received Aug 11, 2018 Revised Nov 20, 2018 Accepted Dec 11, 2018 Traffic lights play such important role in traffic management to control the traffic on the road. Situation at traffic light area is getting worse especially in the event of emergency cases. During traffic congestion, it is difficult for emergency vehicle to cross the road which involves many junctions. This situation leads to unsafe conditions which may cause accident. An Automatic Traffic Light Controller for Emergency Vehicle is designed and developed to help emergency vehicle crossing the road at traffic light junction during emergency situation. This project used Peripheral Interface Controller (PIC) to program a priority-based traffic light controller for emergency vehicle. During emergency cases, emergency vehicle like ambulance can trigger the traffic light signal to change from red to green in order to make clearance for its path automatically. Using Radio Frequency (RF) the traffic light operation will turn back to normal when the ambulance finishes crossing the road. Result showed the design is capable to response within the range of 55 meters. This project was successfully designed, implemented and tested. Keywords: Emergency Peripheral Interface Controller Radio Frequency Receiver Traffic Light Copyright © 2019 Institute of Advanced Engineering and Science. All rights reserved. Corresponding Author: Norlezah Hashim, Centre for Telecommunication Research & Innovation (CeTRI), Fakulti Teknologi Kejuruteraan (FTK), Universiti Teknikal Malaysia Melaka (UTeM), Hang Tuah Jaya, 76100 Durian Tunggal, Melaka, Malaysia. Email: norlezah@utem.edu.my 1. INTRODUCTION Congestion at traffic light area gives challenge in many countries. The increasing numbers of vehicles not only has a large environmental impact, but also result in loss of lives and time on the road. Besides, there will be huge losses in terms of productivity where it will affect the ability of cities to compete globally. This situation demands a better approach to handle the situation especially for emergency vehicle like ambulance. There is a need to have a system that can control the traffic light signal at junction in case of emergency. Recently numerous researches on traffic signal control for ambulance are being carried out such as in [1]-[3]. The author in [1] have developed an intelligent traffic signal control using Radio Frequency Identification (RFID) and cloud system. The system uses an android application that connects both the traffic signal station and ambulance using cloud network. In [2], the researcher designed an Internet of Things (IoT) system for the ambulance to send patient information to the hospital and control the traffic light using Global System for Mobile (GSM) system. They used Arduino and Cayenne mobile application as well in the system designed. The paper in [3] used Global Positioning System (GPS) installed in the ambulance to find the location of the ambulance unit and RF transceiver to operate. Most of the systems proposed were outstanding and cover bigger application ranges but far from being a low cost solution since it involved more than one technology embedded into one system.
  • 2. Int J Elec & Comp Eng ISSN: 2088-8708  Automatic traffic light controller for emergency vehicle using peripheral interface … (Norlezah Hashim) 1789 By comparing to the previous works, this paper presents the development of a low-cost system for a priority-based traffic light controller using RF modules and PIC 16F877 microcontroller. An automatic traffic light controller for emergency vehicle using PIC is a project to program a priority based traffic light controller for emergency vehicle during emergency cases where it is able to trigger the traffic light to change from red to green to make a path for its way. If the traffic light already shows green, time duration will be delayed until the emergency vehicle finishes crossing the junction. This project uses Radio Frequency (RF) for wireless signal transmission. The traffic light operation will turn back to normal when ambulance finishes crossing the road. The system designed is analyzed in terms of detectable range and results prove the system is able to work perfectly within the range of 55 meters of distance between the transmitter and the receiver. Figure 1 shows the block diagram of the proposed system. The system consists of one transmitter and one receiver. The designed system used RF links to communicate with each other. At receiver’s side, the traffic light circuit is connected to RF receiver which is also controlled by PIC16F877 microcontroller. With PIC16F877, the design was simplified where the 555 timers can be excluded in the circuit. This type of IC is used for timing of the traffic light circuit. The system used 315MHz RF transmitter and receiver module. RF transmitter and receiver module are very small in dimensions and have a wide operating voltage range from 3 volts to 12 volts. The low-cost RF transmitter can be used to transmit signal up to 100 meters but the working environment, antenna design, and supply voltage will impact the effective distance. Figure 1. Overview of the proposed system The rest of the paper is organized as follows. Section 2 explains the overview of the research method used in this paper. Result and discussions are explained in Section 3 and finally, the author concludes the findings of the paper in Section 4. 2. RESEARCH METHOD Automatic traffic light controller for emergency vehicle consists of both software and hardware implementation. An embedded program was created using MicroCode Studio where this software was specially designed for PIC compiler. The flowchart of this project is shown in Figure 2. Once the push button is pressed, an RF signal will be transmitted to the RF receiver. This will activate the PIC to control and trigger the traffic light to turn from red to green. Some delays will be introduced if the emergency vehicle still does not manage to pass the traffic light junction where the time duration of the green light signal appearance will be longer. The traffic light system will be back to normal when the emergency vehicle successfully crosses the traffic light junction. The schematic of the traffic light circuit is shown in Figure 3. The regulated power supply consists of LM 7805 voltage regulator and two filter capacitors. LM 7805 is a three terminals voltage regulator IC. It works actively to maintain 5 volts output independent of the output current. The different between the output voltage and input voltage is converted to heat. The higher the input voltage, the hotter the LM7805 will be. LM7805 will need a heat sink if the input voltage is high. The maximum reading for the output voltage is very small around 4.8–4.9 volts, so the heat sink is not needed. The transmitter and receiver schematic circuits are shown in Figure 4 and Figure 5 respectively.
  • 3.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 9, No. 3, June 2019 : 1788 - 1794 1790 Figure 2. Flowchart of the system Figure 3. Schematic of traffic light circuit
  • 4. Int J Elec & Comp Eng ISSN: 2088-8708  Automatic traffic light controller for emergency vehicle using peripheral interface … (Norlezah Hashim) 1791 Figure 4. Transmitter schematic circuit Figure 5. Receiver schematic circuit 3. RESULTS AND ANALYSIS In this section, the prototype of automatic traffic light controller for emergency vehicle is presented and the performance analysis of the designed system for different distances is shown. Figure 6 shows the traffic light circuit on Printed Circuit Board (PCB). There are four push buttons at the transmitter circuit board. Each button can control the set of LEDs on each junction as depicted. The microcontroller is the brain for this project and is used to initiate the traffic signals at the intersections on road. Three Light Emitting Diodes (LEDs) were placed at each junction to represent red, green and yellow light. The transmitter and receiver circuit boards are shown in Figure 7 and Figure 8 respectively. RF modules are used to send and receive radio signals between the two circuits.
  • 5.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 9, No. 3, June 2019 : 1788 - 1794 1792 Figure 6. Traffic light model Figure 7. Transmitter schematic circuit Figure 8. Receiver schematic circuit 3.1. Experiment setup An experiment was conducted at outdoor area to test the performance of the system. Figure 9 shows the experiment setup for data analysis. The location of the RF transmitter was varied incrementally until the RF receiver was not able to detect the RF transmitter. Figure 9. Experiment setup Figure 10 shows the time taken for the traffic light to change from red to green once triggered versus different distances. Stop watch was used to measure the time differences and measuring tape was used to record Transmitter Receiver
  • 6. Int J Elec & Comp Eng ISSN: 2088-8708  Automatic traffic light controller for emergency vehicle using peripheral interface … (Norlezah Hashim) 1793 the distances. Based on the graph, the delays increase with increasing distance. The same pattern of results was observed in Wireless Fidelity (WiFi) based system [4]. The RF receiver is able to detect the signals up to 55 meters. The connection is lost after 55 meters if the distance between the RF transmitter and the RF receiver is more than 55 meters due to RF limitation range. Three seconds delay was added into the program to represent the time taken to switch the traffic light from red to green. The time at specific distance is measured once the pushbutton at the RF transmitter is pushed until the red LED at the traffic light circuit board changes to green. Figure 10. System performance 4. CONCLUSION In this paper, we have successfully designed and analyzed an automatic traffic light controller for emergency vehicle. Peripheral interface controller (PIC) is used as the micro controller and the system can be operated wirelessly using radio frequency (RF) during emergency cases. In future, different type of wireless technology such as LoRa and multi hop network [7], [8] could be replaced in the existing system to cater for longer traffic jam. Furthermore, the 9 volts battery used to operate the system could be replaced with solar powered battery to increase the efficiency of the design. Different microcontroller [9] could also be introduced to save programming processing time in the future. ACKNOWLEDGEMENTS We would like to thank Universiti Teknikal Malaysia Melaka (UTeM) for sponsoring this research under Short Term Research Grant PJP/2017/FTK-CACT/S01566 REFERENCES [1] B. Janani Saradha, G. Vijayshri, and T. Subha, "Intelligent Traffic Signal Control System for Ambulance using RFID and Cloud," IEEE Proceedings on Computing and Communications Technologies (ICCCT), pp. 90-96, 11 Jul 2017. [2] S. N. Sivaraj, K. Vigneshwaran, S. Vigneshwaran, and M. Vishnu Priyan, "IoT Ambulance with Automatic Traffic Light Control," SSRG International Journal of Industrial Engineering (ICRTECITA), pp. 12-18, Mar 2017. [3] K. Sangeetha, P. Archana, M. Ramya, and P. Ramya, "Automatic Ambulance Rescue with Intelligent Traffic Light System," IOSR Journal of Engineering (IOSRJEN), vol. 4, pp. 53-57, Feb 2014. [4] N. Hashim, N. F. A. M. Azmi, F. Idris and N. Rahim, "Smartphone Activated Door Lock using WiFi," ARPN Journal of Engineering and Applied Sciences, vol. 11(5), pp. 3309-3312, Mar 2016. [5] S. Kapoor, P. Gupta, P. Sharma, and P. N. Singh, "Intelligent Ambulance with Automatic Traffic Control," International Research Journal of Engineering and Technology (IRJET), vol. 4, pp. 1264-1266, Apr 2017. [6] N. Hashim, M. A. H. A. Razak, F. Idris, "Home Security System using Zigbee," Jurnal Teknolog (Sciences & Engineering). vol. 74(10), pp. 29-34, 15 Mar 2015. [7] F. Idris and N. Hashim, "Deployment and Evaluation of a Multi-Hop Wireless Network," International Journal of Computer Trends and Technology (IJCTT), vol. 5(2), pp. 80-83, Nov 2013. [8] F. Rahmat, F. Idris, M. Azri, V. Kanathasan, N. Sarimin and M. H. Mohamad, "Performance Analysis of VoIP in Multi-hop Wireless Network," 2012 IEEE Asia-Pacific Conference on Applied Electromagnetics (APACE), pp. 51- 55, 2012. [9] Kadmin A. F., Jidin A.Z., Bakar A., Aziz K.A. and Rashid W.A., "Wireless Voice-Based Wheelchair Controller System," Journal of Telecommunication, Electronic and Computer Engineering (JTEC), vol. 8(7), pp. 117-122, 2016.
  • 7.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 9, No. 3, June 2019 : 1788 - 1794 1794 BIBLIOGRAPHY OF AUTHORS Norlezah Hashim obtained her first degree in 2006 from University of Malaya and her master degree from Universiti Teknologi Malaysia in 2014. In the past, she worked in Panasonic as an R&D engineer. Currently she is serving UTeM as a lecturer in Faculty of Engineering Technology. Her current publications and interest research areas are based on wireless communication and LoRa. Fakrulradzi Idris received the B.Eng. and the M.Eng. Degrees from Universiti Teknologi Malaysia in 2007 and 2008 respectively. He is currently pursuing the Ph.D. degree with the School of Electrical and Electronic Engineering, The University of Manchester, U.K. His research interests include Device-to- Device communications, non-orthogonal multiple access and 5G networks. Ahmad Fauzan B. Kadmin CEng. P.Tech. currently attached with UTeM as a researcher, Ahmad Fauzan B. Kadmin CEng. P.Tech. has over 14 years of experience in electronic & computer engineering field with technical expert in R&D engineering, computer vision & medical electronics. He Graduated with a Bachelor Degree in Electronics Engineering from Universiti Sains Malaysia and Master Degree in Computer & Communication Engineering from Universiti Kebangsaan Malaysia. Previously, he worked with Megasteel Sdn. Bhd., Samsung SDI(M) Sdn. Bhd. and Agensi Angkasa Negara. He published several technical and engineering paperworks in image processing and medical electronics.