SlideShare a Scribd company logo
1 of 3
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume: 3 | Issue: 3 | Mar-Apr 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 - 6470
@ IJTSRD | Unique Paper ID – IJTSRD23173 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 803
Design and Construction of Speed Detection System for Vehicles
Lae Yin Mon1, Khin Khin Saw2
1Department of Electronic Engineering, Technological University (Kyaukse), Myanmar
2Department of Electronic Engineering, Technological University (Sittwe), Myanmar
How to cite this paper: Lae Yin Mon |
Khin Khin Saw "Design and
Construction of Speed Detection System
for Vehicles" Published in International
Journal of Trend in Scientific Research
and Development
(ijtsrd), ISSN: 2456-
6470, Volume-3 |
Issue-3, April 2019,
pp.803-805, URL:
https://www.ijtsrd.c
om/papers/ijtsrd23
173.pdf
Copyright © 2019 by author(s) and
International Journal of Trend in
Scientific Research and Development
Journal. This is an Open Access article
distributed under
the terms of the
Creative Commons
Attribution License (CC BY 4.0)
(http://creativecommons.org/licenses/
by/4.0)
ABSTRACT
The objective of this paper is to detect the over speed for vehicles on the
highway road. Although the maximum speed limit on the highway, many
accidents keep on because of over speed driving. It is necessary to solve these
problems through electronics circuit. This paper describes speed detection
system for vehicles. The highway traffic police are easy to check over speed by
using this system. This system mainly consists of Arduino UNO, two IR sensors
(MD-0138 Infrared Obstacle Avoidance Sensor), 1602A LCDdisplayand buzzer.
The detected speed is displayed on LCD. Moreover, if the vehicle crosses the
limited speed, this system displays the condition of over speed on LCD and the
buzzer is alarmed.
KEYWORDS: Arduino UNO, buzzer, IR sensors, LCD, speed detection
I. INTRODUCTION
In many parts of the highway road, accidents found a major
social problem. There are several reasons to why vehicle
accidents. Most of accidents on the highway road cause by
high speed driving. Some highway road has signboards
signifying maximum speed limit permitted while driving
such as 100 km/h for the driver’s safety, but some people
does not follow speed limit. Therefore, the vehicles keep a
constant speed within the speed limit over a particular area.
In this paper, speed detection system for vehicles is
proposed. This system provides veryeffectivein detection of
over speed driving. This circuit is mainly consists of Arduino
UNO, two IR sensors, 1602A LCD and buzzer. When avehicle
is passing between the first and second sensors, the two
sensors sense the object and then microcontroller program
will start counting. When it passes cross the second sensors,
the microcontroller will stop counting and calculate the
speed as kilometer per hour. If the car’s speed is over speed
(100 km/h), the buzzer will be alarmed and the LED will be
blinked. Then, LCD displays the speed of vehicles. This paper
intends to design a system of detection on highway road for
vehicles. This system is to improve a devicethatdetects over
speeding of vehicle, gives warning using alarm and display
vehicle’s speed in LCD.
II. DESIGN ANDIMPLEMENTATION OFTHE SYSTEM
This system is design to detect an over speeding vehicle by
computing the speed of the passing vehicle using the time
taken to travel between two sensors at a fixed distance. In
this system, IR Sensors are the main part of circuit design
that detects the speed of the vehicles. The system keeps the
time taken by the speed of the vehicle in crossing the fixed
distance from two sensors. When the vehiclepasses through
the first IR sensor, this sensor gets activated. From this
instant forward, a timer is initiated and willcontinuetokeep
time until the vehicle reaches the second IRSensor. Then the
microcontroller starts to count the time and calculate the
speed of the vehicle as km/h and this speed is displayed on a
16X2 LCD Module. If the vehicle’s speed is greater than the
limited speed, the buzzer will be alarmed and LED will be
blinked. Then LCD will be displayed “Reduced Speed Now!!”.
Figure 1 shows block diagram of this system.
Power
Supply
Arduino
UNO
LCD DisplayIR Sensor 1
BuzzerIR Sensor 2
Figure1. Block Diagram of the System
IJTSRD23173
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID - IJTSRD23173 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 804
III. CIRCUIT DESIGN OF SPEED DETECTION SYSTEM
The overall circuit diagram of speed detection system using
IR sensor is shown in figure 2. When a vehicle passes
through the first sensor, the infrared ray touches the vehicle
that the sensor has detected the object. The output of IR
sensor 1 is connected to the pin 8 of the Arduino and LED 1
for sensor 1 is connected to the pin 13 of the Arduino. The
second sensor’s infrared ray touches the object and reflects
to the sensor and the sensor has sensed the object. The
output of IR Sensor 2 is connected to the pin 9of theArduino
and LED 2 for sensor 2 is connected to the pin 12 of the
Arduino. 1602A LCD is used to display the vehicle’s speed.
DB 7 to DB 4 of the LCD Pin is connected to the I/O pin 2 to 5
of the Arduino. The RS and E pins of LCD are connected to
pins 7 and 6 of Arduino. And then the LCD shows the speed.
LCD displays “no vehicle” before the car passes and after the
car passes. If the speed is over 100 km/hour, the buzzer will
be alarmed and LED 3 will be blink. LCD displays “Reduced
Speed Now!!”. The vehicle speed is calculated in
microcontroller as km/h. The speed of the vehicle is
calculated by this equation.
The time taken between the two sensors is calculatedbythis
equation.
Time=(t2-t1 )ms
In this system, the power supply circuit used 12V step down
transformer. Regulator LM 7805 is used to get DC 5V. The
power supply DC 5V is connected to the VIN pin of the
Arduino and the ground pin of the power supply is
connected to the GND pin of the Arduino.
Figure2. Circuit Diagram of Speed Detection System
IV. OVERALL FLOW CHART OF THE SYSTEM
The overall flow chart of the system is shown in figure3.
Firstly, it initializes the input/output pins of the device. IR
sensor 1 is activated and the vehicle is detected come in. If
the sensor senses the vehicle, the program starts to count
and LED 1 on. If the vehicle is not sensed, LCD displays “No
Vehicles” and LEDs off. After that, IR sensor 2 senses the
vehicle and continuously the program stops counting and
starts to calculate the speed of the vehicle.Microcontrolleris
counted start time and stop time, and time interval will get
from start time and stop time and vehicle speed. And then,
the calculated speed is compared with the limited speed.
When the calculated speed is greater than limited speed, it
alarms on, LED 3 blinks and LCDdisplays the vehicle’sspeed.
If not, it will show as “Pass”. If the vehicle is not sensed, LCD
displays “No Vehicles” and LEDs off. Finally, the program is
ended.
Begin
Port Initialization
Detect object!
LED 1 on
LED 1 off
LED 2 off
LED 3 off
Yes
No
Detect object!
LED 2 on
LED1 off
LED2 off
LED3 off
Over Speed !
(speed>100)
Alarm off
LED 3 offAlarm on
LED 3 blink
No
Yes
END
No
Yes
Sense IR 1
Sense IR 2
LCD display
Speed (km/h)
LCD display
Speed (km/h)
LCD display
Speed (km/h)
LCD display
(No Vehicle)
LCD display
Speed (km/h)
Figure3. Overall Flow Chart of the System
V. TEST AND RESULT OF SPEED DETECTION
SYSTEM
In this section, the testing results of speed detection system
are shown. Figure 4 shows hardware implementation of
overall speed detection system for vehicles.
Figure4. Implementation of Over Speed Detection System
for Vehicle
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID - IJTSRD23173 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 805
It consists of Arduino Uno, two IR sensors, LCD display, and
buzzer. Arduino Uno is used to acquire the input data from
sensors and buzzer is used for alarm system and then show
warning message on LCD. In this system limitedspeed is 100
km/h. The experimental output results can be provedin this
section.
When the vehicle passes through the sensor 1 and it senses
the vehicle. Figure 5 shows the condition of sensor 1 is
active.
Figure5. Condition of active sensor 1
When the vehicle passes through the sensor 2 and it senses
the vehicle. Figure 6 shows the condition of sensor 2 is
active.
Figure6. Condition of active sensor 1
When the vehicle passes through the sensor 1 and sensor 2,
LCD shows the vehicle’s speed. The time taken between two
sensors displays on LCD. Figure 7 shows the LCD display for
under limited speed condition. In this condition, the vehicle
speed is not greater than the limited speed.
Figure7. LCD Display Time Taken (ms)
In Figure 8, the vehicle speed is 2km/h on LCD. It is the
under speed condition.
Figure8. LCD Display for Under Limited Speed
The limited speed is 100 km/h. In this condition, vehicle’s is
shown on LED board for over speed condition. Figure 9
shows the vehicle speed 110 km/h and than it will also
shows warning message.
Figure9. LCD Display for Over Speed (110km/h)
If the vehicle speed is greater than the limited speed, LCD
shows “Reduced Speed Now!” as shown in figure 10.
Figure10. LCD Display for Over Speed Condition
VI. DISCUSSION AND CONCLUSION
Design and construction of speed detection system for
vehicles was designed in this paper. This design is based on
Arduino microcontroller. The timing condition for the
vehicle detection system must be set base on distance
between the sensor and speed which can be easily changed
and modified using microcontroller. In this paper, the speed
limit is specified with 100 km/hr. Thecalculation of vehicle’s
speed and the time taken by it to cross between the sensors
is an approximate value. And thespeedsensingfromsensors
is also delay due to the far distance which is installed from
one to other. If more accuracy of the speed and time is
required, more number of sensors has to be used. The over
speed detection system can be further advanced by using
GSM module and CCTV camera in the circuit. If any vehicle
has crossed the maximum limited speed then this camera
will be triggered to take a picture of the vehicle. Employing
the over speed detection system offer not only several
advantages for traffic but also safety to road users.
References
[1] https://www.electronicshub.org, arduino-car-speed-
detector.
[2] http://www.ardunio.cc/en/Main/ardunioBoardUno
[3] https://www.mathworks.com/22194-vehicle-speed-
detection-using-image-procesing
[4] https://www.winstar.com.tw/products/chacter-lcd-
display-module/16x2-lcd-display-html
[5] Rana Biswas et al. Int. Journal of Engineering Research
and Applications ,ISSN: 2248-9622,Vol. 6,Issue1,(Part
- 4) January 2016, pp.110-112

More Related Content

What's hot

Automatic engine locking system for drunk and driver
Automatic engine locking system for drunk and driverAutomatic engine locking system for drunk and driver
Automatic engine locking system for drunk and driversvsembedded
 
RFID based car parking system-final ver
RFID based car parking system-final verRFID based car parking system-final ver
RFID based car parking system-final verDebasis Nayak
 
Password based door locking system
Password based door locking systemPassword based door locking system
Password based door locking systemArjun Singh
 
Speed control of vehicle
Speed control of vehicleSpeed control of vehicle
Speed control of vehicleAmanVerma443
 
automatic number plate recognition
automatic number plate recognitionautomatic number plate recognition
automatic number plate recognitionSairam Taduvai
 
Vehicle Over Speed Detection on Highways
Vehicle Over Speed Detection on HighwaysVehicle Over Speed Detection on Highways
Vehicle Over Speed Detection on HighwaysEdgefxkits & Solutions
 
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...Hitesh Kumar Singh
 
Automotive Security (Connected Vehicle Security Issues)
Automotive Security (Connected Vehicle Security Issues)Automotive Security (Connected Vehicle Security Issues)
Automotive Security (Connected Vehicle Security Issues)Priyanka Aash
 
IOT Based Patient Health Monitoring System Using WIFI
IOT Based Patient Health Monitoring System Using WIFIIOT Based Patient Health Monitoring System Using WIFI
IOT Based Patient Health Monitoring System Using WIFIijtsrd
 
Automatic engine locking system for drunken driver
Automatic engine locking system for drunken driverAutomatic engine locking system for drunken driver
Automatic engine locking system for drunken driverdodosgusenga
 
Traffic Clearance for Emergency Vehicles Using Priority Mode
Traffic Clearance for Emergency Vehicles Using Priority ModeTraffic Clearance for Emergency Vehicles Using Priority Mode
Traffic Clearance for Emergency Vehicles Using Priority ModeIRJET Journal
 
Gas Leakage Detector using Arduino with SMS Alert - Engineering Project
Gas Leakage Detector using Arduino with SMS Alert - Engineering ProjectGas Leakage Detector using Arduino with SMS Alert - Engineering Project
Gas Leakage Detector using Arduino with SMS Alert - Engineering ProjectCircuitsToday
 
Speed Detecting Camera by Kandarp Tiwari
Speed Detecting Camera by Kandarp TiwariSpeed Detecting Camera by Kandarp Tiwari
Speed Detecting Camera by Kandarp TiwariKandarp Tiwari
 
Intelligent traffic information and control system
Intelligent traffic information and control systemIntelligent traffic information and control system
Intelligent traffic information and control systemSADEED AMEEN
 
Automatic speed controller in real time vehicles.
Automatic speed controller in real time vehicles.Automatic speed controller in real time vehicles.
Automatic speed controller in real time vehicles.Jinto George
 
Arduino Based Vehicle Abnormal Behavior Detection System using Camera with SD...
Arduino Based Vehicle Abnormal Behavior Detection System using Camera with SD...Arduino Based Vehicle Abnormal Behavior Detection System using Camera with SD...
Arduino Based Vehicle Abnormal Behavior Detection System using Camera with SD...ijtsrd
 

What's hot (20)

Speed Detection Camera
Speed Detection CameraSpeed Detection Camera
Speed Detection Camera
 
Automatic engine locking system for drunk and driver
Automatic engine locking system for drunk and driverAutomatic engine locking system for drunk and driver
Automatic engine locking system for drunk and driver
 
RFID based car parking system-final ver
RFID based car parking system-final verRFID based car parking system-final ver
RFID based car parking system-final ver
 
Password based door locking system
Password based door locking systemPassword based door locking system
Password based door locking system
 
Speed control of vehicle
Speed control of vehicleSpeed control of vehicle
Speed control of vehicle
 
automatic number plate recognition
automatic number plate recognitionautomatic number plate recognition
automatic number plate recognition
 
SMART HELMET
SMART HELMETSMART HELMET
SMART HELMET
 
Vehicle Over Speed Detection on Highways
Vehicle Over Speed Detection on HighwaysVehicle Over Speed Detection on Highways
Vehicle Over Speed Detection on Highways
 
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
 
Automotive Security (Connected Vehicle Security Issues)
Automotive Security (Connected Vehicle Security Issues)Automotive Security (Connected Vehicle Security Issues)
Automotive Security (Connected Vehicle Security Issues)
 
IOT Based Patient Health Monitoring System Using WIFI
IOT Based Patient Health Monitoring System Using WIFIIOT Based Patient Health Monitoring System Using WIFI
IOT Based Patient Health Monitoring System Using WIFI
 
Railway Accident Avoiding System: A Safety Measure
Railway Accident Avoiding System: A Safety MeasureRailway Accident Avoiding System: A Safety Measure
Railway Accident Avoiding System: A Safety Measure
 
Drowsy Driver detection system
Drowsy Driver detection systemDrowsy Driver detection system
Drowsy Driver detection system
 
Automatic engine locking system for drunken driver
Automatic engine locking system for drunken driverAutomatic engine locking system for drunken driver
Automatic engine locking system for drunken driver
 
Traffic Clearance for Emergency Vehicles Using Priority Mode
Traffic Clearance for Emergency Vehicles Using Priority ModeTraffic Clearance for Emergency Vehicles Using Priority Mode
Traffic Clearance for Emergency Vehicles Using Priority Mode
 
Gas Leakage Detector using Arduino with SMS Alert - Engineering Project
Gas Leakage Detector using Arduino with SMS Alert - Engineering ProjectGas Leakage Detector using Arduino with SMS Alert - Engineering Project
Gas Leakage Detector using Arduino with SMS Alert - Engineering Project
 
Speed Detecting Camera by Kandarp Tiwari
Speed Detecting Camera by Kandarp TiwariSpeed Detecting Camera by Kandarp Tiwari
Speed Detecting Camera by Kandarp Tiwari
 
Intelligent traffic information and control system
Intelligent traffic information and control systemIntelligent traffic information and control system
Intelligent traffic information and control system
 
Automatic speed controller in real time vehicles.
Automatic speed controller in real time vehicles.Automatic speed controller in real time vehicles.
Automatic speed controller in real time vehicles.
 
Arduino Based Vehicle Abnormal Behavior Detection System using Camera with SD...
Arduino Based Vehicle Abnormal Behavior Detection System using Camera with SD...Arduino Based Vehicle Abnormal Behavior Detection System using Camera with SD...
Arduino Based Vehicle Abnormal Behavior Detection System using Camera with SD...
 

Similar to Design and Construction of Speed Detection System for Vehicles

Design and Implementation of an Arduino-Based Accident Prevention System
Design and Implementation of an Arduino-Based Accident Prevention SystemDesign and Implementation of an Arduino-Based Accident Prevention System
Design and Implementation of an Arduino-Based Accident Prevention SystemIRJET Journal
 
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...IRJET Journal
 
Implementation of Doppler Radar Based Vehicle Speed Detection System
Implementation of Doppler Radar Based Vehicle Speed Detection SystemImplementation of Doppler Radar Based Vehicle Speed Detection System
Implementation of Doppler Radar Based Vehicle Speed Detection Systemijtsrd
 
IRJET- Automatic Traffic Control System based on the Vehicular Density
IRJET- Automatic Traffic Control System based on the Vehicular DensityIRJET- Automatic Traffic Control System based on the Vehicular Density
IRJET- Automatic Traffic Control System based on the Vehicular DensityIRJET Journal
 
Smart vehicle and smart signboard system with zonal speed regulation
Smart vehicle and smart signboard system with zonal speed regulationSmart vehicle and smart signboard system with zonal speed regulation
Smart vehicle and smart signboard system with zonal speed regulationIAEME Publication
 
IRJET- Smart Car Monitoring System using Arduino
IRJET- Smart Car Monitoring System using ArduinoIRJET- Smart Car Monitoring System using Arduino
IRJET- Smart Car Monitoring System using ArduinoIRJET Journal
 
Alcohol Sensing Engine Locking System With GPS
Alcohol Sensing Engine Locking System With GPSAlcohol Sensing Engine Locking System With GPS
Alcohol Sensing Engine Locking System With GPSIRJET Journal
 
Wireless Smart Traffic Control System based on Vehicle density in Traffic Lan...
Wireless Smart Traffic Control System based on Vehicle density in Traffic Lan...Wireless Smart Traffic Control System based on Vehicle density in Traffic Lan...
Wireless Smart Traffic Control System based on Vehicle density in Traffic Lan...IRJET Journal
 
Drunk and Drive Detection using Raspberry Pi
Drunk and Drive Detection using Raspberry PiDrunk and Drive Detection using Raspberry Pi
Drunk and Drive Detection using Raspberry Piijtsrd
 
Alcohol Detection Of Drunk Drivers With Automatic Car Engine Locking System
Alcohol Detection Of Drunk Drivers With Automatic Car Engine Locking SystemAlcohol Detection Of Drunk Drivers With Automatic Car Engine Locking System
Alcohol Detection Of Drunk Drivers With Automatic Car Engine Locking SystemBryce Nelson
 
IRJET- Driver State Monitoring System and Vehicle Control
IRJET- Driver State Monitoring System and Vehicle ControlIRJET- Driver State Monitoring System and Vehicle Control
IRJET- Driver State Monitoring System and Vehicle ControlIRJET Journal
 
IRJET- Automatic Vehicle Beam Control System
IRJET-  	  Automatic Vehicle Beam Control SystemIRJET-  	  Automatic Vehicle Beam Control System
IRJET- Automatic Vehicle Beam Control SystemIRJET Journal
 
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry PiTCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry PiIRJET Journal
 
Modeling of Two Wheeler Vehicle for Fuel Indication in Digital and Accident D...
Modeling of Two Wheeler Vehicle for Fuel Indication in Digital and Accident D...Modeling of Two Wheeler Vehicle for Fuel Indication in Digital and Accident D...
Modeling of Two Wheeler Vehicle for Fuel Indication in Digital and Accident D...IRJET Journal
 
Android application for driver assistance using strain guage load cell and mo...
Android application for driver assistance using strain guage load cell and mo...Android application for driver assistance using strain guage load cell and mo...
Android application for driver assistance using strain guage load cell and mo...IJARIIT
 
IRJET- A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...
IRJET-  	  A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...IRJET-  	  A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...
IRJET- A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...IRJET Journal
 
IRJET- Real Time Fuel Estimation using Micro Controller and Android App
IRJET- Real Time Fuel Estimation using Micro Controller and Android AppIRJET- Real Time Fuel Estimation using Micro Controller and Android App
IRJET- Real Time Fuel Estimation using Micro Controller and Android AppIRJET Journal
 
IRJET - IoT based Low Cost Vehicle Monitoring and Alert System
IRJET - IoT based Low Cost Vehicle Monitoring and Alert SystemIRJET - IoT based Low Cost Vehicle Monitoring and Alert System
IRJET - IoT based Low Cost Vehicle Monitoring and Alert SystemIRJET Journal
 
Microcontroller based smart wear for driver safety
Microcontroller based smart wear for driver safetyMicrocontroller based smart wear for driver safety
Microcontroller based smart wear for driver safetyeSAT Journals
 
Alcohol sensing alert and vehicle locking system
Alcohol sensing alert and vehicle locking systemAlcohol sensing alert and vehicle locking system
Alcohol sensing alert and vehicle locking systemIRJET Journal
 

Similar to Design and Construction of Speed Detection System for Vehicles (20)

Design and Implementation of an Arduino-Based Accident Prevention System
Design and Implementation of an Arduino-Based Accident Prevention SystemDesign and Implementation of an Arduino-Based Accident Prevention System
Design and Implementation of an Arduino-Based Accident Prevention System
 
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
 
Implementation of Doppler Radar Based Vehicle Speed Detection System
Implementation of Doppler Radar Based Vehicle Speed Detection SystemImplementation of Doppler Radar Based Vehicle Speed Detection System
Implementation of Doppler Radar Based Vehicle Speed Detection System
 
IRJET- Automatic Traffic Control System based on the Vehicular Density
IRJET- Automatic Traffic Control System based on the Vehicular DensityIRJET- Automatic Traffic Control System based on the Vehicular Density
IRJET- Automatic Traffic Control System based on the Vehicular Density
 
Smart vehicle and smart signboard system with zonal speed regulation
Smart vehicle and smart signboard system with zonal speed regulationSmart vehicle and smart signboard system with zonal speed regulation
Smart vehicle and smart signboard system with zonal speed regulation
 
IRJET- Smart Car Monitoring System using Arduino
IRJET- Smart Car Monitoring System using ArduinoIRJET- Smart Car Monitoring System using Arduino
IRJET- Smart Car Monitoring System using Arduino
 
Alcohol Sensing Engine Locking System With GPS
Alcohol Sensing Engine Locking System With GPSAlcohol Sensing Engine Locking System With GPS
Alcohol Sensing Engine Locking System With GPS
 
Wireless Smart Traffic Control System based on Vehicle density in Traffic Lan...
Wireless Smart Traffic Control System based on Vehicle density in Traffic Lan...Wireless Smart Traffic Control System based on Vehicle density in Traffic Lan...
Wireless Smart Traffic Control System based on Vehicle density in Traffic Lan...
 
Drunk and Drive Detection using Raspberry Pi
Drunk and Drive Detection using Raspberry PiDrunk and Drive Detection using Raspberry Pi
Drunk and Drive Detection using Raspberry Pi
 
Alcohol Detection Of Drunk Drivers With Automatic Car Engine Locking System
Alcohol Detection Of Drunk Drivers With Automatic Car Engine Locking SystemAlcohol Detection Of Drunk Drivers With Automatic Car Engine Locking System
Alcohol Detection Of Drunk Drivers With Automatic Car Engine Locking System
 
IRJET- Driver State Monitoring System and Vehicle Control
IRJET- Driver State Monitoring System and Vehicle ControlIRJET- Driver State Monitoring System and Vehicle Control
IRJET- Driver State Monitoring System and Vehicle Control
 
IRJET- Automatic Vehicle Beam Control System
IRJET-  	  Automatic Vehicle Beam Control SystemIRJET-  	  Automatic Vehicle Beam Control System
IRJET- Automatic Vehicle Beam Control System
 
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry PiTCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
 
Modeling of Two Wheeler Vehicle for Fuel Indication in Digital and Accident D...
Modeling of Two Wheeler Vehicle for Fuel Indication in Digital and Accident D...Modeling of Two Wheeler Vehicle for Fuel Indication in Digital and Accident D...
Modeling of Two Wheeler Vehicle for Fuel Indication in Digital and Accident D...
 
Android application for driver assistance using strain guage load cell and mo...
Android application for driver assistance using strain guage load cell and mo...Android application for driver assistance using strain guage load cell and mo...
Android application for driver assistance using strain guage load cell and mo...
 
IRJET- A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...
IRJET-  	  A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...IRJET-  	  A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...
IRJET- A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...
 
IRJET- Real Time Fuel Estimation using Micro Controller and Android App
IRJET- Real Time Fuel Estimation using Micro Controller and Android AppIRJET- Real Time Fuel Estimation using Micro Controller and Android App
IRJET- Real Time Fuel Estimation using Micro Controller and Android App
 
IRJET - IoT based Low Cost Vehicle Monitoring and Alert System
IRJET - IoT based Low Cost Vehicle Monitoring and Alert SystemIRJET - IoT based Low Cost Vehicle Monitoring and Alert System
IRJET - IoT based Low Cost Vehicle Monitoring and Alert System
 
Microcontroller based smart wear for driver safety
Microcontroller based smart wear for driver safetyMicrocontroller based smart wear for driver safety
Microcontroller based smart wear for driver safety
 
Alcohol sensing alert and vehicle locking system
Alcohol sensing alert and vehicle locking systemAlcohol sensing alert and vehicle locking system
Alcohol sensing alert and vehicle locking system
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonJericReyAuditor
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 

Recently uploaded (20)

SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lesson
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 

Design and Construction of Speed Detection System for Vehicles

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume: 3 | Issue: 3 | Mar-Apr 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 - 6470 @ IJTSRD | Unique Paper ID – IJTSRD23173 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 803 Design and Construction of Speed Detection System for Vehicles Lae Yin Mon1, Khin Khin Saw2 1Department of Electronic Engineering, Technological University (Kyaukse), Myanmar 2Department of Electronic Engineering, Technological University (Sittwe), Myanmar How to cite this paper: Lae Yin Mon | Khin Khin Saw "Design and Construction of Speed Detection System for Vehicles" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-3 | Issue-3, April 2019, pp.803-805, URL: https://www.ijtsrd.c om/papers/ijtsrd23 173.pdf Copyright © 2019 by author(s) and International Journal of Trend in Scientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0) (http://creativecommons.org/licenses/ by/4.0) ABSTRACT The objective of this paper is to detect the over speed for vehicles on the highway road. Although the maximum speed limit on the highway, many accidents keep on because of over speed driving. It is necessary to solve these problems through electronics circuit. This paper describes speed detection system for vehicles. The highway traffic police are easy to check over speed by using this system. This system mainly consists of Arduino UNO, two IR sensors (MD-0138 Infrared Obstacle Avoidance Sensor), 1602A LCDdisplayand buzzer. The detected speed is displayed on LCD. Moreover, if the vehicle crosses the limited speed, this system displays the condition of over speed on LCD and the buzzer is alarmed. KEYWORDS: Arduino UNO, buzzer, IR sensors, LCD, speed detection I. INTRODUCTION In many parts of the highway road, accidents found a major social problem. There are several reasons to why vehicle accidents. Most of accidents on the highway road cause by high speed driving. Some highway road has signboards signifying maximum speed limit permitted while driving such as 100 km/h for the driver’s safety, but some people does not follow speed limit. Therefore, the vehicles keep a constant speed within the speed limit over a particular area. In this paper, speed detection system for vehicles is proposed. This system provides veryeffectivein detection of over speed driving. This circuit is mainly consists of Arduino UNO, two IR sensors, 1602A LCD and buzzer. When avehicle is passing between the first and second sensors, the two sensors sense the object and then microcontroller program will start counting. When it passes cross the second sensors, the microcontroller will stop counting and calculate the speed as kilometer per hour. If the car’s speed is over speed (100 km/h), the buzzer will be alarmed and the LED will be blinked. Then, LCD displays the speed of vehicles. This paper intends to design a system of detection on highway road for vehicles. This system is to improve a devicethatdetects over speeding of vehicle, gives warning using alarm and display vehicle’s speed in LCD. II. DESIGN ANDIMPLEMENTATION OFTHE SYSTEM This system is design to detect an over speeding vehicle by computing the speed of the passing vehicle using the time taken to travel between two sensors at a fixed distance. In this system, IR Sensors are the main part of circuit design that detects the speed of the vehicles. The system keeps the time taken by the speed of the vehicle in crossing the fixed distance from two sensors. When the vehiclepasses through the first IR sensor, this sensor gets activated. From this instant forward, a timer is initiated and willcontinuetokeep time until the vehicle reaches the second IRSensor. Then the microcontroller starts to count the time and calculate the speed of the vehicle as km/h and this speed is displayed on a 16X2 LCD Module. If the vehicle’s speed is greater than the limited speed, the buzzer will be alarmed and LED will be blinked. Then LCD will be displayed “Reduced Speed Now!!”. Figure 1 shows block diagram of this system. Power Supply Arduino UNO LCD DisplayIR Sensor 1 BuzzerIR Sensor 2 Figure1. Block Diagram of the System IJTSRD23173
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID - IJTSRD23173 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 804 III. CIRCUIT DESIGN OF SPEED DETECTION SYSTEM The overall circuit diagram of speed detection system using IR sensor is shown in figure 2. When a vehicle passes through the first sensor, the infrared ray touches the vehicle that the sensor has detected the object. The output of IR sensor 1 is connected to the pin 8 of the Arduino and LED 1 for sensor 1 is connected to the pin 13 of the Arduino. The second sensor’s infrared ray touches the object and reflects to the sensor and the sensor has sensed the object. The output of IR Sensor 2 is connected to the pin 9of theArduino and LED 2 for sensor 2 is connected to the pin 12 of the Arduino. 1602A LCD is used to display the vehicle’s speed. DB 7 to DB 4 of the LCD Pin is connected to the I/O pin 2 to 5 of the Arduino. The RS and E pins of LCD are connected to pins 7 and 6 of Arduino. And then the LCD shows the speed. LCD displays “no vehicle” before the car passes and after the car passes. If the speed is over 100 km/hour, the buzzer will be alarmed and LED 3 will be blink. LCD displays “Reduced Speed Now!!”. The vehicle speed is calculated in microcontroller as km/h. The speed of the vehicle is calculated by this equation. The time taken between the two sensors is calculatedbythis equation. Time=(t2-t1 )ms In this system, the power supply circuit used 12V step down transformer. Regulator LM 7805 is used to get DC 5V. The power supply DC 5V is connected to the VIN pin of the Arduino and the ground pin of the power supply is connected to the GND pin of the Arduino. Figure2. Circuit Diagram of Speed Detection System IV. OVERALL FLOW CHART OF THE SYSTEM The overall flow chart of the system is shown in figure3. Firstly, it initializes the input/output pins of the device. IR sensor 1 is activated and the vehicle is detected come in. If the sensor senses the vehicle, the program starts to count and LED 1 on. If the vehicle is not sensed, LCD displays “No Vehicles” and LEDs off. After that, IR sensor 2 senses the vehicle and continuously the program stops counting and starts to calculate the speed of the vehicle.Microcontrolleris counted start time and stop time, and time interval will get from start time and stop time and vehicle speed. And then, the calculated speed is compared with the limited speed. When the calculated speed is greater than limited speed, it alarms on, LED 3 blinks and LCDdisplays the vehicle’sspeed. If not, it will show as “Pass”. If the vehicle is not sensed, LCD displays “No Vehicles” and LEDs off. Finally, the program is ended. Begin Port Initialization Detect object! LED 1 on LED 1 off LED 2 off LED 3 off Yes No Detect object! LED 2 on LED1 off LED2 off LED3 off Over Speed ! (speed>100) Alarm off LED 3 offAlarm on LED 3 blink No Yes END No Yes Sense IR 1 Sense IR 2 LCD display Speed (km/h) LCD display Speed (km/h) LCD display Speed (km/h) LCD display (No Vehicle) LCD display Speed (km/h) Figure3. Overall Flow Chart of the System V. TEST AND RESULT OF SPEED DETECTION SYSTEM In this section, the testing results of speed detection system are shown. Figure 4 shows hardware implementation of overall speed detection system for vehicles. Figure4. Implementation of Over Speed Detection System for Vehicle
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID - IJTSRD23173 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 805 It consists of Arduino Uno, two IR sensors, LCD display, and buzzer. Arduino Uno is used to acquire the input data from sensors and buzzer is used for alarm system and then show warning message on LCD. In this system limitedspeed is 100 km/h. The experimental output results can be provedin this section. When the vehicle passes through the sensor 1 and it senses the vehicle. Figure 5 shows the condition of sensor 1 is active. Figure5. Condition of active sensor 1 When the vehicle passes through the sensor 2 and it senses the vehicle. Figure 6 shows the condition of sensor 2 is active. Figure6. Condition of active sensor 1 When the vehicle passes through the sensor 1 and sensor 2, LCD shows the vehicle’s speed. The time taken between two sensors displays on LCD. Figure 7 shows the LCD display for under limited speed condition. In this condition, the vehicle speed is not greater than the limited speed. Figure7. LCD Display Time Taken (ms) In Figure 8, the vehicle speed is 2km/h on LCD. It is the under speed condition. Figure8. LCD Display for Under Limited Speed The limited speed is 100 km/h. In this condition, vehicle’s is shown on LED board for over speed condition. Figure 9 shows the vehicle speed 110 km/h and than it will also shows warning message. Figure9. LCD Display for Over Speed (110km/h) If the vehicle speed is greater than the limited speed, LCD shows “Reduced Speed Now!” as shown in figure 10. Figure10. LCD Display for Over Speed Condition VI. DISCUSSION AND CONCLUSION Design and construction of speed detection system for vehicles was designed in this paper. This design is based on Arduino microcontroller. The timing condition for the vehicle detection system must be set base on distance between the sensor and speed which can be easily changed and modified using microcontroller. In this paper, the speed limit is specified with 100 km/hr. Thecalculation of vehicle’s speed and the time taken by it to cross between the sensors is an approximate value. And thespeedsensingfromsensors is also delay due to the far distance which is installed from one to other. If more accuracy of the speed and time is required, more number of sensors has to be used. The over speed detection system can be further advanced by using GSM module and CCTV camera in the circuit. If any vehicle has crossed the maximum limited speed then this camera will be triggered to take a picture of the vehicle. Employing the over speed detection system offer not only several advantages for traffic but also safety to road users. References [1] https://www.electronicshub.org, arduino-car-speed- detector. [2] http://www.ardunio.cc/en/Main/ardunioBoardUno [3] https://www.mathworks.com/22194-vehicle-speed- detection-using-image-procesing [4] https://www.winstar.com.tw/products/chacter-lcd- display-module/16x2-lcd-display-html [5] Rana Biswas et al. Int. Journal of Engineering Research and Applications ,ISSN: 2248-9622,Vol. 6,Issue1,(Part - 4) January 2016, pp.110-112