Skip to content

Smart parking garage system was built to make parking easier and more organized. It automatically manages car entry and exit, shows available spaces, and guides drivers to the nearest empty spot.

Notifications You must be signed in to change notification settings

malikmaky/smart-parking-garage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

🚗 Smart Parking Garage System

AGPL License

Logo

This smart parking garage system was built to make parking easier and more organized. It automatically manages car entry and exit, shows available spaces, and guides drivers to the nearest empty spot.

We worked on this project as a group of four friends: two of us studying computer science and two studying electrical engineering. By combining our skills, we made a working system using both software and hardware.

One important thing we learned is that you can start with small-scale projects like this and then expand them to solve bigger real-world problems.

Key Features :

  • ✅ Automated Entry/Exit :

Servo motors and infrared sensors (IR) control the garage gates automatically based on vehicle detection.

  • 🅿️ Real-Time Availability Tracking :

LCD displays show the number of available spaces and the closest available parking lot.

  • 📍 Intelligent Space Allocation :

Guides vehicles to the nearest available parking lot based on entrance location.

  • 💡 Energy Efficiency :

Automatic lighting using LDR (Light Dependent Resistor) for illumination during low light conditions.

Technical Overview :

System Design :

  • Parking Zones : Three zones (Park 1, Park 2, Park 3), each with a three-car capacity.
  • Entrances : Two entrances guiding cars to the nearest available park based on sensor inputs.
  • Gate Control : Servo motors open and close gates based on sensor triggers.

Hardware Components :

  • IR Sensors for vehicle detection
  • SG90 Servo Motors for gate control
  • LCD Displays with I2C Modules for availability information
  • LDR for automatic lighting control
  • Arduino Uno for central control

Software :

  • C++ code for hardware integration and control logic
  • Arduino IDE for programming and testing

Conclusion :

This project allowed us to explore the potential of combining hardware and software to create smart systems that solve everyday problems. By working as a multidisciplinary team, we successfully developed a functional parking garage prototype that manages vehicle flow and provides efficient parking solutions.

The experience reinforced the idea that small-scale projects can serve as blueprints for larger, real-world applications. As technology continues to advance, solutions like these can be scaled up to contribute to the development of smart cities and intelligent transportation systems.

Demo

Check out the demo through this youtube shorts link : https://youtube.com/shorts/CsPosTnCOk8

Credits

This project is maintained by @malikmaky.

For any inquiries or feedback, please contact malikmhmd@hotmail.com

About

Smart parking garage system was built to make parking easier and more organized. It automatically manages car entry and exit, shows available spaces, and guides drivers to the nearest empty spot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages