Back to Projects
Automated Car Parking System

Automated Car Parking System

July 2023 - August 2023 Arduino C++ RFID

What is this project?

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.

How it works

How it was built

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.

Why I built it

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.

View Source Code on GitHub
Back to Projects