You are on page 1of 5

International Journal of Industrial Electronics and Electrical Engineering, ISSN(p): 2347-6982, ISSN(e): 2349-204X

Volume-6, Issue-1, Jan.-2018, http://iraj.in


SMART CAR PARKING SYSTEM
1
VAISHALI VISPUTE, 2MAURTI LIMKAR.
1
Lecturer, Armiet College,Mumbai University,Sapgaon,Shahpur
2
Assistant Professor,Terna Engg College,Mumbai University, Navi Mumbai ,Nerul.
E-mail: 1v.vaishali@gmail.com, 2Marutilimkar123@gmail.com

Abstract- As the human population is increasing day by day so is the number of vehicle used by them. Thus it has become
necessary to have a good system to monitor and manage the parking space. It is also necessary to get parking place in the
already crowded places as number of two wheelers and four wheelers have increased by many folds in recent years. The
related work done in the parking management system has shown great promise and variety of technologies are being used to
overcome the parking problem. In this paper we try to discuss the implementation of parking system based on RFID
technology. RFID reader will read the information in the tag issued to the user. The system has PIC microcontroller to
control and process the incoming vehicle data and give entry to the authorized vehicles. GSM technology is used to get
reservations from the user. The system can be effectively used to manage the parking in various places. It provides secure
and less costly option for the current parking problems.

Key Words- GSM, RFID Technology, PIC controller, parking management, secure parking

I. INTRODUCTION are used to manage the parking places. The entry also
has made automatic and different authorization
With urbanization the standard of living has techniques are also used for this purpose. In our
increased. The increasing human population have project we are using Radio frequency identification
started earning well which have allow them for more technology (RFID) to authorize the entry and
expenditure on the desired items. Many people have automate the parking space management.
bought cars and two wheelers which are necessary for
travelling in the cities and across them as well. The Radio frequency identification technology is very
sudden increase in cars has led to traffic problems useful in the parking systems. It can be used in office
and parking problems. People spend lot of time in complexes and also in the malls and buildings. The
finding parking when they go out for some family use of RFID technology in automation has led to
outing. Then there is traffic problem as people are reduction in the costs andstock shortage. It has wide
parking in roads and it also leads to quarrels and more range of applications in healthcare, aviation,
headache to people. People get late for important transportation, supply chain management and other
work and also their vehicles sometime get towed industries. Companies are becoming more open to use
away by traffic police. RFID technologies in automation and supply chain
management as they provide accurate real time
There are many people who like to park for free on information and improve processing efficiency.
the streets. But it only leads to blockage of road for In our project there will be central system using PIC
other travelers and pedestrian. Also with so many controller. PIC is microcontroller used for many
vehicles around the parking places get occupied in no embedded system projects and it is very useful to
time. So other people have to hunt for parking places develop a small embedded system. The controller will
and drive around for some time in the same area. It be connected to the RFID reader through serial
only leads to chaos and loss of precious fuel and time. communication protocol and it will get customer
People also get into unnecessary conflicts which information from their RFID tag. No one will be
again leads to loss of time and our energy. Thus it is allowed without valid RFID tag. All the system is
clear that parking problems are growing at an manage automatically and it be secured due to use of
alarming rate. RFID technology.

The problem of parking has given rise to many II. SYSTEM DESCRIPTION
parking spaces but they are managed manually. These
manual parking spaces are not equipped with security Proposed system is based on PIC controller and
functions and many times vehicles get stolen from requires input from IR sensors to check the vacant
them. With new technologies parking spaces have parking places. These sensors will give output ‘1’ if
also undergone some changes. Intelligent parking parking slot is occupied and it gives output ‘0’ if the
spaces are the solution for the parking problems. slot is not occupied. The system will have RFID
These parking systems have different sensors reader interfaced with PIC controller which will read
monitoring the parking lots and giving information the RFID tags on incoming cars and give identity of
back to the centralized system. There are various the incoming cars. The data from reader is passed to
technologies like Bluetooth, sensor networks, NFC computer which will have small program running

Smart Car Parking System

15
International Journal of Industrial Electronics and Electrical Engineering, ISSN(p): 2347-6982, ISSN(e): 2349-204X
Volume-6, Issue-1, Jan.-2018, http://iraj.in
which will authenticate incoming car and give entry for parking places to the system. System will check
to it. It also deducts the parking charge amount from the vacant slots and provide parking slot information
its account and will update the database. The system through SMS if it has empty parking slots.
also has GSM module so that customers can request

Circuit Description:
The circuit for proposed system is shown below.

This is Power supply for the circuit board. We are ripples from the supply voltage and for filtering
using regulated power supply which makes use of purpose. We will use both 5V and 12V supply in the
voltage regulators. Voltage regulators are used for circuit to power the controller and other ICs and
stabilizing the voltage at particular voltage level even GSM modules.
if there is fluctuation in the input voltage. We have
used dc barrel jack connector for connecting supply Above figure shows main controller circuit for our
voltage to the circuit board. It is then rectified using project. Controller is in the middle and all other
full bridge rectifier. We are using rectifier IC DB107 peripherals are connected to its various ports. LCD is
for this purpose. LM7812 voltage regulator IC is used connected to Port D and first three port pins of port B.
to get 12V dc supply. This 12V supply is then given IR sensors are connected to port pins RA1 and RA2.
to LM7805 voltage regulator IC which the gives %V Motor driver IC is connected to port C. Crystal
supply at its output. Capacitors are used to remove oscillator is connected to provide clock frequency to

Smart Car Parking System

16
International Journal of Industrial Electronics and Electrical Engineering, ISSN(p): 2347-6982, ISSN(e): 2349-204X
Volume-6, Issue-1, Jan.-2018, http://iraj.in
the controller. RFID module is connected to RC0 port from power supply circuit described above.
pin. All the ICs work on 5V supply which is obtained

When RFID module detects the RFID tag it will read database. If the match is found then it will signal the
data from it. In this case data will be unique number controller that entry is valid and it can open the gate.
which is given to the customer. The number then If there is no match then controller will give invalid
given to the controller through serial communication. message and will not open the gate. In this circuit
We are using MAX232 IC to regulate serial gate is represented by the motor. Motor will be
communication between controller and RFID reader rotated to open or close the gate. The LCD is used to
module. The controller will then transfer it to the show different messages and also to show the vacant
computer system in which the database program is places for parking the car. IR sensors are used to get
running. This program will then checks this unique information about vacant parking places.
number with the other numbers already present in the

The user data is collected when they purchase their III. SOFTWARE DESCRIPTION
RFID tags. Data Collection centres are allocated in
the different areas of the city which can be easily We will be using C programming language to
reached. These centres sell the tags and also collect program the microcontroller. It will done in MPLAB
the customer information for the database. After software.
collecting data, all the information is transferred to
the database. Thus all customers having tags are MPLAB
easily identified and their in and out times are always MPLAB X IDE is a software program that runs on a
recorded. PC (Windows®, Mac OS®, Linux®) to develop
Smart Car Parking System

17
International Journal of Industrial Electronics and Electrical Engineering, ISSN(p): 2347-6982, ISSN(e): 2349-204X
Volume-6, Issue-1, Jan.-2018, http://iraj.in
applications for Microchip microcontrollers and JAVA provides support for industry-standard
digital signal controllers. It is called an Integrated databases that respond to SQL statements via JDBC
Development Environment (IDE), because it provides (Java Database Connectivity). The JDBC-ODBC
a single integrated "environment" to develop code for Bridge allows Java to interface with any ODBC
embedded microcontrollers. database. However, this connection is somewhat
inefficient, since two drivers are required to process
The MPLAB IDE provides the ability to: the database access. Many database supplies such as
 Create and edit source code using the built-in Informix, Oracle and Sybase provide JDBC interfaces
editor. that communicate directly with the database server.
 Assemble, compile and link source code. However, these are not part of the Java language and
 Debug the executable logic by watching must be obtained from the vendor.
program flow with the built-in simulator or in To use Microsoft Access with Java, you will first
real time with in-circuit emulators or in-circuit have to set up an ODBC connection as below. Other
debuggers. databases may need similar steps to create the
 Make timing measurements with the simulator connection.
or emulator.  From the control panel, select ODBC 32 bit
 View variables in Watch windows.  This will bring up the ODBC Source
 Program firmware into devices with device Administrator
programmers  From the User DSN tab, choose Add
 This will bring up the Create new Data
JAVA Programming and Database Source window.
Java is an object-oriented language developed by Sun  Choose Microsoft Access and click Finish
systems. Originally, it was developed for  This will bring up the Microsoft Access
microprocessor-empowered devices such as cable TV setup window.
switchboxes, but it has expanded and developed into  Enter a data source name (DSN) and
an industrial-strength programming language. Java is description. The name will be used to refer
very similar in syntax to C, but tends to be more to the database when setting up an URL for
robust and simpler to use. The Java language the connection.
provides a wealth of classes, or blueprints, from  In the Database panel, choose Select. This
which programs can be built. Class libraries exist for will bring up a file browser from which the
almost every type of programming problem. database can be selected. Select the database
Available libraries include GUI-based systems, and click OK.
client-server networking solutions, mathematics,  From the Access setup screen, click OK.
graphics, Internet server pages and many more.  From the Data Source Administrator
We are using JAVA programming for interfacing our screen,click OK.
microcontroller based parking system with PC. With
this interfacing we can have user information directly IV. RESULT
transferred to the PC which then will be compared
with the information in the database. We will use The proposed system is implemented using DC motor
serial communication for data transfer from and RFID reader. The results show the proposed
microcontroller system to the PC. In PC we will have system can be used in different car parking locations
a small database system programmed in JAVA which and is very accurate. The IR sensor gives indication
will have all the user information stored in it. For for vacant places which is displayed on the LCD
database we will be using MICROSOFT ACCESS display. RFID reader reads tags and the information
database which will be accessed through JAVA is send to PC. This information is matched with the
program. database and authorized person is given entry. Motor
is used to show the opening and closing of gates.

Figure above shows LCD display showing two places vacant.So the next vehicle will go to either first or second.

Figure above shows there are no vacant places.

Smart Car Parking System

18
International Journal of Industrial Electronics and Electrical Engineering, ISSN(p): 2347-6982, ISSN(e): 2349-204X
Volume-6, Issue-1, Jan.-2018, http://iraj.in
CONCLUSION REFERENCES

The system is successfully implemented with PIC [1] Alex Valdivielso and Toshiyuki Miyamoto (2011)
‘Multicar- Elevator Group Control Algorithm for
microcontroller. System is designed using PCB Interference Prevention and Optimal Call Allocation, IEEE
designing software ORCAD. Programming for the Transactions On Systems, Man, And Cybernetics—Part A:
system is done in MPLAB as mentioned above. The Systems And Humans, Vol. 41, No. 2,pp. 311-322.
system uses RFID technology for identification of the [2] Ching-Chun Huang and Sheng-Jyh Wang (2010) ‘A
Hierarchical BayesianGeneration Framework for Vacant
authorized vehicles and GSM technology for Parking Space Detection, IEEE Transactions On Circuits
communication purpose. Smart parking concept can And Systems For Video Technology, Vol. 20, No. 12,pp.
work in actual situation and it can be implemented in 1770-1785.
[3] Ehsan Vahedi, Vahid Shah-Mansouri,Vincent W. S. Wong
real life scenarios. Offices can have their employees
and Ian F.Blake (2011) ‘ Probabilistic Analysis of
registered which will help in managing parking space Blocking Attack in RFID Systems, IEEE Transactions On
efficiently. It also enables the company to ensure that Forensics And Security, Vol. 6, No. 3,pp. 803-817.
only their staff will use that particular parking space. [4] Enrico Bini and Giorgio C. Buttazzo(2004) ‘Schedulability
The public places are also managed very well and Analysis of Periodic Fixed Priority Systems, IEEE
Transactions On Computers, Vol. 53, No. 11,pp.1462-
with GSM technology people can make booking for 1473.
parking in advance thus saving them lot of time. This [5] FU Jiabin ,CHENZhenxiang , SUN Runyuan and YANG
concept can help in solving parking problem Bo2(2014)‘Reservation Based Optimal Parking Lot
systematically and with less cost. Shandong Provincial Key Laboratory of Network Based
Intelligent Computing, University of Jinan, Jinan 250022.
[6] Francesco Malandrino and Claudio Casetti (2010) ‘The
Role of Parked Cars in Content Downloading for
Vehicular Networks, IEEE Transactions On Vehicular
Technology, Vol. 63, No. 9,pp. 4606-4617.



Smart Car Parking System

19

You might also like