SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
INTERNATIONAL JOURNAL OF ELECTRONICS AND
6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October (2013), © IAEME

COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)

ISSN 0976 – 6464(Print)
ISSN 0976 – 6472(Online)
Volume 4, Issue 5, September – October, 2013, pp. 201-206
© IAEME: www.iaeme.com/ijecet.asp
Journal Impact Factor (2013): 5.8896 (Calculated by GISI)
www.jifactor.com

IJECET
©IAEME

AUTOMATED CAR PARKING SYSTEM WITH NFC ACCESS
Harsh Kotak1, Prithvish Mamtora2, Dhruv Mehta3, Grishma Vithalani4
1, 2, 3
4

(EXTC, D.J. Sanghvi College, Vile Parle (W), Mumbai, India)
(Biomedical, D.J. Sanghvi College, Vile Parle (W), Mumbai, India)

ABSTRACT
This paper aims to propose a comprehensive concept review at developing an automated
parking system for cars. This proposed system improves the presently used parking system by
enhancing its security features and simplifying the parking process by eliminating the need for
manual intervention. For authentication and owner car identification, the parking system uses Near
Field Communication (NFC) technology. NFC is a set of standards for smart phones and similar
devices to establish radio communication with each other by bringing them into close proximity or
touching them together, usually no more than a couple of inches. NFC Module is widely present in
today’s smart phones and thus can be used to eliminate the need for parking tokens and/or cards. On
the other hand, the automation and space management is managed by the ARM microcontroller by
controlling the mechanical motors in transporting the car to an appropriate parking space.
Keywords: ARM Cortex M3, LCD display, NFC, PN532, Rack and pinion
1.

INTRODUCTION

To understand the need and advantages of using Near Field Communication in the parking
system and also to understand the basic idea of proposed system, let’s take a look at the two things
separately.
1.1 NFC
Near field communication (NFC) is a set of standards for smart phones and similar devices to
establish radio communication with each other by touching them together or bringing them into close
proximity, usually not more than a few inches. Present applications include contactless transactions,
data exchange, and simplified setup of more complex communications such as Wi-Fi or
Bluetooth. Communication is also possible between an NFC device and an unpowered NFC chip,
called a "tag".
201
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October (2013), © IAEME

NFC is a means of sending data over radio waves. In that sense it is similar to Wi-Fi or
Bluetooth, but unlike those protocols (and like RFID); NFC can be used to induce electric currents
within passive components as well as just send data by communicating with active devices.
NFC can work with passive devices that don't require their own power supply i.e. a NFC tag.
NFC's data-transmission frequency is 13.56MHz. NFC can transmit data either at 106, 212 or 424
Kbps (kilobits per second). NFC standard has three modes of operation: the peer-to-peer mode that
lets two smart phones swap data, a read/write mode in which one active device picks up info from a
passive one, and card emulation, in which an NFC device such as a smart phone can be used like a
contactless credit card [2].
1.2 Automated Car Parking System
An Automated Car Parking System is a mechanical system designed to minimize the area
and/or volume required for parking cars. It is like a multi-story parking garage, it provides parking
for cars on multiple levels stacked vertically to maximize the number of parking spaces while
minimizing land usage. This Automated System, however, utilizes a mechanical system to transport
cars to and from parking spaces (rather than the driver) in order to eliminate much of the space
wasted in a multi-story parking garage. It is more similar to an automated storage and retrieval
system for cars.
2.

SYSTEM ARCHITECTURE

The parking system is fully automated and can be called as a robotic valet parking
system. The driver drives the car into an entry (transfer) area. The driver and all passengers exit the
car. The driver taps his NFC enabled smart phone at an automated terminal nearby. The NFC Reader
terminal reads UID of the NFC enabled smart phone then sends the commands to microcontroller
and microcontroller assigns an empty parking slot. When driver and passengers have left the entry
area, the mechanical system lifts the car and transports it to a pre-determined parking space in the
system. The rack and pinion mechanism for linear motion is used to transport the car to the parking
slot. Since the structure of the parking garage is circular, linear motion along X-Y direction and
rotational motion in X plane is used to park the car.

Fig 1: Proposed parking System
202
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October (2013), © IAEME

Fig. 1: Rack and pinion arrangement

The driver retrieves a car by again tapping his smart phone into an automated NFC reader
terminal. The system calculates the payment to be collected according to the parking period. The
driver makes the payment. The Parking System then lifts the car from its parking space and delivers
it to an exit area using the same rack and pinion mechanism. Also, the retrieved car has been oriented
according to the exit route to eliminate the need for the driver to back out.
Thus this fully automated Parking System theoretically eliminates the need for parking
attendants by using NFC as means of Authentication and owner car identification.
3.

SYSTEM WORKING

While parking the driver places his car at the starting platform at the entrance of the parking
lot. He then brings his NFC enabled smart phone or a NFC tag near (5cm approx.) the NFC reader
module controller. The NFC reader module is based on PN532 breakout board which consists of
PN532 reader/writer IC. Every tag or smart phone has its own Unique Identity Number (UID) which
is used for authentication.
The NFC breakout board reads the 7 byte identity number from the tag or NFC enabled smart
phone and forwards it to ARM Cortex M3 microcontroller using Serial Peripheral Interface (SPI)
mode. ARM microcontroller compares this UID with other UIDs stored in the memory. If there is no
match the microcontroller understands that there is a new car which needs to be parked and the
microcontroller initiates the parking process else it understands that the car which has already been
parked and needs to retrieved and it initiates the retrieving process [1] [3].

203
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October (2013), © IAEME

Fig 2: Block Diagram of the system
During the parking process the microcontroller first stores the UID in the memory, calculates
the nearest empty slot and waits for the user to press start button. When the start button is pressed the
microcontroller gives commands to the motor driver circuit accordingly and the LCD interfaced with
cortex M3 will display “Parking in Progress”. The motor driver circuit drives the motors according
to the commands received and the car is parked at the nearest empty location assigned by cortex M3.
After the car is parked the LCD will display “Parking Successful”. The microcontroller also stores
the location of parking slot corresponding to the specific UID in the memory.
During the retrieving process the microcontroller compares the UID with the existing UIDs in
it memory. When the match is found the microcontroller pulls out the location of the car
corresponding to the specific UID from its memory. Accordingly it gives command to motor driver
circuit to fetch the car and the LCD will display “Retrieving in progress. The LCD will display “Car
retrieved successfully” after the car is fetched from its parking location and brought back to the
starting platform. The microcontroller will than delete that particular store UID from its database and
will wait for next input from the NFC breakout board.
The whole ARM Cortex M3 programming is done in high level language using Kiel uVision
IDE.
204
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October (2013), © IAEME

4.

ADVANTAGES
i. Using NFC enabled smart phones eliminates the need for additional parking tokens and/or
cards.
ii. As every NFC tag and NFC enabled smart phone has unique ID so the system cannot be
deceived by a forged ID.
iii. Parking space width and depth (and distances between parking spaces) are drastically reduced
since no allowance need be made for driving the car into the parking space or for the opening
of car doors (for drivers and passengers).
iv. No driving lanes or ramps are needed to drive the car to/from the entrance/exit to a parking
space.
v. The parked cars and their contents are more secure since there is no public access to parked
cars.
vi. Minor parking lot damage such as scrapes and dents are eliminated.
vii. Driving around in search of a parking space is eliminated, thereby reducing time and fuel
consumption and thus the engine emissions.

5.

LIMITATIONS
i. The user needs to carry NFC enabled smart phone otherwise a NFC tag need to provided to
the user which becomes an additional liability to the parking system.
ii. The initial cost of setup is high.
iii. Since there is a single entry and exit point there will be traffic congestion if several cars
arrive simultaneously.

6.

FUTURE SCOPE

While working on the evolution of the system and exploring the ways in which the system
can be designed, we came across few new features that could be added through little alterations in
the system. Following are the things that can be done with few modifications.
i. NFC parking meter can be integrated in the system which can be used to make payments
using NFC enabled smart phone. The fee is charged to a credit or debit card associated with
the mobile phone number.
ii. Multiple entry and exit points can be constructed to reduce the traffic congestion thereby
saving time.
7.

CONCLUSION

Thus we have provided a comprehensive review of our Automated Car Parking System. It
helps us to alleviate the shortcomings of current parking systems. Also using NFC for authentication
makes the system hassle free for the user as he need not take care of additional parking tokens as his
NFC enabled smart phone works like one. And even though the initial cost of setup is high, it is
worth as it provides fully automated system with better space management than conventional
systems.

205
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October (2013), © IAEME

REFERENCES
[1]
[2]

The Definitive Guide to the ARM Cortex-M3 (Joseph Yiu, Newnes, 2009)
Near Field Communication and the NFC Forum: The Keys to Truly Interoperable
Communications. NFC Forum, 2007.
[3] PN532/C1 Near Field Communication (NFC) controller
http://www.nxp.com/documents/short_data_sheet/PN532_C1_SDS.pdf
[4] ISO/IEC 18092 Information technology, Telecommunications and information exchange
between systems, Near Field Communication, Interface and Protocol NFCIP-1. ISO International Organization for Standardization, 2004.
[5] Near Field Communication in the real world: turning the NFC promise into profitable,
everyday applications. Innovision Group, 2007.
[6] Jie, C. J., Jie, Z. Z., & Jun, W. Y. (2010). The design of multi-function smart card reader
being compatibled with contact cards and contactless cards based on PN532. Application of
Electronic Technique, 5, 049.
[7] Sheng-Fuu Lin, Yung-Yao Chen, "A vision-based parking lot management system"., 2006
IEEE Conference on Systems, Man, and Cybernetics. Peter. C, pp. 2897- 902, Oct. 2006.
[8] Pala, Z., & Inanc, N. (2007, September). Smart parking applications using RFID technology.
In RFID Eurasia, 2007 1st Annual (pp. 1-3). IEEE.
[9] Proximity Mobile Payments: Leveraging NFC and the Contactless Financial Payments
Infrastructure. Smart Card Alliance, 2007.
[10] Gurudatt Kulkarni, Rani Waghmare, Nikita Chavan and Sandhya Mandhare, “Security in
RFID Technology”, International Journal of Computer Engineering & Technology (IJCET),
Volume 3, Issue 2, 2012, pp. 337 - 343, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.
[11] Amrita R.Palaskar and Prof Aruna P.Phatale, “RFID Based Automated Guided Vehicle
System for Transportation”, International Journal of Electrical Engineering & Technology
(IJEET), Volume 4, Issue 4, 2013, pp. 56 - 61, ISSN Print : 0976-6545, ISSN Online:
0976-6553.
[12] Chitra Kiran N and Dr. G. Narendra Kumar, “Efficient M-Commerce Marketing Application
Based Internet of Things using Near Field Communication”, International Journal of
Computer Engineering & Technology (IJCET), Volume 3, Issue 3, 2012, pp. 15 - 22,
ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.

206

Weitere ähnliche Inhalte

Was ist angesagt?

Design and implement WSN/IOT smart parking management system using microcontr...
Design and implement WSN/IOT smart parking management system using microcontr...Design and implement WSN/IOT smart parking management system using microcontr...
Design and implement WSN/IOT smart parking management system using microcontr...IJECEIAES
 
IRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET Journal
 
IRJET- Smart Parking System
IRJET-  	  Smart Parking SystemIRJET-  	  Smart Parking System
IRJET- Smart Parking SystemIRJET Journal
 
IRJET - Ingenious Car Parking System using IoT in Commercial Areas
IRJET - Ingenious Car Parking System using IoT in Commercial AreasIRJET - Ingenious Car Parking System using IoT in Commercial Areas
IRJET - Ingenious Car Parking System using IoT in Commercial AreasIRJET Journal
 
IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...
IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...
IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...IRJET Journal
 
Intelligent Remote Monitoring of Parking Spaces Using Licensed and Unlicensed...
Intelligent Remote Monitoring of Parking Spaces Using Licensed and Unlicensed...Intelligent Remote Monitoring of Parking Spaces Using Licensed and Unlicensed...
Intelligent Remote Monitoring of Parking Spaces Using Licensed and Unlicensed...PremChand190
 
IOT Based Smart Parking and Damage Detection Using RFID
IOT Based Smart Parking and Damage Detection Using RFIDIOT Based Smart Parking and Damage Detection Using RFID
IOT Based Smart Parking and Damage Detection Using RFIDMaheshMoses
 
1. 10077 12326-1-pb
1. 10077 12326-1-pb1. 10077 12326-1-pb
1. 10077 12326-1-pbIAESIJEECS
 
Smart Vehicle Authentication and Due Date Monitoring System using IoT
Smart Vehicle Authentication and Due Date Monitoring System using IoTSmart Vehicle Authentication and Due Date Monitoring System using IoT
Smart Vehicle Authentication and Due Date Monitoring System using IoTAssociate Professor in VSB Coimbatore
 
Smart parking reservation system using SMS
Smart parking reservation system using SMSSmart parking reservation system using SMS
Smart parking reservation system using SMSJithin Prasad
 
Parking Management System
Parking Management SystemParking Management System
Parking Management SystemIJMER
 
IRJET - Intelligent System for Vehicle Controlling with Alcohol Detection...
IRJET -  	  Intelligent System for Vehicle Controlling with Alcohol Detection...IRJET -  	  Intelligent System for Vehicle Controlling with Alcohol Detection...
IRJET - Intelligent System for Vehicle Controlling with Alcohol Detection...IRJET Journal
 
Smart parking system
Smart parking systemSmart parking system
Smart parking systemEditorIJAERD
 
Android application for s park system
Android application for s park systemAndroid application for s park system
Android application for s park systemeSAT Journals
 

Was ist angesagt? (20)

Design and implement WSN/IOT smart parking management system using microcontr...
Design and implement WSN/IOT smart parking management system using microcontr...Design and implement WSN/IOT smart parking management system using microcontr...
Design and implement WSN/IOT smart parking management system using microcontr...
 
auto theft Project1
auto theft Project1auto theft Project1
auto theft Project1
 
IRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoT
 
IRJET- Smart Parking System
IRJET-  	  Smart Parking SystemIRJET-  	  Smart Parking System
IRJET- Smart Parking System
 
IRJET- Do not Park
IRJET- Do not ParkIRJET- Do not Park
IRJET- Do not Park
 
Providing Accident Detection in Vehicular Networks through OBD-II Devices and...
Providing Accident Detection in Vehicular Networks through OBD-II Devices and...Providing Accident Detection in Vehicular Networks through OBD-II Devices and...
Providing Accident Detection in Vehicular Networks through OBD-II Devices and...
 
Iot car parking system
Iot car parking systemIot car parking system
Iot car parking system
 
IRJET - Ingenious Car Parking System using IoT in Commercial Areas
IRJET - Ingenious Car Parking System using IoT in Commercial AreasIRJET - Ingenious Car Parking System using IoT in Commercial Areas
IRJET - Ingenious Car Parking System using IoT in Commercial Areas
 
IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...
IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...
IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...
 
Intelligent Remote Monitoring of Parking Spaces Using Licensed and Unlicensed...
Intelligent Remote Monitoring of Parking Spaces Using Licensed and Unlicensed...Intelligent Remote Monitoring of Parking Spaces Using Licensed and Unlicensed...
Intelligent Remote Monitoring of Parking Spaces Using Licensed and Unlicensed...
 
IOT Based Smart Parking and Damage Detection Using RFID
IOT Based Smart Parking and Damage Detection Using RFIDIOT Based Smart Parking and Damage Detection Using RFID
IOT Based Smart Parking and Damage Detection Using RFID
 
1. 10077 12326-1-pb
1. 10077 12326-1-pb1. 10077 12326-1-pb
1. 10077 12326-1-pb
 
Smart Vehicle Authentication and Due Date Monitoring System using IoT
Smart Vehicle Authentication and Due Date Monitoring System using IoTSmart Vehicle Authentication and Due Date Monitoring System using IoT
Smart Vehicle Authentication and Due Date Monitoring System using IoT
 
Smart parking reservation system using SMS
Smart parking reservation system using SMSSmart parking reservation system using SMS
Smart parking reservation system using SMS
 
Parking Management System
Parking Management SystemParking Management System
Parking Management System
 
SMART E-TOLL SYSTEM
SMART E-TOLL SYSTEMSMART E-TOLL SYSTEM
SMART E-TOLL SYSTEM
 
G010243740
G010243740G010243740
G010243740
 
IRJET - Intelligent System for Vehicle Controlling with Alcohol Detection...
IRJET -  	  Intelligent System for Vehicle Controlling with Alcohol Detection...IRJET -  	  Intelligent System for Vehicle Controlling with Alcohol Detection...
IRJET - Intelligent System for Vehicle Controlling with Alcohol Detection...
 
Smart parking system
Smart parking systemSmart parking system
Smart parking system
 
Android application for s park system
Android application for s park systemAndroid application for s park system
Android application for s park system
 

Andere mochten auch

INTELLIGENT PARKING LOT SYSTEM
INTELLIGENT PARKING LOT SYSTEMINTELLIGENT PARKING LOT SYSTEM
INTELLIGENT PARKING LOT SYSTEMNeethu Philips
 
An Online Car Parking System (Features & Diagrams Only)
An Online Car Parking System (Features & Diagrams Only)An Online Car Parking System (Features & Diagrams Only)
An Online Car Parking System (Features & Diagrams Only)Jubayer Al Mahmud
 
AUTOMATIC CAR PARKING SYSTEM
AUTOMATIC CAR PARKING SYSTEMAUTOMATIC CAR PARKING SYSTEM
AUTOMATIC CAR PARKING SYSTEMsowmya Sowmya
 
NFC (Near Field Communication) by sandip murari
NFC (Near Field Communication) by sandip murariNFC (Near Field Communication) by sandip murari
NFC (Near Field Communication) by sandip murariSandip Murari
 
Near field communication (nfc) technology
Near field communication (nfc) technologyNear field communication (nfc) technology
Near field communication (nfc) technologyAnkur Sharma
 
NEAR FIELD COMMUNICATION
NEAR FIELD COMMUNICATIONNEAR FIELD COMMUNICATION
NEAR FIELD COMMUNICATIONHarisankar U K
 
NFC technical presentation
NFC technical presentationNFC technical presentation
NFC technical presentationAkshat Rohatgi
 

Andere mochten auch (7)

INTELLIGENT PARKING LOT SYSTEM
INTELLIGENT PARKING LOT SYSTEMINTELLIGENT PARKING LOT SYSTEM
INTELLIGENT PARKING LOT SYSTEM
 
An Online Car Parking System (Features & Diagrams Only)
An Online Car Parking System (Features & Diagrams Only)An Online Car Parking System (Features & Diagrams Only)
An Online Car Parking System (Features & Diagrams Only)
 
AUTOMATIC CAR PARKING SYSTEM
AUTOMATIC CAR PARKING SYSTEMAUTOMATIC CAR PARKING SYSTEM
AUTOMATIC CAR PARKING SYSTEM
 
NFC (Near Field Communication) by sandip murari
NFC (Near Field Communication) by sandip murariNFC (Near Field Communication) by sandip murari
NFC (Near Field Communication) by sandip murari
 
Near field communication (nfc) technology
Near field communication (nfc) technologyNear field communication (nfc) technology
Near field communication (nfc) technology
 
NEAR FIELD COMMUNICATION
NEAR FIELD COMMUNICATIONNEAR FIELD COMMUNICATION
NEAR FIELD COMMUNICATION
 
NFC technical presentation
NFC technical presentationNFC technical presentation
NFC technical presentation
 

Ähnlich wie 40120130405022

A study of remotely booking slot for vehicle using Internet of Things
A study of remotely booking slot for vehicle using  Internet of Things A study of remotely booking slot for vehicle using  Internet of Things
A study of remotely booking slot for vehicle using Internet of Things IJECEIAES
 
Mobile safety systems for automobiles
Mobile safety systems for automobilesMobile safety systems for automobiles
Mobile safety systems for automobilesiaemedu
 
Mobile safety systems for automobiles
Mobile safety systems for automobilesMobile safety systems for automobiles
Mobile safety systems for automobilesIAEME Publication
 
IRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET Journal
 
AUTOMATED E- PARKING SYSTEM
AUTOMATED E- PARKING SYSTEMAUTOMATED E- PARKING SYSTEM
AUTOMATED E- PARKING SYSTEMIRJET Journal
 
IRJET- Smart Parking System using IoT
IRJET-  	  Smart Parking System using IoTIRJET-  	  Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET Journal
 
IRJET- IoT based Sensor Enabled Smart Parking System
IRJET- IoT based Sensor Enabled Smart Parking SystemIRJET- IoT based Sensor Enabled Smart Parking System
IRJET- IoT based Sensor Enabled Smart Parking SystemIRJET Journal
 
IRJET- Implementation of Automated Toll System for Highways and Bridges
IRJET-  	  Implementation of Automated Toll System for Highways and BridgesIRJET-  	  Implementation of Automated Toll System for Highways and Bridges
IRJET- Implementation of Automated Toll System for Highways and BridgesIRJET 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- Smart Parking Assistance By Nameplate Recognition Using OCR
IRJET-  	  Smart Parking Assistance By Nameplate Recognition Using OCRIRJET-  	  Smart Parking Assistance By Nameplate Recognition Using OCR
IRJET- Smart Parking Assistance By Nameplate Recognition Using OCRIRJET Journal
 
Smart Parking with Multi layered Security
Smart Parking with Multi layered SecuritySmart Parking with Multi layered Security
Smart Parking with Multi layered SecurityIRJET Journal
 
IRJET- Geo-Based Smart Parking Automation System
IRJET-  	  Geo-Based Smart Parking Automation SystemIRJET-  	  Geo-Based Smart Parking Automation System
IRJET- Geo-Based Smart Parking Automation SystemIRJET Journal
 
IRJET- TOLLZ-E (Online Toll System)
IRJET- TOLLZ-E (Online Toll System)IRJET- TOLLZ-E (Online Toll System)
IRJET- TOLLZ-E (Online Toll System)IRJET Journal
 
Intelligent Parking System
Intelligent Parking SystemIntelligent Parking System
Intelligent Parking Systemijtsrd
 
20562-38940-1-PB.pdf
20562-38940-1-PB.pdf20562-38940-1-PB.pdf
20562-38940-1-PB.pdfIjictTeam
 
Tugas Paper Teknik Penulisan Karya Ilmiah
Tugas Paper Teknik Penulisan Karya IlmiahTugas Paper Teknik Penulisan Karya Ilmiah
Tugas Paper Teknik Penulisan Karya IlmiahSyahditaLika
 
IRJET- Automated Tollgate System Using Online Payment And Image Processing
IRJET- Automated Tollgate System Using Online Payment And Image ProcessingIRJET- Automated Tollgate System Using Online Payment And Image Processing
IRJET- Automated Tollgate System Using Online Payment And Image ProcessingIRJET Journal
 
Smart Car Parking System Based on IoT Concept
Smart Car Parking System Based on IoT ConceptSmart Car Parking System Based on IoT Concept
Smart Car Parking System Based on IoT Conceptinventionjournals
 

Ähnlich wie 40120130405022 (20)

The Smart Parking Management System
The Smart Parking Management SystemThe Smart Parking Management System
The Smart Parking Management System
 
The Smart Parking Management System - IJCSIT
The Smart Parking Management System  - IJCSITThe Smart Parking Management System  - IJCSIT
The Smart Parking Management System - IJCSIT
 
A study of remotely booking slot for vehicle using Internet of Things
A study of remotely booking slot for vehicle using  Internet of Things A study of remotely booking slot for vehicle using  Internet of Things
A study of remotely booking slot for vehicle using Internet of Things
 
Mobile safety systems for automobiles
Mobile safety systems for automobilesMobile safety systems for automobiles
Mobile safety systems for automobiles
 
Mobile safety systems for automobiles
Mobile safety systems for automobilesMobile safety systems for automobiles
Mobile safety systems for automobiles
 
IRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of Things
 
AUTOMATED E- PARKING SYSTEM
AUTOMATED E- PARKING SYSTEMAUTOMATED E- PARKING SYSTEM
AUTOMATED E- PARKING SYSTEM
 
IRJET- Smart Parking System using IoT
IRJET-  	  Smart Parking System using IoTIRJET-  	  Smart Parking System using IoT
IRJET- Smart Parking System using IoT
 
IRJET- IoT based Sensor Enabled Smart Parking System
IRJET- IoT based Sensor Enabled Smart Parking SystemIRJET- IoT based Sensor Enabled Smart Parking System
IRJET- IoT based Sensor Enabled Smart Parking System
 
IRJET- Implementation of Automated Toll System for Highways and Bridges
IRJET-  	  Implementation of Automated Toll System for Highways and BridgesIRJET-  	  Implementation of Automated Toll System for Highways and Bridges
IRJET- Implementation of Automated Toll System for Highways and Bridges
 
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- Smart Parking Assistance By Nameplate Recognition Using OCR
IRJET-  	  Smart Parking Assistance By Nameplate Recognition Using OCRIRJET-  	  Smart Parking Assistance By Nameplate Recognition Using OCR
IRJET- Smart Parking Assistance By Nameplate Recognition Using OCR
 
Smart Parking with Multi layered Security
Smart Parking with Multi layered SecuritySmart Parking with Multi layered Security
Smart Parking with Multi layered Security
 
IRJET- Geo-Based Smart Parking Automation System
IRJET-  	  Geo-Based Smart Parking Automation SystemIRJET-  	  Geo-Based Smart Parking Automation System
IRJET- Geo-Based Smart Parking Automation System
 
IRJET- TOLLZ-E (Online Toll System)
IRJET- TOLLZ-E (Online Toll System)IRJET- TOLLZ-E (Online Toll System)
IRJET- TOLLZ-E (Online Toll System)
 
Intelligent Parking System
Intelligent Parking SystemIntelligent Parking System
Intelligent Parking System
 
20562-38940-1-PB.pdf
20562-38940-1-PB.pdf20562-38940-1-PB.pdf
20562-38940-1-PB.pdf
 
Tugas Paper Teknik Penulisan Karya Ilmiah
Tugas Paper Teknik Penulisan Karya IlmiahTugas Paper Teknik Penulisan Karya Ilmiah
Tugas Paper Teknik Penulisan Karya Ilmiah
 
IRJET- Automated Tollgate System Using Online Payment And Image Processing
IRJET- Automated Tollgate System Using Online Payment And Image ProcessingIRJET- Automated Tollgate System Using Online Payment And Image Processing
IRJET- Automated Tollgate System Using Online Payment And Image Processing
 
Smart Car Parking System Based on IoT Concept
Smart Car Parking System Based on IoT ConceptSmart Car Parking System Based on IoT Concept
Smart Car Parking System Based on IoT Concept
 

Mehr von IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Mehr von IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Kürzlich hochgeladen

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 

Kürzlich hochgeladen (20)

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 

40120130405022

  • 1. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – INTERNATIONAL JOURNAL OF ELECTRONICS AND 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October (2013), © IAEME COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 – 6464(Print) ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October, 2013, pp. 201-206 © IAEME: www.iaeme.com/ijecet.asp Journal Impact Factor (2013): 5.8896 (Calculated by GISI) www.jifactor.com IJECET ©IAEME AUTOMATED CAR PARKING SYSTEM WITH NFC ACCESS Harsh Kotak1, Prithvish Mamtora2, Dhruv Mehta3, Grishma Vithalani4 1, 2, 3 4 (EXTC, D.J. Sanghvi College, Vile Parle (W), Mumbai, India) (Biomedical, D.J. Sanghvi College, Vile Parle (W), Mumbai, India) ABSTRACT This paper aims to propose a comprehensive concept review at developing an automated parking system for cars. This proposed system improves the presently used parking system by enhancing its security features and simplifying the parking process by eliminating the need for manual intervention. For authentication and owner car identification, the parking system uses Near Field Communication (NFC) technology. NFC is a set of standards for smart phones and similar devices to establish radio communication with each other by bringing them into close proximity or touching them together, usually no more than a couple of inches. NFC Module is widely present in today’s smart phones and thus can be used to eliminate the need for parking tokens and/or cards. On the other hand, the automation and space management is managed by the ARM microcontroller by controlling the mechanical motors in transporting the car to an appropriate parking space. Keywords: ARM Cortex M3, LCD display, NFC, PN532, Rack and pinion 1. INTRODUCTION To understand the need and advantages of using Near Field Communication in the parking system and also to understand the basic idea of proposed system, let’s take a look at the two things separately. 1.1 NFC Near field communication (NFC) is a set of standards for smart phones and similar devices to establish radio communication with each other by touching them together or bringing them into close proximity, usually not more than a few inches. Present applications include contactless transactions, data exchange, and simplified setup of more complex communications such as Wi-Fi or Bluetooth. Communication is also possible between an NFC device and an unpowered NFC chip, called a "tag". 201
  • 2. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October (2013), © IAEME NFC is a means of sending data over radio waves. In that sense it is similar to Wi-Fi or Bluetooth, but unlike those protocols (and like RFID); NFC can be used to induce electric currents within passive components as well as just send data by communicating with active devices. NFC can work with passive devices that don't require their own power supply i.e. a NFC tag. NFC's data-transmission frequency is 13.56MHz. NFC can transmit data either at 106, 212 or 424 Kbps (kilobits per second). NFC standard has three modes of operation: the peer-to-peer mode that lets two smart phones swap data, a read/write mode in which one active device picks up info from a passive one, and card emulation, in which an NFC device such as a smart phone can be used like a contactless credit card [2]. 1.2 Automated Car Parking System An Automated Car Parking System is a mechanical system designed to minimize the area and/or volume required for parking cars. It is like a multi-story parking garage, it provides parking for cars on multiple levels stacked vertically to maximize the number of parking spaces while minimizing land usage. This Automated System, however, utilizes a mechanical system to transport cars to and from parking spaces (rather than the driver) in order to eliminate much of the space wasted in a multi-story parking garage. It is more similar to an automated storage and retrieval system for cars. 2. SYSTEM ARCHITECTURE The parking system is fully automated and can be called as a robotic valet parking system. The driver drives the car into an entry (transfer) area. The driver and all passengers exit the car. The driver taps his NFC enabled smart phone at an automated terminal nearby. The NFC Reader terminal reads UID of the NFC enabled smart phone then sends the commands to microcontroller and microcontroller assigns an empty parking slot. When driver and passengers have left the entry area, the mechanical system lifts the car and transports it to a pre-determined parking space in the system. The rack and pinion mechanism for linear motion is used to transport the car to the parking slot. Since the structure of the parking garage is circular, linear motion along X-Y direction and rotational motion in X plane is used to park the car. Fig 1: Proposed parking System 202
  • 3. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October (2013), © IAEME Fig. 1: Rack and pinion arrangement The driver retrieves a car by again tapping his smart phone into an automated NFC reader terminal. The system calculates the payment to be collected according to the parking period. The driver makes the payment. The Parking System then lifts the car from its parking space and delivers it to an exit area using the same rack and pinion mechanism. Also, the retrieved car has been oriented according to the exit route to eliminate the need for the driver to back out. Thus this fully automated Parking System theoretically eliminates the need for parking attendants by using NFC as means of Authentication and owner car identification. 3. SYSTEM WORKING While parking the driver places his car at the starting platform at the entrance of the parking lot. He then brings his NFC enabled smart phone or a NFC tag near (5cm approx.) the NFC reader module controller. The NFC reader module is based on PN532 breakout board which consists of PN532 reader/writer IC. Every tag or smart phone has its own Unique Identity Number (UID) which is used for authentication. The NFC breakout board reads the 7 byte identity number from the tag or NFC enabled smart phone and forwards it to ARM Cortex M3 microcontroller using Serial Peripheral Interface (SPI) mode. ARM microcontroller compares this UID with other UIDs stored in the memory. If there is no match the microcontroller understands that there is a new car which needs to be parked and the microcontroller initiates the parking process else it understands that the car which has already been parked and needs to retrieved and it initiates the retrieving process [1] [3]. 203
  • 4. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October (2013), © IAEME Fig 2: Block Diagram of the system During the parking process the microcontroller first stores the UID in the memory, calculates the nearest empty slot and waits for the user to press start button. When the start button is pressed the microcontroller gives commands to the motor driver circuit accordingly and the LCD interfaced with cortex M3 will display “Parking in Progress”. The motor driver circuit drives the motors according to the commands received and the car is parked at the nearest empty location assigned by cortex M3. After the car is parked the LCD will display “Parking Successful”. The microcontroller also stores the location of parking slot corresponding to the specific UID in the memory. During the retrieving process the microcontroller compares the UID with the existing UIDs in it memory. When the match is found the microcontroller pulls out the location of the car corresponding to the specific UID from its memory. Accordingly it gives command to motor driver circuit to fetch the car and the LCD will display “Retrieving in progress. The LCD will display “Car retrieved successfully” after the car is fetched from its parking location and brought back to the starting platform. The microcontroller will than delete that particular store UID from its database and will wait for next input from the NFC breakout board. The whole ARM Cortex M3 programming is done in high level language using Kiel uVision IDE. 204
  • 5. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October (2013), © IAEME 4. ADVANTAGES i. Using NFC enabled smart phones eliminates the need for additional parking tokens and/or cards. ii. As every NFC tag and NFC enabled smart phone has unique ID so the system cannot be deceived by a forged ID. iii. Parking space width and depth (and distances between parking spaces) are drastically reduced since no allowance need be made for driving the car into the parking space or for the opening of car doors (for drivers and passengers). iv. No driving lanes or ramps are needed to drive the car to/from the entrance/exit to a parking space. v. The parked cars and their contents are more secure since there is no public access to parked cars. vi. Minor parking lot damage such as scrapes and dents are eliminated. vii. Driving around in search of a parking space is eliminated, thereby reducing time and fuel consumption and thus the engine emissions. 5. LIMITATIONS i. The user needs to carry NFC enabled smart phone otherwise a NFC tag need to provided to the user which becomes an additional liability to the parking system. ii. The initial cost of setup is high. iii. Since there is a single entry and exit point there will be traffic congestion if several cars arrive simultaneously. 6. FUTURE SCOPE While working on the evolution of the system and exploring the ways in which the system can be designed, we came across few new features that could be added through little alterations in the system. Following are the things that can be done with few modifications. i. NFC parking meter can be integrated in the system which can be used to make payments using NFC enabled smart phone. The fee is charged to a credit or debit card associated with the mobile phone number. ii. Multiple entry and exit points can be constructed to reduce the traffic congestion thereby saving time. 7. CONCLUSION Thus we have provided a comprehensive review of our Automated Car Parking System. It helps us to alleviate the shortcomings of current parking systems. Also using NFC for authentication makes the system hassle free for the user as he need not take care of additional parking tokens as his NFC enabled smart phone works like one. And even though the initial cost of setup is high, it is worth as it provides fully automated system with better space management than conventional systems. 205
  • 6. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October (2013), © IAEME REFERENCES [1] [2] The Definitive Guide to the ARM Cortex-M3 (Joseph Yiu, Newnes, 2009) Near Field Communication and the NFC Forum: The Keys to Truly Interoperable Communications. NFC Forum, 2007. [3] PN532/C1 Near Field Communication (NFC) controller http://www.nxp.com/documents/short_data_sheet/PN532_C1_SDS.pdf [4] ISO/IEC 18092 Information technology, Telecommunications and information exchange between systems, Near Field Communication, Interface and Protocol NFCIP-1. ISO International Organization for Standardization, 2004. [5] Near Field Communication in the real world: turning the NFC promise into profitable, everyday applications. Innovision Group, 2007. [6] Jie, C. J., Jie, Z. Z., & Jun, W. Y. (2010). The design of multi-function smart card reader being compatibled with contact cards and contactless cards based on PN532. Application of Electronic Technique, 5, 049. [7] Sheng-Fuu Lin, Yung-Yao Chen, "A vision-based parking lot management system"., 2006 IEEE Conference on Systems, Man, and Cybernetics. Peter. C, pp. 2897- 902, Oct. 2006. [8] Pala, Z., & Inanc, N. (2007, September). Smart parking applications using RFID technology. In RFID Eurasia, 2007 1st Annual (pp. 1-3). IEEE. [9] Proximity Mobile Payments: Leveraging NFC and the Contactless Financial Payments Infrastructure. Smart Card Alliance, 2007. [10] Gurudatt Kulkarni, Rani Waghmare, Nikita Chavan and Sandhya Mandhare, “Security in RFID Technology”, International Journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 2, 2012, pp. 337 - 343, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. [11] Amrita R.Palaskar and Prof Aruna P.Phatale, “RFID Based Automated Guided Vehicle System for Transportation”, International Journal of Electrical Engineering & Technology (IJEET), Volume 4, Issue 4, 2013, pp. 56 - 61, ISSN Print : 0976-6545, ISSN Online: 0976-6553. [12] Chitra Kiran N and Dr. G. Narendra Kumar, “Efficient M-Commerce Marketing Application Based Internet of Things using Near Field Communication”, International Journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 3, 2012, pp. 15 - 22, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. 206