SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2176
Re-SPark: Reservation based Smart Parking system using
FRDM KL-25Z
Meena Murumkar1, Jagruti Divse2, Sushmitha Shetty3
1,2,3 Students, Electronics and Communication Engineering, Usha Mittal Institute of Technology (SNDT) &
Research interns, C-DAC, Mumbai, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract – Parking in metro cities, with dense traffic,
directly affects the traffic flow and also the life of the people.
So a smart parking system that is based on intelligent space
allocation, reservation and pricing scheme can be
implemented and this proposed system solves the current
parking problemsbyoffering guaranteedparkingreservations
with the lowest possible cost. In this paper, we present a
prototype of smart parking system using sensor network and
an application by which the user can reserve a spot well in
advance. Using a sensor network connecting each individual
parking spot, their statuses (occupied or vacant) are detected
and transmitted to a database. This information then is
accessed by users through the website or mobile app
(application) that will serve as a platform to receive real-time
data. With the successful implementation of Re-SPark , the
economic as well as the time costs associatedwithtrafficjams,
the cost that comes along with wastage of gas & fuel, and the
time wasted looking for an empty parking space will be
significantly reduced.
Key Words: Re-SPark, smart parking, reservation,
prototype, application,platform,status,sensornetwork.
1. INTRODUCTION
Smart parking has become a need hence is amongst
the fastest growing smart city technologies, from airports,
shopping malls to any busy location these are just a few
examples where we can see sufficient demand for systems
with such significant benefits to both users and the parking
lot management. The ability to keep devices connected, to
analyze and use this data gatheredfromconnecteddevicesis
described as the internet of things, is what makes smart city
possible.
Since this comes under smart city it involves the use of
low-cost and easily available sensors, hence no specially
designed sensors are used, real-time and data application
which allows user to monitor the available and booked or
reserved parking slot, the goal here is to automate and
decrease time wasted manuallybysearchingfortheoptional
parking lot or floor, spot or vacant lot. Some solution
provides a complete suite of services such as online
payments, parking floor, spot and a vacant lot, arrival-
departure timings and car searching functionalities for very
large parking lots. [2]
Parking solutions can be of great use toboththeuserand
the lot owner. Availability of parking spaces is a major
problem in metro cities. With new affordable and easy-n-
quick loan servicesprovided vehiclesappearingonthestreet
every day, in such cases the need for parking has always
been a conundrum and need for parking facilities is
constantly on the rise. In this paper, a 'Re-SPark'- a smart
parking system using FRDM for the very first time is
presented. This smart system automates the process of
detecting an available parking spot and by a predetermined
pricing scheme for a desirable parking spot, payment can be
collected online. The system consists of a smartphone
application and an integrated sensor network, and it
matches the parking requirements in a mall or office park
with multiple areas to park in.
The sensor networks have varied advantages like
scalability, low cost, easy deployment, easy availability and
more sensing point, being an essential function. Because of
these advantages, they found their way in the variety of
application domains such as environment monitoring,
intelligent buildings, disaster relief applications etc. In this
work, we will be developing a prototype of Re-SPark i.e. a
smart parking management system that can track available
parking slots economically and an application with which
user can reserve a parking space in advance, this is very
reliable and in turn, it contributes considerably to fuel and
time conservation. An emerging trend in wireless sensor
networks is its use in parking facility management. Typical
car parking management systems monitor the number of
cars passing the entry and exit points for estimating the free
slots available. This result is then displayed at strategic
locations for assisting the user, but Re-SPark not onlyserves
this function also it has many additional functionalities for
eg. it keeps the past record in its database and many other
facilities that will be introduced later.
1.1 Project Objectives
 To detect a vacant parking spot and send the information
to the web server.
 To receive real time data via a platform and reserve a
vacant parking spot successfully.
 To charge according to a predetermined pricing scheme.
 To check for service validation.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2177
2. SYSTEM ARCHITECHTURE
Smart parkingsystemsconsistofthreefundamental parts:
parking space detection, Reservation Pricing and User
notification.
A typical Re-Spark System is presented in the following
figure.
Fig -1: Re-Spark System
Many components for selecting the most useful one for this
prototype were studied and the main objective of the
research is to distinguish and characterize between the
controller, sensors and wireless communication module
which can be used to develop this prototype.
The literature survey is been divided further into fourmajor
fields:
1) Controller boards
2) Sensors and Wi-Fi module
3) Web server
4) Application design
Following were the selected components thatwerethemost
suitable ones for this prototype.
2.1 FRDM KL25Z
The Freescale's 'FRDM-KL25Z' is a package of software
and hardware tools used for evaluation. This prototype is a
controller based application. TheFreescalefreedom which is
used is a simple yet a subtly designed kit which features a
kinetics L series microcontroller. FRDM KL25Z is used to
evaluate both KL1 and KL2 kinetics L series devices from
which the maximum operating frequency of 48 MHz, 128kb
of flash, and a full-speed USB controller is present in the kl2
family. This platform of FRDM KL25Z hardware is
compatible with Arduino. This interfaceswhichareonboard
also includes a tricolor RGB led, an 80 LQFP package
capacitive touch slider and a 3 axis digital accelerometer.[5]
This hardware circuit provides more facilities for serial
communication, run control debugging and flash
programming. It has flexible power supply options like USB,
cell battery, and external source.
This kit is an OpenSDA debug interface which is
programmable with several applications thatareasfollows:
-Its a mass storage flash programming Interface
-The P&E interface gives facility of run- control debugging
with a good compatibility with many IDE tools.
-CMSIS-DAP interface is the latest ARMstandardwhichisfor
embedded debugging interfaces.
- It provides data logging applications.[7]
Fig -2: FRDM KL25Z Pin configuration
2.2 IR Sensors
The infrared sensors that we are using are small
electronic devices which sense light wavelength of its
surrounding environment by either emitting orbydetection
of the infrared spectrum. Theyfunctionassameasultrasonic
sensors. They are also capable of measuring heat emitted by
an object. The LED glows after IR sensor detection. Every IR
sensor has an emitter and a detector. For every emitter and
detector, there are two resistors of which one is to maintain
the voltage of led that will show the parking slot vacancy
status to customers. When no object is detectedinfrontofIR
detector it returns the value TRUE,i.e.HIGHvoltoutputfrom
the sensor and FALSE when an object is detected which
means low volt output.
Fig -3: IR Sensor; Emitter- Detector pair
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2178
2.3 ESP 8266
Espressif system smart connectivity platform (ESCP) is a
high-performance SOC's that are wireless and are used by
mobile platform designers. It provides the ability to embed
Wi-Fi capabilities within different systems, at a lower cost
but with greatest functionalities. It is a self-contained SOC
with integrated TCP/IP protocol stack that allows any
microcontroller the access to your Wi-Fi network. It is
suitable for the implementation of various projects working
as a mediator between the FRDM KL25Z and other platform
applications. It is a cost-effective board having on-board
processing storage capability that allows it to be compatible
with many sensors and other applications specific devices
with minimal loading during the runtime. Thehighdegree of
chip integration allows very less external circuitry and has
an increased flash disc size from 512kb to 1 Mb.
Fig -4: ESP 8266 Wi-Fi module
2.4 Parse
Parse is an open sourcewebserverframework thatallows
the implementation of the back end server. It is suitable for
implementation of a prototype for various projects. Parse
works as a mediator between the FRDM KL25Z and other
Platform applications. Parse handles the MySQL database
behind the system. It also facilitates the use of push
notifications through its services.[3]
2.5 Management Dashboard
The management gets all the data from various sources in
JSON format on this dashboard. This dashboardiscontrolled
by the admin and it shows the activity logs, the reserved
slots and the vacant slot available. It is also capable for
allocating parking spots to different users.
3. SYSTEM REALISATION AND WORKING
3.1 Parking Detection
Re-SPark works on real-time data of the parking
information based on which it makes slot reservation on the
spot allocation of parking spaces for drivers. Several
technologies are available to monitor real time status of the
parking lot like ultrasonic sound, RFID, camera, NIC etc but
for prototype implementation we are using IR led sensors
which provides high efficiency with a less power
consumption. It keeps transmitting infrared rays to some
range and then if some object is detected in that range, the
IR waves hit the object and comes back at someangle,where
the detector next to IR detects the infrared rays reflected
from that object. [2]
Thus if the object or say car standing in front of the IR
sensors gets detected, providing thestatuswhetherthat slot
is available or already reserved.
3.2 Real time data updation
For efficient use of resources, a reliable and effectivetwo-
way communication is necessary betweenthedriverand the
allocation centre. In this system, the first way of
communication involves the drivers who will be sendingthe
reservation request providing drivers information status of
slot available for reservation and utilization of resources to
the system. In the other way of communication, the system
reserves the space for the driver and the application
provides it with the confirmation with reserved slotnumber
and a QR code for service validation. Both these
communication ways are implemented through an Android
application and other on Windows or web application. [3]
3.3 Confirm Reservation
A resource is allocated to a particular user and theservice
should not be provided to any user other than the genuine
requesting party. So to successfully implement this QR code
generation technology is introduced in Re-SPark. The
management system does the verification of QR code at the
entrance of the parking lot with the help of QR code scanner
which is placed on the system entrance. The user along with
its application reserves a parking slot, at the very moment
QR code, is generated which provides a unique ID for every
user on every successful transaction.
This QR code has to be presented in front of the scanner.The
system scans it and detects the unique ID i. e. basically it
verifies the ID from the database.
3.4 Allocation
An essential feature of Re-SPark is todeterminethevacant
parking slot for the user and successfully send this
information to the web server so as to update the database
with real-time information of parking lot statuses.
The management dashboard fires thequeryonthedatabase
via the application in a way that it returns only the vacant
parking spaces. On this information which is receivedonthe
application the user can reserve the vacant parking space
and hence book the desired parking slot. This gives an
optimal allocation of the resources of the Re-SPark system.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2179
3.5 Backend
For effectivefunctioningandcommunicationoftheserver,
application and database backend devices use server-side
languages to build an app and the tools for data storage to
find change or save data and to serve it back to the user.
The system uses MySQL database management system
which contains a comprehensive set of advanced features
management tools and technical support to achieve
scalability, security, reliability, anduptimewhichisessential
for proper functioning of Re-SPark. [3]
JSON (Java Script Object Notation), this formatislightweight
and is used for data interchanging. Instead of using XML as a
primary data format JSON is a more preferred format. It
functions as a web service response.
3.6 Data Analysis
Data is analyzed for three main purposes;
1) For resource allocation:
Here the admin fires the query to get the information on
vacant parking space. The resource is not allocated by
'nearest allocation' scheme but Re-SPark allows the user to
reserve any vacant parking space as the user desires.
2) QR scanner:
Whenever the user reserves parking slot, a QR code is
generated which represents the confirmation of the slot.
This code is verified with the database by scanning the QR
code through the Scanner. This helps in service validation
too if the user crosses his reserved time. Only after
successful authentication via QR code, the user is allowed to
enter into Re-SPark parking lot.
3) Activity logs:
The system log is produced on the management dashboard
showing all the activities completed under Re-SPark in the
past. It includes the username, vehicle number, ID for every
transaction, the slot number which was allocated to theuser
in the respective Re-SPark system, arrival and departure
timings, the date of slot reservation.
3.7 Platform
An Android application is designed using Android stud
which is developed using JAVA compiler, JAVA class files are
converted from the source files. The resourcesofanAndroid
application with the .dex file are packed into Android
package (.apk file). This resulting .apk file contains all the
data necessary to run the Re-SPark Android application and
can be installed on an Android devices using adb tool.
Slot reservation is done using slot allocation method in this
application are developed for smart parking feature of
Re-SPark. The request from the user is updated from the
server which is forwarded to the managementoftheparking
lot. In this way, we can say the application is the mediator
between the user and the parking lot management. This
platform allows the user to enter the desired arrival and
departure of the reserved parking space. This ensures the
duration and date of the reservation of any parking space.
4. PROTOTYPE IMPLEMENTATION
The prototype we proposed here is implemented and tested
in C-DAC labs. User devices are connected via TCP/IP protocol
to the parking database, which is updated in real-time with the
occupied or vacant statuses.
4.1 Hardware Prototype
The system hardwareisorganizedby3maincomponents,
the IR led sensor network, the web server, and the platform.
The hardware prototype contains 8 IR sensors which
represent 8 parking spaces of the parking lot. These parking
spaces are named as P1 to P8.
These IR sensors are connected through wires to the
FRDM25Z. The Wi-Fi module is connected to this kit. The
circuit diagram and the FRDM connections are shown as
follows.
Fig -5: Hardware implementation of prototype
(When all parking slots are vacant)
Fig -6: Hardware implementation of prototype
(When car is parked on slot no. 5 i.e. P5)
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2180
4.2 Re-SPark's Android Application Prototype
The Android application offers the parking area of only
one parking lot implementing Re-SPark. The parking spaces
P1 to P8, which are present in the hardware prototype. The
layout of the application is shown, which depicts whether a
slot is available or booked with 'green' or 'red' car notation.
It contains the name or parking area, parking slot number,
and other user information.
Some screenshots of the actual mobile applications are
shown in the following pictures.
(a) (b)
(c) (d)
Fig -7: Mobile application screenshots
(a) Application opening options
(b)When all parking slots (P1-P8) are available
(c) When P5 is occupied
(d) Details to be filled for reserving a vacant slot
5. CONCLUSION
This prototype designed is a smart parking system which
is economic and gives an effective solution to reduce carbon
footprints that is resulted by wastage of fuel in the
atmosphere. It is well managed, easy to access and low
maintenance system. Theparkingslotscanbereserved from
any remote location through mobile application. Thus it
reduces the extra efforts and time required for finding the
parking slots in any parking area. It is cost effective as the
main controller board is FRDM KL25Z, which is inexpensive.
It doesn’t not require any specially designed components to
convert any parking space into an occupancy status
detectable one. In fact any parking lot can be modified into
‘Re-SPark’ at minimal cost and great advantages. Thus, in
conclusion it’s a very reliable as it is based on the real-time
parking information and it is a complete Smart City solution
making the management of any parkinglotmoreeffective by
decreasing by the need of human labor. The paper will help
researchers for innovatingvariousnewandadvancemethod
to administrate and provide solutions to solve the issues
faced by drivers regularly.
6. FUTURE SCOPE
In future, the prototype can be adopted and extended not
only for private parking lots like Malls, Corporate offices etc.
but it can also can be implemented over a large public
parking area where the parking issues and need for such
system is more. By adopting this system the reservation can
be done on any web browser just the way it is completed on
specially designed mobile application, which will help the
user to book any parking space of any parking area without
installing several different applications for differentparking
lots or a specially designed application can be designed
which can reserve parking slots ofall Re-SPark implemented
system in a given location. Also, some advancement in
mobile application can be made to send reservation
notifications to user’s smart phone about the location,
direction, etc of the reserved parking lot.
ACKNOWLEDGEMENT
Ideas as they say always remains ideas, unless they are
supported by constant motivation and right guidance. We
wish to thank our guides Dr. Zia Saquib and Dr. Shikha Nema
for their timely advice, co-operation and for providing us
with required resources.
We acknowledge the department and C-DAC for the
availability of lab facilities and library. Special thanks to our
parents for their endless support and encouragement.
REFERENCES
[1] Hongwei Wang:‘A Reservation-based Smart Parking
System’, Computer Science and Engineering: Theses,
Dissertations, and Student Research,. Paper 29.,7-2011
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2181
[2] Robin Grodi Danda B. Rawat Fernando Rios-Gutierrez: ’
Smart Parking: Parking Occupancy Monitoring and
Visualization System for Smart Cities’, IEEE Transactions on
Intelligent Transportation Systems,978-1-5090-2246-
5/16/2016.
[3] Faiz Ibrahim Shaikh, Pratik Nirnay Jadhav, Saideep
Pradeep Bandarkar, Omkar Pradip Kulkarni, NikhilkumarB.
Shardoor ‘Smart Parking System Based on Embedded
System and Sensor Network’, International Journal of
Computer Applications (0975 – 8887) Volume 140 – No.12,
April 2016.
[4] https://developer.mbed.org/platforms/KL25Z/’
[5]http://www.nxp.com/products/software-and-
tools/hardware-developmenttools/freedom-development-
boards/freedom-development-platform-for-kinetis-kl14-
kl15-kl24-kl25-mcus:FRDM-KL25Z?tid=vanFRDM-KL25Z
[6]https://developer.android.com/training/basics/firstapp/
building-ui.html
[7]https://mcuoneclipse.com/2014/09/28/comparing-
codewarrior-with-kinetis-designstudio/.html
BIOGRAPHIES
Sushmitha Shetty
The author received her B.Tech
Degree in Electronics and
Communication Engineering (first
class) from Usha Mittal Institute of
Technology. Mumbai, India in 2017
has worked as a Research intern
trainee in Centre for development of
Advance Computing (C-DAC), India.
Her research interests are in the area
of Wireless Communication and IOT
for Smart city applications.
Meena D. Murumkar
The author was born in Maharashtra,
India. She received the B.TechDegree
in Electronics and Communication
Engineering (with first class honors)
from Usha Mittal Institute of
Technology. Mumbai, India in 2017
has worked as a Research intern
trainee in Centre for development of
Advance Computing (C-DAC), India.
Currently is working as Research
Intern in Reliance Jio. Her research
interests are in the area of Internet of
things [IOT] and Networking.
Jagruti Divse
The author received her B.Tech
Degree in Electronics and
Communication Engineering (first
class) from Usha Mittal Institute of
Technology. Mumbai, India in 2017
has worked as a Research intern
trainee in Centre for development of
Advance Computing (C-DAC), India.
Her research interests are in the area
of Internet of things [IOT] for Smart
city applications.

Weitere ähnliche Inhalte

Was ist angesagt?

IRJET - Bridge Monitoring System using IoT
IRJET -  	  Bridge Monitoring System using IoTIRJET -  	  Bridge Monitoring System using IoT
IRJET - Bridge Monitoring System using IoTIRJET Journal
 
IRJET- College Bus Fee Payment System
IRJET- College Bus Fee Payment SystemIRJET- College Bus Fee Payment System
IRJET- College Bus Fee Payment SystemIRJET Journal
 
Albatroz engineering - Engineering solutions for Overhead Line Inspections an...
Albatroz engineering - Engineering solutions for Overhead Line Inspections an...Albatroz engineering - Engineering solutions for Overhead Line Inspections an...
Albatroz engineering - Engineering solutions for Overhead Line Inspections an...Luís Raposo
 
Centralized Emergency Traffic Optimizer NEV SDK
Centralized Emergency Traffic Optimizer NEV SDKCentralized Emergency Traffic Optimizer NEV SDK
Centralized Emergency Traffic Optimizer NEV SDKMichelle Holley
 
An end-to-end standard oneM2M infrastructure for the Smart Home - Andre Bottaro
An end-to-end standard oneM2M infrastructure for the Smart Home - Andre BottaroAn end-to-end standard oneM2M infrastructure for the Smart Home - Andre Bottaro
An end-to-end standard oneM2M infrastructure for the Smart Home - Andre Bottaromfrancis
 
Automotive Challenges Addressed by Standard and Non-Standard Based IP
Automotive Challenges Addressed by Standard and Non-Standard Based IPAutomotive Challenges Addressed by Standard and Non-Standard Based IP
Automotive Challenges Addressed by Standard and Non-Standard Based IPCAST, Inc.
 
IRJET- Passenger Indicator for Driver
IRJET- Passenger Indicator for DriverIRJET- Passenger Indicator for Driver
IRJET- Passenger Indicator for DriverIRJET Journal
 
IoT and M2M for Software Developers
IoT and M2M for Software DevelopersIoT and M2M for Software Developers
IoT and M2M for Software DevelopersPascal Bodin
 
IRJET-Intelligent Control of Electronic Appliances using Remote GSM
IRJET-Intelligent Control of Electronic Appliances using Remote GSMIRJET-Intelligent Control of Electronic Appliances using Remote GSM
IRJET-Intelligent Control of Electronic Appliances using Remote GSMIRJET Journal
 
Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...
Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...
Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...Associate Professor in VSB Coimbatore
 
IRJET- Vehicle Accident Prevention System
IRJET-  	  Vehicle Accident Prevention SystemIRJET-  	  Vehicle Accident Prevention System
IRJET- Vehicle Accident Prevention SystemIRJET Journal
 
An introduction to M2M / IoT technologies
An introduction to M2M / IoT technologiesAn introduction to M2M / IoT technologies
An introduction to M2M / IoT technologiesPascal Bodin
 
Smart City vertical solutions: Mtx and ervello
Smart City vertical solutions:  Mtx and ervelloSmart City vertical solutions:  Mtx and ervello
Smart City vertical solutions: Mtx and ervelloJesus Santos
 
IRJET- Plug and Play Approach: Sensors to Cloud Communication
IRJET- Plug and Play Approach: Sensors to Cloud CommunicationIRJET- Plug and Play Approach: Sensors to Cloud Communication
IRJET- Plug and Play Approach: Sensors to Cloud CommunicationIRJET Journal
 
IRJET- Multiple Load Controller for Industry using ARM Cortex
IRJET-  	  Multiple Load Controller for Industry using ARM CortexIRJET-  	  Multiple Load Controller for Industry using ARM Cortex
IRJET- Multiple Load Controller for Industry using ARM CortexIRJET Journal
 
Open Source Possibilities for 5G Edge Computing Deployment
Open Source Possibilities for 5G Edge Computing DeploymentOpen Source Possibilities for 5G Edge Computing Deployment
Open Source Possibilities for 5G Edge Computing DeploymentIgnacio Verona
 
People Counter | People Counting
People Counter | People CountingPeople Counter | People Counting
People Counter | People CountingBruce Clay
 

Was ist angesagt? (20)

IRJET - Bridge Monitoring System using IoT
IRJET -  	  Bridge Monitoring System using IoTIRJET -  	  Bridge Monitoring System using IoT
IRJET - Bridge Monitoring System using IoT
 
IRJET- College Bus Fee Payment System
IRJET- College Bus Fee Payment SystemIRJET- College Bus Fee Payment System
IRJET- College Bus Fee Payment System
 
Albatroz engineering - Engineering solutions for Overhead Line Inspections an...
Albatroz engineering - Engineering solutions for Overhead Line Inspections an...Albatroz engineering - Engineering solutions for Overhead Line Inspections an...
Albatroz engineering - Engineering solutions for Overhead Line Inspections an...
 
Centralized Emergency Traffic Optimizer NEV SDK
Centralized Emergency Traffic Optimizer NEV SDKCentralized Emergency Traffic Optimizer NEV SDK
Centralized Emergency Traffic Optimizer NEV SDK
 
An end-to-end standard oneM2M infrastructure for the Smart Home - Andre Bottaro
An end-to-end standard oneM2M infrastructure for the Smart Home - Andre BottaroAn end-to-end standard oneM2M infrastructure for the Smart Home - Andre Bottaro
An end-to-end standard oneM2M infrastructure for the Smart Home - Andre Bottaro
 
Ie3415061510
Ie3415061510Ie3415061510
Ie3415061510
 
Automotive Challenges Addressed by Standard and Non-Standard Based IP
Automotive Challenges Addressed by Standard and Non-Standard Based IPAutomotive Challenges Addressed by Standard and Non-Standard Based IP
Automotive Challenges Addressed by Standard and Non-Standard Based IP
 
IRJET- Passenger Indicator for Driver
IRJET- Passenger Indicator for DriverIRJET- Passenger Indicator for Driver
IRJET- Passenger Indicator for Driver
 
IoT and M2M for Software Developers
IoT and M2M for Software DevelopersIoT and M2M for Software Developers
IoT and M2M for Software Developers
 
IRJET-Intelligent Control of Electronic Appliances using Remote GSM
IRJET-Intelligent Control of Electronic Appliances using Remote GSMIRJET-Intelligent Control of Electronic Appliances using Remote GSM
IRJET-Intelligent Control of Electronic Appliances using Remote GSM
 
Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...
Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...
Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...
 
IoT: a panorama
IoT: a panoramaIoT: a panorama
IoT: a panorama
 
IRJET- Vehicle Accident Prevention System
IRJET-  	  Vehicle Accident Prevention SystemIRJET-  	  Vehicle Accident Prevention System
IRJET- Vehicle Accident Prevention System
 
An introduction to M2M / IoT technologies
An introduction to M2M / IoT technologiesAn introduction to M2M / IoT technologies
An introduction to M2M / IoT technologies
 
Smart City vertical solutions: Mtx and ervello
Smart City vertical solutions:  Mtx and ervelloSmart City vertical solutions:  Mtx and ervello
Smart City vertical solutions: Mtx and ervello
 
IRJET- Plug and Play Approach: Sensors to Cloud Communication
IRJET- Plug and Play Approach: Sensors to Cloud CommunicationIRJET- Plug and Play Approach: Sensors to Cloud Communication
IRJET- Plug and Play Approach: Sensors to Cloud Communication
 
IRJET- Multiple Load Controller for Industry using ARM Cortex
IRJET-  	  Multiple Load Controller for Industry using ARM CortexIRJET-  	  Multiple Load Controller for Industry using ARM Cortex
IRJET- Multiple Load Controller for Industry using ARM Cortex
 
Open Source Possibilities for 5G Edge Computing Deployment
Open Source Possibilities for 5G Edge Computing DeploymentOpen Source Possibilities for 5G Edge Computing Deployment
Open Source Possibilities for 5G Edge Computing Deployment
 
SMART E-TOLL SYSTEM
SMART E-TOLL SYSTEMSMART E-TOLL SYSTEM
SMART E-TOLL SYSTEM
 
People Counter | People Counting
People Counter | People CountingPeople Counter | People Counting
People Counter | People Counting
 

Ähnlich wie Smart parking system with reservation and real-time status

IRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET Journal
 
IRJET- High Responsive Smart Parking System using IoT
IRJET- High Responsive Smart Parking System using IoTIRJET- High Responsive Smart Parking System using IoT
IRJET- High Responsive Smart Parking System using IoTIRJET Journal
 
IRJET - A Design Thinking based Smart Parking System for Vehicle Parking ...
IRJET -  	  A Design Thinking based Smart Parking System for Vehicle Parking ...IRJET -  	  A Design Thinking based Smart Parking System for Vehicle Parking ...
IRJET - A Design Thinking based Smart Parking System for Vehicle Parking ...IRJET Journal
 
IRJET-Smart Parking System
IRJET-Smart Parking SystemIRJET-Smart Parking System
IRJET-Smart Parking SystemIRJET Journal
 
IRJET- Smart Parking System in Multi-Storey Buildings
IRJET- Smart Parking System in Multi-Storey BuildingsIRJET- Smart Parking System in Multi-Storey Buildings
IRJET- Smart Parking System in Multi-Storey BuildingsIRJET Journal
 
IOT Based Smart Parking System
IOT Based Smart Parking SystemIOT Based Smart Parking System
IOT Based Smart Parking SystemIRJET Journal
 
Smart Car Parking System
Smart Car Parking SystemSmart Car Parking System
Smart Car Parking SystemIRJET Journal
 
IRJET- Structural Arduinomated Parking Allocation System
IRJET- Structural Arduinomated Parking Allocation SystemIRJET- Structural Arduinomated Parking Allocation System
IRJET- Structural Arduinomated Parking Allocation SystemIRJET Journal
 
On-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time ApplicationOn-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time ApplicationAM Publications
 
On-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time ApplicationOn-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time ApplicationAM Publications
 
Office Automation & Attendance System using IoT
Office Automation & Attendance System using IoTOffice Automation & Attendance System using IoT
Office Automation & Attendance System using IoTIRJET Journal
 
Office Automation & Attendance System using IoT
Office Automation & Attendance System using IoTOffice Automation & Attendance System using IoT
Office Automation & Attendance System using IoTIRJET Journal
 
akash seminar 2.pdf
akash seminar 2.pdfakash seminar 2.pdf
akash seminar 2.pdfAkash297017
 
IRJET- Tracking of Vehicle’s Location using Probe Request
IRJET- Tracking of Vehicle’s Location using Probe RequestIRJET- Tracking of Vehicle’s Location using Probe Request
IRJET- Tracking of Vehicle’s Location using Probe RequestIRJET Journal
 
IRJET- Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT NotificationIRJET- Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT NotificationIRJET Journal
 
IRJET - Automatic Toll E-Tickting System for Transportation and Finding o...
IRJET -  	  Automatic Toll E-Tickting System for Transportation and Finding o...IRJET -  	  Automatic Toll E-Tickting System for Transportation and Finding o...
IRJET - Automatic Toll E-Tickting System for Transportation and Finding o...IRJET Journal
 
Intelligent Car System for Accident Prevention
Intelligent Car System for Accident PreventionIntelligent Car System for Accident Prevention
Intelligent Car System for Accident PreventionIRJET Journal
 
IRJET- Smart Home Application using Internet of Things
IRJET- Smart Home Application using Internet of ThingsIRJET- Smart Home Application using Internet of Things
IRJET- Smart Home Application using Internet of ThingsIRJET Journal
 
IRJET- A Survey on: Smart Attendance Management System using RFID
IRJET- A Survey on: Smart Attendance Management System using RFIDIRJET- A Survey on: Smart Attendance Management System using RFID
IRJET- A Survey on: Smart Attendance Management System using RFIDIRJET Journal
 
Automated Driving Test and Issuing Of Driving Licenses
Automated Driving Test and Issuing Of Driving LicensesAutomated Driving Test and Issuing Of Driving Licenses
Automated Driving Test and Issuing Of Driving LicensesIRJET Journal
 

Ähnlich wie Smart parking system with reservation and real-time status (20)

IRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android Application
 
IRJET- High Responsive Smart Parking System using IoT
IRJET- High Responsive Smart Parking System using IoTIRJET- High Responsive Smart Parking System using IoT
IRJET- High Responsive Smart Parking System using IoT
 
IRJET - A Design Thinking based Smart Parking System for Vehicle Parking ...
IRJET -  	  A Design Thinking based Smart Parking System for Vehicle Parking ...IRJET -  	  A Design Thinking based Smart Parking System for Vehicle Parking ...
IRJET - A Design Thinking based Smart Parking System for Vehicle Parking ...
 
IRJET-Smart Parking System
IRJET-Smart Parking SystemIRJET-Smart Parking System
IRJET-Smart Parking System
 
IRJET- Smart Parking System in Multi-Storey Buildings
IRJET- Smart Parking System in Multi-Storey BuildingsIRJET- Smart Parking System in Multi-Storey Buildings
IRJET- Smart Parking System in Multi-Storey Buildings
 
IOT Based Smart Parking System
IOT Based Smart Parking SystemIOT Based Smart Parking System
IOT Based Smart Parking System
 
Smart Car Parking System
Smart Car Parking SystemSmart Car Parking System
Smart Car Parking System
 
IRJET- Structural Arduinomated Parking Allocation System
IRJET- Structural Arduinomated Parking Allocation SystemIRJET- Structural Arduinomated Parking Allocation System
IRJET- Structural Arduinomated Parking Allocation System
 
On-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time ApplicationOn-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time Application
 
On-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time ApplicationOn-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time Application
 
Office Automation & Attendance System using IoT
Office Automation & Attendance System using IoTOffice Automation & Attendance System using IoT
Office Automation & Attendance System using IoT
 
Office Automation & Attendance System using IoT
Office Automation & Attendance System using IoTOffice Automation & Attendance System using IoT
Office Automation & Attendance System using IoT
 
akash seminar 2.pdf
akash seminar 2.pdfakash seminar 2.pdf
akash seminar 2.pdf
 
IRJET- Tracking of Vehicle’s Location using Probe Request
IRJET- Tracking of Vehicle’s Location using Probe RequestIRJET- Tracking of Vehicle’s Location using Probe Request
IRJET- Tracking of Vehicle’s Location using Probe Request
 
IRJET- Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT NotificationIRJET- Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT Notification
 
IRJET - Automatic Toll E-Tickting System for Transportation and Finding o...
IRJET -  	  Automatic Toll E-Tickting System for Transportation and Finding o...IRJET -  	  Automatic Toll E-Tickting System for Transportation and Finding o...
IRJET - Automatic Toll E-Tickting System for Transportation and Finding o...
 
Intelligent Car System for Accident Prevention
Intelligent Car System for Accident PreventionIntelligent Car System for Accident Prevention
Intelligent Car System for Accident Prevention
 
IRJET- Smart Home Application using Internet of Things
IRJET- Smart Home Application using Internet of ThingsIRJET- Smart Home Application using Internet of Things
IRJET- Smart Home Application using Internet of Things
 
IRJET- A Survey on: Smart Attendance Management System using RFID
IRJET- A Survey on: Smart Attendance Management System using RFIDIRJET- A Survey on: Smart Attendance Management System using RFID
IRJET- A Survey on: Smart Attendance Management System using RFID
 
Automated Driving Test and Issuing Of Driving Licenses
Automated Driving Test and Issuing Of Driving LicensesAutomated Driving Test and Issuing Of Driving Licenses
Automated Driving Test and Issuing Of Driving Licenses
 

Mehr von IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

Mehr von IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Kürzlich hochgeladen

Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 

Kürzlich hochgeladen (20)

Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 

Smart parking system with reservation and real-time status

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2176 Re-SPark: Reservation based Smart Parking system using FRDM KL-25Z Meena Murumkar1, Jagruti Divse2, Sushmitha Shetty3 1,2,3 Students, Electronics and Communication Engineering, Usha Mittal Institute of Technology (SNDT) & Research interns, C-DAC, Mumbai, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract – Parking in metro cities, with dense traffic, directly affects the traffic flow and also the life of the people. So a smart parking system that is based on intelligent space allocation, reservation and pricing scheme can be implemented and this proposed system solves the current parking problemsbyoffering guaranteedparkingreservations with the lowest possible cost. In this paper, we present a prototype of smart parking system using sensor network and an application by which the user can reserve a spot well in advance. Using a sensor network connecting each individual parking spot, their statuses (occupied or vacant) are detected and transmitted to a database. This information then is accessed by users through the website or mobile app (application) that will serve as a platform to receive real-time data. With the successful implementation of Re-SPark , the economic as well as the time costs associatedwithtrafficjams, the cost that comes along with wastage of gas & fuel, and the time wasted looking for an empty parking space will be significantly reduced. Key Words: Re-SPark, smart parking, reservation, prototype, application,platform,status,sensornetwork. 1. INTRODUCTION Smart parking has become a need hence is amongst the fastest growing smart city technologies, from airports, shopping malls to any busy location these are just a few examples where we can see sufficient demand for systems with such significant benefits to both users and the parking lot management. The ability to keep devices connected, to analyze and use this data gatheredfromconnecteddevicesis described as the internet of things, is what makes smart city possible. Since this comes under smart city it involves the use of low-cost and easily available sensors, hence no specially designed sensors are used, real-time and data application which allows user to monitor the available and booked or reserved parking slot, the goal here is to automate and decrease time wasted manuallybysearchingfortheoptional parking lot or floor, spot or vacant lot. Some solution provides a complete suite of services such as online payments, parking floor, spot and a vacant lot, arrival- departure timings and car searching functionalities for very large parking lots. [2] Parking solutions can be of great use toboththeuserand the lot owner. Availability of parking spaces is a major problem in metro cities. With new affordable and easy-n- quick loan servicesprovided vehiclesappearingonthestreet every day, in such cases the need for parking has always been a conundrum and need for parking facilities is constantly on the rise. In this paper, a 'Re-SPark'- a smart parking system using FRDM for the very first time is presented. This smart system automates the process of detecting an available parking spot and by a predetermined pricing scheme for a desirable parking spot, payment can be collected online. The system consists of a smartphone application and an integrated sensor network, and it matches the parking requirements in a mall or office park with multiple areas to park in. The sensor networks have varied advantages like scalability, low cost, easy deployment, easy availability and more sensing point, being an essential function. Because of these advantages, they found their way in the variety of application domains such as environment monitoring, intelligent buildings, disaster relief applications etc. In this work, we will be developing a prototype of Re-SPark i.e. a smart parking management system that can track available parking slots economically and an application with which user can reserve a parking space in advance, this is very reliable and in turn, it contributes considerably to fuel and time conservation. An emerging trend in wireless sensor networks is its use in parking facility management. Typical car parking management systems monitor the number of cars passing the entry and exit points for estimating the free slots available. This result is then displayed at strategic locations for assisting the user, but Re-SPark not onlyserves this function also it has many additional functionalities for eg. it keeps the past record in its database and many other facilities that will be introduced later. 1.1 Project Objectives  To detect a vacant parking spot and send the information to the web server.  To receive real time data via a platform and reserve a vacant parking spot successfully.  To charge according to a predetermined pricing scheme.  To check for service validation.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2177 2. SYSTEM ARCHITECHTURE Smart parkingsystemsconsistofthreefundamental parts: parking space detection, Reservation Pricing and User notification. A typical Re-Spark System is presented in the following figure. Fig -1: Re-Spark System Many components for selecting the most useful one for this prototype were studied and the main objective of the research is to distinguish and characterize between the controller, sensors and wireless communication module which can be used to develop this prototype. The literature survey is been divided further into fourmajor fields: 1) Controller boards 2) Sensors and Wi-Fi module 3) Web server 4) Application design Following were the selected components thatwerethemost suitable ones for this prototype. 2.1 FRDM KL25Z The Freescale's 'FRDM-KL25Z' is a package of software and hardware tools used for evaluation. This prototype is a controller based application. TheFreescalefreedom which is used is a simple yet a subtly designed kit which features a kinetics L series microcontroller. FRDM KL25Z is used to evaluate both KL1 and KL2 kinetics L series devices from which the maximum operating frequency of 48 MHz, 128kb of flash, and a full-speed USB controller is present in the kl2 family. This platform of FRDM KL25Z hardware is compatible with Arduino. This interfaceswhichareonboard also includes a tricolor RGB led, an 80 LQFP package capacitive touch slider and a 3 axis digital accelerometer.[5] This hardware circuit provides more facilities for serial communication, run control debugging and flash programming. It has flexible power supply options like USB, cell battery, and external source. This kit is an OpenSDA debug interface which is programmable with several applications thatareasfollows: -Its a mass storage flash programming Interface -The P&E interface gives facility of run- control debugging with a good compatibility with many IDE tools. -CMSIS-DAP interface is the latest ARMstandardwhichisfor embedded debugging interfaces. - It provides data logging applications.[7] Fig -2: FRDM KL25Z Pin configuration 2.2 IR Sensors The infrared sensors that we are using are small electronic devices which sense light wavelength of its surrounding environment by either emitting orbydetection of the infrared spectrum. Theyfunctionassameasultrasonic sensors. They are also capable of measuring heat emitted by an object. The LED glows after IR sensor detection. Every IR sensor has an emitter and a detector. For every emitter and detector, there are two resistors of which one is to maintain the voltage of led that will show the parking slot vacancy status to customers. When no object is detectedinfrontofIR detector it returns the value TRUE,i.e.HIGHvoltoutputfrom the sensor and FALSE when an object is detected which means low volt output. Fig -3: IR Sensor; Emitter- Detector pair
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2178 2.3 ESP 8266 Espressif system smart connectivity platform (ESCP) is a high-performance SOC's that are wireless and are used by mobile platform designers. It provides the ability to embed Wi-Fi capabilities within different systems, at a lower cost but with greatest functionalities. It is a self-contained SOC with integrated TCP/IP protocol stack that allows any microcontroller the access to your Wi-Fi network. It is suitable for the implementation of various projects working as a mediator between the FRDM KL25Z and other platform applications. It is a cost-effective board having on-board processing storage capability that allows it to be compatible with many sensors and other applications specific devices with minimal loading during the runtime. Thehighdegree of chip integration allows very less external circuitry and has an increased flash disc size from 512kb to 1 Mb. Fig -4: ESP 8266 Wi-Fi module 2.4 Parse Parse is an open sourcewebserverframework thatallows the implementation of the back end server. It is suitable for implementation of a prototype for various projects. Parse works as a mediator between the FRDM KL25Z and other Platform applications. Parse handles the MySQL database behind the system. It also facilitates the use of push notifications through its services.[3] 2.5 Management Dashboard The management gets all the data from various sources in JSON format on this dashboard. This dashboardiscontrolled by the admin and it shows the activity logs, the reserved slots and the vacant slot available. It is also capable for allocating parking spots to different users. 3. SYSTEM REALISATION AND WORKING 3.1 Parking Detection Re-SPark works on real-time data of the parking information based on which it makes slot reservation on the spot allocation of parking spaces for drivers. Several technologies are available to monitor real time status of the parking lot like ultrasonic sound, RFID, camera, NIC etc but for prototype implementation we are using IR led sensors which provides high efficiency with a less power consumption. It keeps transmitting infrared rays to some range and then if some object is detected in that range, the IR waves hit the object and comes back at someangle,where the detector next to IR detects the infrared rays reflected from that object. [2] Thus if the object or say car standing in front of the IR sensors gets detected, providing thestatuswhetherthat slot is available or already reserved. 3.2 Real time data updation For efficient use of resources, a reliable and effectivetwo- way communication is necessary betweenthedriverand the allocation centre. In this system, the first way of communication involves the drivers who will be sendingthe reservation request providing drivers information status of slot available for reservation and utilization of resources to the system. In the other way of communication, the system reserves the space for the driver and the application provides it with the confirmation with reserved slotnumber and a QR code for service validation. Both these communication ways are implemented through an Android application and other on Windows or web application. [3] 3.3 Confirm Reservation A resource is allocated to a particular user and theservice should not be provided to any user other than the genuine requesting party. So to successfully implement this QR code generation technology is introduced in Re-SPark. The management system does the verification of QR code at the entrance of the parking lot with the help of QR code scanner which is placed on the system entrance. The user along with its application reserves a parking slot, at the very moment QR code, is generated which provides a unique ID for every user on every successful transaction. This QR code has to be presented in front of the scanner.The system scans it and detects the unique ID i. e. basically it verifies the ID from the database. 3.4 Allocation An essential feature of Re-SPark is todeterminethevacant parking slot for the user and successfully send this information to the web server so as to update the database with real-time information of parking lot statuses. The management dashboard fires thequeryonthedatabase via the application in a way that it returns only the vacant parking spaces. On this information which is receivedonthe application the user can reserve the vacant parking space and hence book the desired parking slot. This gives an optimal allocation of the resources of the Re-SPark system.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2179 3.5 Backend For effectivefunctioningandcommunicationoftheserver, application and database backend devices use server-side languages to build an app and the tools for data storage to find change or save data and to serve it back to the user. The system uses MySQL database management system which contains a comprehensive set of advanced features management tools and technical support to achieve scalability, security, reliability, anduptimewhichisessential for proper functioning of Re-SPark. [3] JSON (Java Script Object Notation), this formatislightweight and is used for data interchanging. Instead of using XML as a primary data format JSON is a more preferred format. It functions as a web service response. 3.6 Data Analysis Data is analyzed for three main purposes; 1) For resource allocation: Here the admin fires the query to get the information on vacant parking space. The resource is not allocated by 'nearest allocation' scheme but Re-SPark allows the user to reserve any vacant parking space as the user desires. 2) QR scanner: Whenever the user reserves parking slot, a QR code is generated which represents the confirmation of the slot. This code is verified with the database by scanning the QR code through the Scanner. This helps in service validation too if the user crosses his reserved time. Only after successful authentication via QR code, the user is allowed to enter into Re-SPark parking lot. 3) Activity logs: The system log is produced on the management dashboard showing all the activities completed under Re-SPark in the past. It includes the username, vehicle number, ID for every transaction, the slot number which was allocated to theuser in the respective Re-SPark system, arrival and departure timings, the date of slot reservation. 3.7 Platform An Android application is designed using Android stud which is developed using JAVA compiler, JAVA class files are converted from the source files. The resourcesofanAndroid application with the .dex file are packed into Android package (.apk file). This resulting .apk file contains all the data necessary to run the Re-SPark Android application and can be installed on an Android devices using adb tool. Slot reservation is done using slot allocation method in this application are developed for smart parking feature of Re-SPark. The request from the user is updated from the server which is forwarded to the managementoftheparking lot. In this way, we can say the application is the mediator between the user and the parking lot management. This platform allows the user to enter the desired arrival and departure of the reserved parking space. This ensures the duration and date of the reservation of any parking space. 4. PROTOTYPE IMPLEMENTATION The prototype we proposed here is implemented and tested in C-DAC labs. User devices are connected via TCP/IP protocol to the parking database, which is updated in real-time with the occupied or vacant statuses. 4.1 Hardware Prototype The system hardwareisorganizedby3maincomponents, the IR led sensor network, the web server, and the platform. The hardware prototype contains 8 IR sensors which represent 8 parking spaces of the parking lot. These parking spaces are named as P1 to P8. These IR sensors are connected through wires to the FRDM25Z. The Wi-Fi module is connected to this kit. The circuit diagram and the FRDM connections are shown as follows. Fig -5: Hardware implementation of prototype (When all parking slots are vacant) Fig -6: Hardware implementation of prototype (When car is parked on slot no. 5 i.e. P5)
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2180 4.2 Re-SPark's Android Application Prototype The Android application offers the parking area of only one parking lot implementing Re-SPark. The parking spaces P1 to P8, which are present in the hardware prototype. The layout of the application is shown, which depicts whether a slot is available or booked with 'green' or 'red' car notation. It contains the name or parking area, parking slot number, and other user information. Some screenshots of the actual mobile applications are shown in the following pictures. (a) (b) (c) (d) Fig -7: Mobile application screenshots (a) Application opening options (b)When all parking slots (P1-P8) are available (c) When P5 is occupied (d) Details to be filled for reserving a vacant slot 5. CONCLUSION This prototype designed is a smart parking system which is economic and gives an effective solution to reduce carbon footprints that is resulted by wastage of fuel in the atmosphere. It is well managed, easy to access and low maintenance system. Theparkingslotscanbereserved from any remote location through mobile application. Thus it reduces the extra efforts and time required for finding the parking slots in any parking area. It is cost effective as the main controller board is FRDM KL25Z, which is inexpensive. It doesn’t not require any specially designed components to convert any parking space into an occupancy status detectable one. In fact any parking lot can be modified into ‘Re-SPark’ at minimal cost and great advantages. Thus, in conclusion it’s a very reliable as it is based on the real-time parking information and it is a complete Smart City solution making the management of any parkinglotmoreeffective by decreasing by the need of human labor. The paper will help researchers for innovatingvariousnewandadvancemethod to administrate and provide solutions to solve the issues faced by drivers regularly. 6. FUTURE SCOPE In future, the prototype can be adopted and extended not only for private parking lots like Malls, Corporate offices etc. but it can also can be implemented over a large public parking area where the parking issues and need for such system is more. By adopting this system the reservation can be done on any web browser just the way it is completed on specially designed mobile application, which will help the user to book any parking space of any parking area without installing several different applications for differentparking lots or a specially designed application can be designed which can reserve parking slots ofall Re-SPark implemented system in a given location. Also, some advancement in mobile application can be made to send reservation notifications to user’s smart phone about the location, direction, etc of the reserved parking lot. ACKNOWLEDGEMENT Ideas as they say always remains ideas, unless they are supported by constant motivation and right guidance. We wish to thank our guides Dr. Zia Saquib and Dr. Shikha Nema for their timely advice, co-operation and for providing us with required resources. We acknowledge the department and C-DAC for the availability of lab facilities and library. Special thanks to our parents for their endless support and encouragement. REFERENCES [1] Hongwei Wang:‘A Reservation-based Smart Parking System’, Computer Science and Engineering: Theses, Dissertations, and Student Research,. Paper 29.,7-2011
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2181 [2] Robin Grodi Danda B. Rawat Fernando Rios-Gutierrez: ’ Smart Parking: Parking Occupancy Monitoring and Visualization System for Smart Cities’, IEEE Transactions on Intelligent Transportation Systems,978-1-5090-2246- 5/16/2016. [3] Faiz Ibrahim Shaikh, Pratik Nirnay Jadhav, Saideep Pradeep Bandarkar, Omkar Pradip Kulkarni, NikhilkumarB. Shardoor ‘Smart Parking System Based on Embedded System and Sensor Network’, International Journal of Computer Applications (0975 – 8887) Volume 140 – No.12, April 2016. [4] https://developer.mbed.org/platforms/KL25Z/’ [5]http://www.nxp.com/products/software-and- tools/hardware-developmenttools/freedom-development- boards/freedom-development-platform-for-kinetis-kl14- kl15-kl24-kl25-mcus:FRDM-KL25Z?tid=vanFRDM-KL25Z [6]https://developer.android.com/training/basics/firstapp/ building-ui.html [7]https://mcuoneclipse.com/2014/09/28/comparing- codewarrior-with-kinetis-designstudio/.html BIOGRAPHIES Sushmitha Shetty The author received her B.Tech Degree in Electronics and Communication Engineering (first class) from Usha Mittal Institute of Technology. Mumbai, India in 2017 has worked as a Research intern trainee in Centre for development of Advance Computing (C-DAC), India. Her research interests are in the area of Wireless Communication and IOT for Smart city applications. Meena D. Murumkar The author was born in Maharashtra, India. She received the B.TechDegree in Electronics and Communication Engineering (with first class honors) from Usha Mittal Institute of Technology. Mumbai, India in 2017 has worked as a Research intern trainee in Centre for development of Advance Computing (C-DAC), India. Currently is working as Research Intern in Reliance Jio. Her research interests are in the area of Internet of things [IOT] and Networking. Jagruti Divse The author received her B.Tech Degree in Electronics and Communication Engineering (first class) from Usha Mittal Institute of Technology. Mumbai, India in 2017 has worked as a Research intern trainee in Centre for development of Advance Computing (C-DAC), India. Her research interests are in the area of Internet of things [IOT] for Smart city applications.