This project implements a Parking Sensor System using Arduino to help drivers detect obstacles while reversing vehicles.
The system uses an HC-SR04 Ultrasonic Sensor for distance measurement, a Buzzer for audio alerts, and an LED for visual warnings.
- Real-time obstacle detection while reversing vehicles.
- Ultrasonic sensor (HC-SR04) for accurate distance measurement.
- Buzzer and LED alerts for proximity warnings.
- Developed with Arduino (C/C++) for microcontroller control.
- Arduino Uno
- Ultrasonic Sensor (HC-SR04)
- Buzzer
- LED
- Jumper Wires & Breadboard
(Upload your circuit image here if available)
The Arduino code is available in Parking_Sensor.ino
.
- Ultrasonic sensor measures the distance of obstacles.
- If the obstacle is closer than 30 cm:
- Buzzer turns ON.
- LED turns ON.
- Otherwise:
- Buzzer and LED remain OFF.
- Sensor interfacing with Arduino.
- Microcontroller programming in C/C++.
- Embedded systems prototyping.
π Author: M. Pavan Kumar