Intelligent Vehicle Speed Radar & Real-Time License Plate Recognition
Presenting a DSP-driven, microsecond-precision traffic monitoring and enforcement system engineered to detect overspeeding vehicles bidirectionally. This fully integrated solution merges hardware accuracy with software intelligence into a cohesive, deployable system.
? Hardware & Embedded System
Dual ultrasonic sensors detect vehicles at µs resolution, capturing precise timestamps.
Speed is calculated using Speed = Distance ÷ ΔTime in m/s and km/h.
16×2 I²C LCD displays system status and live speed.
LED indicators and buzzer provide instant alerts for overspeeding vehicles.
Arduino orchestrates sensor synchronization, timing, alerts, and display updates in real time.
Cooldown logic ensures accurate detection for successive vehicles under varying traffic conditions.
? Software & Computer Vision
Camera activates automatically upon overspeed detection.
Python-based vision pipeline localizes license plates, segments characters, and performs recognition.
Designed to read Arabic Egyptian license plates accurately.
Each vehicle receives a unique ID, and violations are logged automatically.
Logs include timestamp, measured speed, and plate ID, creating a fully auditable record.