Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Parking System using Ultrasonic Sensors (ESP32)

An enterprise-grade, edge-tier Embedded Systems project designed to monitor parking bay occupancy in real time. It utilizes acoustic Time-of-Flight (ToF) distance measurement, signal conditioning filters, visual/acoustic indicators, and an automated PWM-driven barrier gate to optimize space utilization and mitigate urban traffic congestion.


Table of Contents


Project Overview

Searching for available parking in commercial spaces, airports, and urban centers accounts for up to 30% of downtown traffic congestion. This project implements an autonomous embedded parking node that:

  1. Detects vehicle presence in 4 independent bays using ultrasonic transceivers.
  2. Applies trimmed-mean averaging and temporal debounce state logic to eliminate false positives.
  3. Automatically guides incoming drivers via per-slot Green/Red dual LED indicators and live UART telemetry.
  4. Manages entry access using an SG90 Servo Barrier Gate and sounds an acoustic alarm when all bays are saturated.

System Architecture

+-----------------------------------------------------------------------------------+
|                                 SYSTEM WORKFLOW                                   |
+-----------------------------------------------------------------------------------+

 [ Parking Slot ]  -->  [ HC-SR04 Sensor ]  -->  [ Microcontroller (ESP32) ]
                                                            |
                                                            v
 [ Dynamic Output Actuators ]  <--  [ Availability Counter ]  <--  [ State Engine ]
          |
          +--> Green LED (Slot Free) / Red LED (Slot Occupied)
          +--> Piezo Buzzer (Lot Saturated Alert)
          +--> SG90 Servo Motor (Entry Barrier Control)
          +--> UART Serial Monitor / OLED Display

About

Real-time smart parking automation system using ESP32/Arduino and ultrasonic sensors with debounced occupancy detection, dual LED indicators, servo barrier gate control, and buzzer alerts.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages