Car Speed Detector Using Arduino

Car Speed Detector Using Arduino Car Speed Detector Using Arduino This project demonstrates a car speed detection system using Arduino UNO , IR sensors , 16x2 LCD with I2C , buzzer , and basic components. It calculates vehicle speed by measuring the time taken to pass between two sensors and alerts if the speed exceeds the limit. How the System Works Two IR sensors are placed 20 cm apart on a simulated road setup When a vehicle passes the first sensor, a timer starts The timer stops when the vehicle passes the second sensor Speed is calculated using the formula: Speed = Distance / Time The system scales the measurement to simulate a 5-meter distance for practical application Speed is converted to km/h and displayed on the LCD If speed exceeds 50 km/h, the buzzer sounds and displays "Over Speeding" For normal...