Final Vehicle Speed Detector
Final Vehicle Speed Detector
VEHICLE
SPEED
DAELT E
FIN DC TE
EF ONRS E
By:
Sobel, Jennery Brian
Solmia, Reynald
Tino, CristyMae
Toroba, Marie
Ulvida, Gerom
Vito, Florenz
1 Introduction
2
3 Road safety is a critical concern in today's world. To address the increasing risk of accidents
due to speeding, we propose a low-cost, efficient, and reliable vehicle speed detection system
4
using the Arduino platform. This system, built with readily available components, aims to
5
accurately measure vehicle speeds, provide real-time data for traffic monitoring, and potentially
6 assist in speed enforcement. By combining hardware and software elements, including IR sensors
and Arduino programming, we strive to create a practical and educational solution to enhance
7
road safety.
8 Previous research has demonstrated the versatility of Arduino for traffic monitoring
9 applications, including vehicle counting, traffic flow analysis, and basic speed detection. Ni Hlaing
et.al. designed a system that successfully detected vehicle speeds on roads and highways,
10
triggering a camera to capture images of overspeeding vehicles. These studies highlight Arduino's
11
potential as a reliable and cost-effective platform for building efficient speed detection systems.
12
Objectives
1
10
11
12
1
Diagrams and
Codes
2 #include <LiquidCrystal_I2C.h>
3 LiquidCrystal_I2C lcd(0x27,16, 2); // set the LCD address to 0x27 for a 16 chars and 2 line display
int timer1;
int timer2;
4
fl o a t T i m e ;
i n t fl a g 1 = 0 ;
5 i n t fl a g 2 = 0 ;
fl o a t d i s t a n c e = 5 . 0 ;
6 fl o a t s p e e d ;
3
Accurate Speed Measurement:
4 The vehicle speed detector accurately measures the speed of vehicles within
5
the range of the sensors. Results can be displayed in real-time on an LCD or
sent to a database for analysis.
6
7 Over-Speed Detection:
The system successfully identifies vehicles exceeding the predefined speed
8
limit and triggers alerts with the use of buzzer.
9
Ease of Use:
The system is simple to set up and operate, with real-time feedback
10
displayed on an easy-to-read interface.
11
12
Conclusio
1
4
n
The Arduino Uno-based vehicle speed detector is a
5
practical, cost-effective, and efficient solution for
6 monitoring vehicle speeds. It achieves its objectives of
7 real-time speed measurement, over-speed detection, and
ease of use. The system is ideal for small-scale traffic
8
monitoring applications or educational purposes.
9
10
11
12
1 Recommendatio
2
3
n• Increase Detection Range-Implement long-range sensors to
monitor vehicles at greater distances, improving system
4 coverage.
• Integration with IoT- Add vehicle recognition sensor or GSM
5
modules to enable other object to be detected, remote
6 monitoring, and analysis via cloud platforms.
7
• Integration with Law Enforcement- BPair the system with a
camera to capture images of vehicles exceeding speed limits
8
for use in law enforcement or traffic regulation.
9
• Educational Workshops- Use the project as a teaching tool to
introduce students and enthusiasts to Arduino programming,
10 sensor integration, and real-world applications.
• By addressing these recommendations, the system can be
11 further refined to achieve higher accuracy, better
12
performance, and greater usability in diverse scenarios.
1
8
YOUR TIME AND
9 ATTENTION!
10
11
12