0% found this document useful (0 votes)
55 views1 page

Multi-Stored Car Parking

This document describes an automatic multi-level car parking system that uses an ATmega16 microcontroller and IR sensors to control entry and exit from the parking area. The system uses an LCD display to show the total parking spaces and available spaces. IR sensor pairs at the entry and exit gates detect vehicles and signal the microcontroller to open and close the gates. The microcontroller increments or decrements the space count displayed on the LCD as vehicles enter or leave.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
55 views1 page

Multi-Stored Car Parking

This document describes an automatic multi-level car parking system that uses an ATmega16 microcontroller and IR sensors to control entry and exit from the parking area. The system uses an LCD display to show the total parking spaces and available spaces. IR sensor pairs at the entry and exit gates detect vehicles and signal the microcontroller to open and close the gates. The microcontroller increments or decrements the space count displayed on the LCD as vehicles enter or leave.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Automatic multi-stored car parking

The Project Automatic Car Parking System using Microcontroller is an interesting project which uses ATmega16 microcontroller as its brain. The aim of this project is to atomize the car park for allowing the cars into the park. LCD is provided to display the information about the total number of cars that can be parked and the place free for parking. Two IR TX RX pairs are used in this project to identify the entry or exit of the cars into/out of park. These two IR TX RX pairs are arranged either side of the gate. The TX and RX are arranged face to face across the road. So that the RX should get IR signal continuously. Whenever the mains are switched on, the LCD displays the message parking space for 10 vehicles. The number indicates the maximum capacity of park in this project. Whenever a car comes in front of the gate, the IR signal gets disturbed and the microcontroller will open the gate. The gate will be closed only after the car leaves the second IR pair since the microcontroller should know whether the car left the gate or not. After that there are car movement unit to place the car in right area of park. Now the microcontroller decrements the value of the count and displays it on LCD. In this way, the microcontroller decrements the count whenever the car leaves the park and displays it on LCD. If the count reaches 0, i.e. if the park is completely filled, the microcontroller will display NO SPACE FOR PARKING on LCD. And now if any vehicle tries to enter the park, the gate will not be opened since there is no space. If any vehicle leaves the park, the controller will increment the count and allows the other vehicles for parking.

You might also like