Skip to content

An Arduino-based parking sensor system using HC-SR04 ultrasonic sensor, buzzer, and LED for real-time obstacle detection.

Notifications You must be signed in to change notification settings

Pavankumar0426-arch/Parking-Sensor-using-Arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸš— Parking Sensor using Arduino

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.

πŸ“Œ Features

  • 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.

πŸ› οΈ Components Used

  • Arduino Uno
  • Ultrasonic Sensor (HC-SR04)
  • Buzzer
  • LED
  • Jumper Wires & Breadboard

⚑ Circuit Diagram

Circuit Diagram
(Upload your circuit image here if available)

πŸ’» Code

The Arduino code is available in Parking_Sensor.ino.

πŸš€ How It Works

  1. Ultrasonic sensor measures the distance of obstacles.
  2. If the obstacle is closer than 30 cm:
    • Buzzer turns ON.
    • LED turns ON.
  3. Otherwise:
    • Buzzer and LED remain OFF.

🎯 Skills Gained

  • Sensor interfacing with Arduino.
  • Microcontroller programming in C/C++.
  • Embedded systems prototyping.

πŸ”— Author: M. Pavan Kumar

About

An Arduino-based parking sensor system using HC-SR04 ultrasonic sensor, buzzer, and LED for real-time obstacle detection.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published