The Automated Car Parking System is a hardware project I built for my Microprocessor and Embedded Systems course. It is a small-scale model of a smart parking system that automatically checks if a car has proper access, detects free parking slots, and shows the status on a display — all without any manual attendant.
The whole system runs on an Arduino microcontroller programmed in C++. I connected and coded the RFID module, servo motor, IR sensors, LEDs, and an LCD display together on a breadboard, wiring each component to the correct pins and writing the logic to read sensor data and control the gate and display in real time.
This project let me apply classroom concepts on microcontrollers and embedded systems to a real, working prototype — combining sensors, actuators, and code to solve a practical everyday problem: automating vehicle parking management.