Smart Parking System
Smart Parking System
Outline :
ØWhat is smart Parking System.
ØSystem Unit.
ØMain features.
ØCoordinator
ØSoftware Application
ØProblems
ØFuture Work
Ø Conclusion.
What is smart Parking
System
Smart parking system is an integrated system to organize cars in public parks.
The system will be used for every slot in park.
. The motivation of this project is to help drivers. And make the payment way easier
What is smart Parking
System
Our projects consist of two sides, the first one is the main unit, and this unit will be located in
every spot in the parking lot.
These units will be connected with our second, the coordinator.
So every coordinator will control the information from and to the units connected with it.
System Unit
.Every spot in the parking lot will contain the main unit
•Arduino Nano .
•Two ultrasonic HC-SR04 sensors.
•RF Card Reader.
•Keypad.
•LCD.
System Unit
The system will detect the existence of a car in the slot using sensors.
the system will use RF reader for automatic payment.
The system also will use a display and a keypad for the interaction with the user, like
interaction for entering information about the time needed. Or interaction for payment if the
user forget the card.
Main features
Car detection.
Check In to the system using phone number or RF Card.
Automatic payment using phone number or RF Card.
Check Out using phone number and RF Card.
Car detection.
The detection of a car is done by using the ultrasonic sensor. We use two ultrasonic sensor for
detection.
We have to take in mind that the system will not consider a moving body as a car, so one sensor
will not be enough, we have to detect the existence of the car from different points and
distances.
Car detection
There are things we considered when using more than one ultrasonic sensor:
1) Collision and interference between the ultrasonic sensors.
The reading of the two sensors at this way will not affect each other.
The user will use the keypad and LCD in every state. there's more than way that the user can
choose, either by phone or by RF card reader or by entering the card number.
State of the System
State
Coordinator
System unit
OR
information
The Coordinator
The information sent will contains the state of the unit, the way that the unit will use in each state also
the phone number or the RF number.
Communicating with the
server.
The coordinator is connected with the Ethernet module.
When the data received in the coordinator from the slaves.The coordinator will parse these
information and store them according to the state in server using the Ethernet module.
Software Application
The software application can be used by the drivers to check in , pay and check out.
§The user will register in the system,
§ add the needed information like the phone
number and the RF number.
Problems
Which sensor to use:
• After comparing to other sensors available, the ultrasonic sensor is the most accurate one, the
IR sensor is not very accurate also doesn’t work fine outside in the sunlight, and the available
IR sensors had a range less than the ultrasonic sensors.
Detection a car not a moving object:
• This is solved by using more than one ultrasonic sensor to detect from different points and
distances.
• Also by using delay and multiple readings to ensure that there is a car.
Problems
1. We can add a GPS module to store the location for every unit.
2. Adding other ultrasonic sensor would be more efficient.
3. Also we can implement other ways for the payment. For example connect the payment
with the bank account for the user.
4. And to make our project more useful in our countries, we could integrate our system with
the ordinary way of payment.
Conclusion