Skip to content

Hrichikcoder/Smart-Parking-Using-Arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸš— Smart Parking Assistant System (Arduino)

πŸ“Œ Overview

The Smart Parking Assistant System is an embedded IoT-inspired project built using Arduino that replicates an intelligent parking gate mechanism. It uses an ultrasonic sensor to continuously measure the distance of an approaching vehicle and provides real-time guidance through LED indicators, buzzer alerts, and an LCD display.

As the vehicle reaches a safe stopping distance, a servo motor automatically opens the parking gate, ensuring smooth and controlled entry.


βš™οΈ Features

  • πŸ“ Real-time distance measurement using Ultrasonic Sensor
  • 🚦 Traffic-style LED indicators (Green β†’ Yellow β†’ Red)
  • πŸ“’ Progressive buzzer alerts based on proximity
  • πŸ“Ÿ LCD display with live distance and instructions
  • πŸ”„ Automatic gate control using Servo motor
  • ✨ User-friendly messages (e.g., Slow Down, STOP, Have a Great Day!)

🧠 Working Logic

  1. Vehicle detected at a long distance

    • Green LED blinks
    • LCD displays distance and normal approach message
  2. Vehicle comes closer

    • Yellow LED turns ON
    • LCD shows β€œSlow Down”
    • Buzzer beeps intermittently
  3. Vehicle reaches minimum safe distance

    • Red LED glows
    • Continuous buzzer alert
    • LCD displays β€œSTOP” with distance
  4. Gate Operation

    • Servo motor opens the gate automatically
    • After vehicle passes, a welcome message is shown

🧰 Hardware Components

  • Arduino Board (UNO / Mega)
  • Ultrasonic Sensor (HC-SR04)
  • Servo Motor (SG90)
  • LEDs (Red, Yellow, Green)
  • Buzzer
  • 16x2 LCD Display
  • Resistors & Jumper Wires

πŸ§ͺ Technologies Used

  • Embedded C / Arduino IDE
  • Servo Motor Control
  • Real-time Sensor Processing
  • Conditional Logic & State Handling

πŸ“‚ Project File

  • parkingassistant.ino – Main Arduino source code containing sensor logic, LED control, LCD messages, buzzer alerts, and servo-based gate automation.

πŸš€ Applications

  • Smart parking systems
  • Automated entry/exit gates
  • IoT-based traffic assistance
  • Embedded systems learning projects

πŸ‘¨β€πŸ’» Author

Hrichik Khandait

About

An embedded system using ultrasonic distance measurement, LED signaling, LCD feedback, and servo-based gate automation for intelligent parking assistance.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages