microcontroller based multilevel car parking system

7
Prepared By: Darshan Vaghela (05EC97) Ronil Shah (05EC96) Krunal Shah (05EC95) V. T. Patel Department of Electronics & Communication Engineering

Upload: darshanv99

Post on 10-Apr-2015

4.261 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Microcontroller Based Multilevel Car Parking system

Prepared By: Darshan Vaghela (05EC97)Ronil Shah (05EC96)Krunal Shah (05EC95)

V. T. Patel Department of Electronics & Communication Engineering CHAROTAR INSTITUTE OF TECHNOLOGY EDUCATION CAMPUS-CHANGA

Page 2: Microcontroller Based Multilevel Car Parking system

USER MANUAL FOR MICROCONTROLLER BASED MULTI-LEVEL CAR PARKING SYSTEM:-

A seven segment display is provided at the ground floor which is basically a

counter that indicates number of free space available on each floor individually. Upper

one is used to display free space on third floor, middle one is used to display free space

on second floor and last one is used to display free space on first floor. It informs

whether the floors are fully filled with the cars or is it having place in a particular floor

or not. There is facility of lift to carry the car to up and down. Movement of lift is

controlled by stepper motor. An LCD is also provided at ground floor which is used to

display present situation of lift and other messages related to this system. An indicator

with a green and red LED is kept in all floors to indicate whether the lift is busy or free.

If the red LED glows that means the lift is already engaged and the person has to wait for

the green LED to glow. In this project we have provided three floors of a building for car

parking. Maximum storage capacity of each floor is given as nine. Storage capacity can

be changed according to the requirement.

In this model car fill up on each floor will have done sequentially. Any one can

enter to first or second floor. The third floor in this model is for VIP’s or parking system

owner only. Therefore, VIPs have to enter their password by computer keyboard and

they will go to the third reserved floor. For more security of this system, we can apply

passwords to the whole entire system.

When the car enters into the lift, the LDR detects its presence and sends a signal

to glow RED LED indicating that the lift is busy. It also sends a signal to motor which

makes the motor to rotate. After RED LED glows the lift will take the person and the car

up to the floor where the space for parking is available. When the lift reaches the first

floor, the processor compares the filled amount to that of the already fed capacity of that

floor, and if it finds that the first floor is fully filled, it goes to the second floor and thus

the procedure stops here. As soon as a car is placed in a particular floor, the display

counter at the ground floor as to indicate the floor capacity has decreased by one. After

the lift places the car in a particular floor, it comes back to its normal position and that

time, the motor that drives it, also stops. Now processor sends signal to glow GREEN

LED indicating that lift is free.

Page 3: Microcontroller Based Multilevel Car Parking system

When a person needs to come down from a particular floor to ground floor, he is

expected to focus the headlight onto the LDR placed in that floor. Now sensor section

sends signal to microcontroller and then microcontroller sends signal to motor that the

lift has to be send back from the particular floor and sends a signal to glow RED LED

indicating that the lift is busy. A seven segment display is at the ground floor decrements

by one as to indicate the floor capacity. As soon as the lift reaches that particular floor

car should come inside the lift. Lift comes back to its normal position and that time, the

motor that drives it, also stops. Now processor sends signal to glow GREEN LED

indicating that lift is free. If there no parking taking place, the processor carries out the

job according to the following priority

1. It checks whether any password has entered.

2. It checks whether any car has entered to lift.

3. It checks whether any car headlight is pressed in front of LDR placed in each

floor.

4. If there is no free space available on this model it will display message on

LCD that “DECREMENT THE SPACE FOR CAR”

Finally it is one type of round robin system.

Page 4: Microcontroller Based Multilevel Car Parking system

REAL HARDWARE OF MICROCONTROLLER BASED MULTI-

LEVEL CAR PARKING SYSTEM

Page 5: Microcontroller Based Multilevel Car Parking system

BLOCK DIAGRAM OF MULTILEVEL CAR PARKING SYSTEM

USING ATMEGA16 AVR CONTROLLER