SmartPark Assistant is an Arduino-based project designed to provide real-time parking feedback using an ultrasonic sensor, LED, and buzzer. The system offers accurate and responsive assistance by blinking the LED and emitting distinct beeps based on object proximity. Enhance parking safety with this compact and versatile solution.
- Ultrasonic sensor for precise distance measurement.
- LED indicator for visual feedback.
- Buzzer with various beep patterns indicating proximity.
- Designed for accuracy and responsiveness in parking scenarios.
- Arduino board
- Ultrasonic sensor
- LED
- Buzzer
- Jumpers and resistors (as per the circuit)
- Clone the repository:
git clone https://github.com/your-username/SmartPark-Assistant.git
- Set up the hardware components as per the provided circuit diagram.
- Upload the Arduino code (
SmartPark_Assistant.ino
) to your Arduino board.
- Power up the Arduino board.
- Place the ultrasonic sensor in the desired position for parking assistance.
- Observe the LED blinking and listen to the buzzer for real-time feedback on object proximity.
Happy Parking!