SlideShare una empresa de Scribd logo
1 de 5
Descargar para leer sin conexión
International Journal of Engineering Research and Development
e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com
Volume 10, Issue 4 (April 2014), PP.20-24
20
Design of an Automatic Fare Collection System Using Near Field
Communication with Focus on Indian Metrorail
Ajay Gore1
, Nirvedh Meshram2
, Sumit Gadi 3
, Rahul Raghatate4
1,2,3,4
(Electrical Engineering Department, Veermata Jijabai Technological Institute,Mumbai, India)
Abstract:- Traditional ticketing system for railways involves serpentine queues for passengers and requires constant human
processing. Attempts to fix this problem include coupon books for passengers and more recently smart cards for standard
railways. In standard railway, the purpose of the smartcard is to automatically print a ticket for the passenger. However, if a
smart card system is to be implemented for Metrorail the purpose of this smartcard will be to give the passenger access to
the station by commanding the turnstile to rotate(or a flap gate to open) and then again enable the passenger to exit at the
destination station. Building on this idea, we propose a more advanced automatic ticketing system using Near Field
Communication keeping in mind the specific needs and requirements of Metrorail systems in India and also the convenience
of the passengers. The prototype of this system is implemented and described in this paper.
Keywords:- Ticketing system, human processing, smartcard, Metrorail, automatic ticketing, Near Field Communication,
RFID, automatic fare collection
I. INTRODUCTION
NFC(Near Field Communication) technology enables simple and safe two-way interactions between
electronic devices, allowing consumers to perform contactless transactions, access digital content, and connect
electronic devices with a single touch.[1] (NFCIP-1) Standard specifies the interface and protocol for simple
wireless communication between close coupled devices. These Near Field Communication (NFC) devices
communicate with bit rates of 106, 212, and 424 kbit/s.[2]
Another option is to use a Bluetooth for communication. However, Bluetooth based applications have
the additional procedure of requiring the users to pair their phones, which will be time consuming and additional
burden for the system server. With NFC it is possible to skip this step. Also, the users have the dual option of
using NFC tags or NFC enabled mobile phones. If NFC enabled mobile phone is used it acts as a NFC tag
emulator.
Some important conditions to be met are NFC Data Exchange Format (NDEF) [2],[3], Record Type
Definition (RTD) [4], and Type Name Format (TNF) a for the operation of all NFC applications. They show the
type of an NFC message, record, and format, respectively.
The proposed system consists of an NFC based device which is kept at the station and an NFC tag/
NFC enabled mobile phone which the user carries, the tag/mobile phone used by the user has a unique
identification number of the user. The system also allows more than one passenger to pass through the turnstile
via one tag/mobile phone if such a request is made.
II. METHODOLOGY
The methodology consist of hardware interfacing of the system and the software implementation
A. Hardware Description and Interfacing
The hardware used in the prototype consists of an Arduino Micro board, a NFC/RFID 13.56MHz
module, Mifare/transponder tag and a computer which functions as a central server of the ticketing system.
1) Microcontroller Board: The Arduino Micro is a microcontroller board based on the ATmega32u4, developed
in conjunction with Adafruit. It has 20 digital input/output pins, a 16 MHz crystal oscillator, a micro USB
connection, an ICSP header, and a reset button.[5] The UART port of Arduino Micro is used to communicate
with NFC/RFID reader module. And the USB2.0 port is used to communicate with the computer based server.
Both communications use speed of 19200 baud/sec. The board will take passenger count for each user and give
control input for turnstile. All entry, exit and recharge point have a microcontroller board.
2) NFC/RFID module: The CR038A Mifare Reader/Writer is a device to read and write information from/to
Mifare card, Classic 1K or 4K. The module reads NUID of NFC tag/NFC phone on command from Arduino
Micro board. The module has its own data frame format which must be followed for any operation. It
communicates via UART at default Baud rate of 19200.[6] Each microcontroller board has its dedicated
NFC/RFID module.
Design of an Automatic Fare Collection System Using Near Field Communication with Focus on...
21
Fig. 1: ARDUINO BOARD [5] and NFC/RFID module [6]
3) MIFARE Classic 1K Tag: The MIFARE classic 1k tag, i.e. MF1S503x chip consists of a 1 kB EEPROM,
RF interface and Digital Control Unit. Energy and data are transferred via an antenna consisting of a coil with a
small number of turns which is directly connected to the MF1S503x. No further external components are
necessary. This is the part of system which will be with the user.
4) Central Server: The central server will store data and status of all users. The central server is connected to all
the microcontrollers of the system.
Fig. 2: Block Diagram of the proposed system
B. Software implementation
The system consists of two types of processing units which interact with each other. One is the
microcontroller board at each entry, exit and recharge point which controls NFC/RFID module, turnstile,
number of passengers. The other is central server which maintains and updates all user accounts, sends required
data to all microcontroller boards.
1) Microcontroller Software: The code for Arduino Micro is developed in Arduino IDE. Arduino IDE is an
open source software to develop and upload code for Arduino boards. The environment is written in Java and
based on Processing, avr-gcc, and other open source software.
2) Central Server Software: The central server is implemented on computer and code is developed on
Processing Development Environment(PDE). Processing is an open source language for development of codes
on different platforms for different purposes. Default Java mode is utilised for developing the code in PDE. [7]
3) Code Flow: The microcontroller commands NFC/RFID module to continuously scan for NFC tag/NFC
phone in vicinity. If the NFC tag/NFC phone is present in range, the microcontroller reads its NUID through
NFC/RFID module. The NUID (Number Unique Identifier) is sent to central server with a header and some
other data. This data includes details about station, type of point (entry, exit or recharge), number of passengers
(only at entry point) and recharge value (only at recharge point). The central server acts according to data
received. It updates the user account and sends a positive acknowledgement and number of passengers (only at
exit point). If any error occurs, the central server will send negative acknowledgement. Based on
acknowledgement received microcontroller gives or denies access to user.
The user is identified by the NFC device and the device asks the user to enter the number of passengers
who want to gain access into the station. The device sends the NUID, the station code and the number of
passengers to the server. Based on this data the necessary changes are made in the users account in the server.
Now the system (server) knows that the user is travelling.
When the user alights at the destination station and taps the NFC tag/NFC enabled mobile phone at the
exit NFC device, the device sends the NUID and the station code to the server.
Design of an Automatic Fare Collection System Using Near Field Communication with Focus on...
22
Based on the data provided by the server, the device knows that the user is trying to exit the station and
the number of passengers who were given access to the station.
Based on this information appropriate amount is deducted from the users account. The device
commands the turnstile gates to allow exit to the passengers.
Fig. 3: Code flow at Microcontroller
Design of an Automatic Fare Collection System Using Near Field Communication with Focus on...
23
Fig. 4: Code flow at Server
III. ADVANTAGES OF PROPOSED SYSTEM
The NFC based ticketing system is a very convenient way of gaining access to the Metrorail system, it
saves a lot of user’s time which was wasted in getting a ticket as the access to the station is provided at the touch
of a tap..The NFC based system is a secure way of getting the ticket as the range of operation of the device is
just a few centimetres, no unauthorized person can hack the system. Moreover, even users with NFC enabled
phones can use this system with complete security.[8] The hacker needs to be very close to the device if he has
to gain unauthorized access.
Unlike Bluetooth and other wireless systems, the data transmission link is established and at the same
time the data is transmitted, so the user does not have to wait for long time for the data exchange to take place.
The NFC cards can be used again and again. This saves a lot of paper which was previously used to print tickets.
The NFC tags are available at very less cost and hence can be provided at nominal price by the Metrorail system
authority and NFC enabled phones are not required by the user to use the NFC based ticketing system.
Design of an Automatic Fare Collection System Using Near Field Communication with Focus on...
24
The device’s use can also be extended to do NFC based transaction at various places like colleges,
buses, amusement parks, corporate offices, industries, etc. Thus requiring less paper work and saving the users
valuable time.
IV. LIMITATIONS
The Initial set up cost of the proposed system will be higher as compared to traditional ticketing system.
If NFC Tag is lost or stolen it can be misused. Also, the tag may not be read if the tag is not aligned properly at
the NFC device or if the tag is not tapped properly at the device.
V. CONCLUSIONS
Although, the proposed system will have a high set up cost, in the long run it will be beneficial for the
Indian Metrorail. Since the maintenance cost is very less due to absence of human ticket vendors, this ticketing
system will quickly recover its set up cost. Also it will be very convenient for the passengers and solve the
problem of making the passengers stand in large queues and thus increase the overall efficiency of Metrorail
travel. Moreover, this system has future scope of being capable of extended to general transactions as stated in
the advantages which will make it even more useful.
ACKNOWLEDGMENT
Dr. R. D. Daruwala, Professor, Electrical Engineering Department, Veermata Jijabai Technological Institute
REFERENCES
[1]. NFC Forum
[2]. Near Field Communication - Interface and Protocol (NFCIP-1) ECMA-340 3rd Edition / June 2013
[3]. NFC Data Exchange Format, NFC Forum Technical
Specification, NDEF 1.0, July 2006.
[4]. NFC Record Type Definition, NFC Forum Technical
[5]. Arduino Website (http://arduino.cc/en/Main/arduinoBoardMicro)
[6]. Cryton Technologies MIFARE Reader CR038 RFID-ICRW-CR038 User manual V1.0 Jan 2013
[7]. Processing 2 Environment IDE ( http://processing.org/reference/environment/)
[8]. A Smart Card Alliance Contactless and Mobile Payments , Council White Paper ,Publication Date:
May 2009 , Publication Number: CPMC-09001

Más contenido relacionado

La actualidad más candente

Aadhar based fully Automated EVM with High End Security Network using ARM7 an...
Aadhar based fully Automated EVM with High End Security Network using ARM7 an...Aadhar based fully Automated EVM with High End Security Network using ARM7 an...
Aadhar based fully Automated EVM with High End Security Network using ARM7 an...IRJET Journal
 
IRJET- Cashless Automatic Rationing System by using GSM and RFID Technology
IRJET- Cashless Automatic Rationing System by using GSM and RFID TechnologyIRJET- Cashless Automatic Rationing System by using GSM and RFID Technology
IRJET- Cashless Automatic Rationing System by using GSM and RFID TechnologyIRJET Journal
 
Rfid ticketing paper
Rfid ticketing paperRfid ticketing paper
Rfid ticketing paperdungjeep
 
Ieee+Hardware+List+2009
Ieee+Hardware+List+2009Ieee+Hardware+List+2009
Ieee+Hardware+List+2009pavan
 
Parking Lot Security System using RFID Technology
Parking Lot Security System using RFID TechnologyParking Lot Security System using RFID Technology
Parking Lot Security System using RFID Technologyijtsrd
 
Bluetooth Based Automatic Hotel Service System Using Python
Bluetooth Based Automatic Hotel Service System Using PythonBluetooth Based Automatic Hotel Service System Using Python
Bluetooth Based Automatic Hotel Service System Using PythonIOSR Journals
 
137.gsm, fprs ,keypad_based_atm_security_(doc)
137.gsm, fprs ,keypad_based_atm_security_(doc)137.gsm, fprs ,keypad_based_atm_security_(doc)
137.gsm, fprs ,keypad_based_atm_security_(doc)Karteek Irukulla
 
RFID BASED VEHICLE TRACKING SYSTEM
RFID BASED VEHICLE TRACKING SYSTEMRFID BASED VEHICLE TRACKING SYSTEM
RFID BASED VEHICLE TRACKING SYSTEMAyush Dixit
 
Automation in Ticketing System for A Modern Transport
Automation in Ticketing System for A Modern TransportAutomation in Ticketing System for A Modern Transport
Automation in Ticketing System for A Modern TransportIRJET Journal
 
IRJET- Smart and Secured Voting System using Magnetic Stripe Voter ID Card an...
IRJET- Smart and Secured Voting System using Magnetic Stripe Voter ID Card an...IRJET- Smart and Secured Voting System using Magnetic Stripe Voter ID Card an...
IRJET- Smart and Secured Voting System using Magnetic Stripe Voter ID Card an...IRJET Journal
 
IRJET - Image Thresholding based Secured Electronic Smart Voting Machine ...
IRJET -  	  Image Thresholding based Secured Electronic Smart Voting Machine ...IRJET -  	  Image Thresholding based Secured Electronic Smart Voting Machine ...
IRJET - Image Thresholding based Secured Electronic Smart Voting Machine ...IRJET Journal
 
Bus management system using rfid
Bus management system using rfidBus management system using rfid
Bus management system using rfidquyspk
 
IRJET - Automatic Tollgate Control System using Microcontroller and RFID
IRJET - Automatic Tollgate Control System using Microcontroller and RFIDIRJET - Automatic Tollgate Control System using Microcontroller and RFID
IRJET - Automatic Tollgate Control System using Microcontroller and RFIDIRJET Journal
 
Intelligent students tracking system in campus based on rfid and zigbee
Intelligent students tracking system in campus based on rfid and zigbeeIntelligent students tracking system in campus based on rfid and zigbee
Intelligent students tracking system in campus based on rfid and zigbeeIAEME Publication
 
The Future of Public Transport Ticketing
The Future of Public Transport TicketingThe Future of Public Transport Ticketing
The Future of Public Transport TicketingMike Burden
 

La actualidad más candente (20)

Aadhar based fully Automated EVM with High End Security Network using ARM7 an...
Aadhar based fully Automated EVM with High End Security Network using ARM7 an...Aadhar based fully Automated EVM with High End Security Network using ARM7 an...
Aadhar based fully Automated EVM with High End Security Network using ARM7 an...
 
ATM (1)
ATM (1)ATM (1)
ATM (1)
 
Sdfgh
SdfghSdfgh
Sdfgh
 
000
000000
000
 
IRJET- Cashless Automatic Rationing System by using GSM and RFID Technology
IRJET- Cashless Automatic Rationing System by using GSM and RFID TechnologyIRJET- Cashless Automatic Rationing System by using GSM and RFID Technology
IRJET- Cashless Automatic Rationing System by using GSM and RFID Technology
 
Rfid ticketing paper
Rfid ticketing paperRfid ticketing paper
Rfid ticketing paper
 
Design and Implementation of Security Based ATM theft Monitoring system
Design and Implementation of Security Based ATM theft Monitoring systemDesign and Implementation of Security Based ATM theft Monitoring system
Design and Implementation of Security Based ATM theft Monitoring system
 
Ieee+Hardware+List+2009
Ieee+Hardware+List+2009Ieee+Hardware+List+2009
Ieee+Hardware+List+2009
 
Parking Lot Security System using RFID Technology
Parking Lot Security System using RFID TechnologyParking Lot Security System using RFID Technology
Parking Lot Security System using RFID Technology
 
Bluetooth Based Automatic Hotel Service System Using Python
Bluetooth Based Automatic Hotel Service System Using PythonBluetooth Based Automatic Hotel Service System Using Python
Bluetooth Based Automatic Hotel Service System Using Python
 
137.gsm, fprs ,keypad_based_atm_security_(doc)
137.gsm, fprs ,keypad_based_atm_security_(doc)137.gsm, fprs ,keypad_based_atm_security_(doc)
137.gsm, fprs ,keypad_based_atm_security_(doc)
 
RFID BASED VEHICLE TRACKING SYSTEM
RFID BASED VEHICLE TRACKING SYSTEMRFID BASED VEHICLE TRACKING SYSTEM
RFID BASED VEHICLE TRACKING SYSTEM
 
Automation in Ticketing System for A Modern Transport
Automation in Ticketing System for A Modern TransportAutomation in Ticketing System for A Modern Transport
Automation in Ticketing System for A Modern Transport
 
IRJET- Smart and Secured Voting System using Magnetic Stripe Voter ID Card an...
IRJET- Smart and Secured Voting System using Magnetic Stripe Voter ID Card an...IRJET- Smart and Secured Voting System using Magnetic Stripe Voter ID Card an...
IRJET- Smart and Secured Voting System using Magnetic Stripe Voter ID Card an...
 
IRJET - Image Thresholding based Secured Electronic Smart Voting Machine ...
IRJET -  	  Image Thresholding based Secured Electronic Smart Voting Machine ...IRJET -  	  Image Thresholding based Secured Electronic Smart Voting Machine ...
IRJET - Image Thresholding based Secured Electronic Smart Voting Machine ...
 
G010243740
G010243740G010243740
G010243740
 
Bus management system using rfid
Bus management system using rfidBus management system using rfid
Bus management system using rfid
 
IRJET - Automatic Tollgate Control System using Microcontroller and RFID
IRJET - Automatic Tollgate Control System using Microcontroller and RFIDIRJET - Automatic Tollgate Control System using Microcontroller and RFID
IRJET - Automatic Tollgate Control System using Microcontroller and RFID
 
Intelligent students tracking system in campus based on rfid and zigbee
Intelligent students tracking system in campus based on rfid and zigbeeIntelligent students tracking system in campus based on rfid and zigbee
Intelligent students tracking system in campus based on rfid and zigbee
 
The Future of Public Transport Ticketing
The Future of Public Transport TicketingThe Future of Public Transport Ticketing
The Future of Public Transport Ticketing
 

Destacado

International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 

Destacado (7)

International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 

Similar a International Journal of Engineering Research and Development

NEAR FIELD COMMUNICATION, IT’S VULNERABILITY AND COUNTER MEASURES
NEAR FIELD COMMUNICATION, IT’S VULNERABILITY AND COUNTER MEASURESNEAR FIELD COMMUNICATION, IT’S VULNERABILITY AND COUNTER MEASURES
NEAR FIELD COMMUNICATION, IT’S VULNERABILITY AND COUNTER MEASURESIRJET Journal
 
Near FIeld Communication
Near FIeld Communication Near FIeld Communication
Near FIeld Communication Maajidleo
 
IRJET - RFID based Automatic Entry Restricted Mechanism for Home Security
IRJET - RFID based Automatic Entry Restricted Mechanism for Home SecurityIRJET - RFID based Automatic Entry Restricted Mechanism for Home Security
IRJET - RFID based Automatic Entry Restricted Mechanism for Home SecurityIRJET Journal
 
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE cscpconf
 
IRJET- RFID based Bus Ticket Generation System
IRJET- RFID based Bus Ticket Generation SystemIRJET- RFID based Bus Ticket Generation System
IRJET- RFID based Bus Ticket Generation SystemIRJET Journal
 
NFC architecture and standards involved -C&T RF Antennas Inc
NFC architecture and standards involved -C&T RF Antennas IncNFC architecture and standards involved -C&T RF Antennas Inc
NFC architecture and standards involved -C&T RF Antennas IncAntenna Manufacturer Coco
 
Architecture and Development of NFC Applications
Architecture and Development of NFC ApplicationsArchitecture and Development of NFC Applications
Architecture and Development of NFC ApplicationsThomas de Lazzari
 
Smart Verification of Passenger using AI
Smart Verification of Passenger using AISmart Verification of Passenger using AI
Smart Verification of Passenger using AIijtsrd
 
IRJET - Enhanced Driving License using NFC
IRJET - Enhanced Driving License using NFCIRJET - Enhanced Driving License using NFC
IRJET - Enhanced Driving License using NFCIRJET Journal
 
RFID Based Smart Trolley for Supermarket Automation
RFID Based Smart Trolley for Supermarket AutomationRFID Based Smart Trolley for Supermarket Automation
RFID Based Smart Trolley for Supermarket AutomationIRJET Journal
 
Secure Bus-Ticketing System using NFC
Secure Bus-Ticketing System using NFCSecure Bus-Ticketing System using NFC
Secure Bus-Ticketing System using NFCIJERA Editor
 
IRJET- Smart Shopping Trolley System using Microcontroller
IRJET- Smart Shopping Trolley System using MicrocontrollerIRJET- Smart Shopping Trolley System using Microcontroller
IRJET- Smart Shopping Trolley System using MicrocontrollerIRJET Journal
 
Final Year Engineering Project Title List for Electronics & Electrical Branch...
Final Year Engineering Project Title List for Electronics & Electrical Branch...Final Year Engineering Project Title List for Electronics & Electrical Branch...
Final Year Engineering Project Title List for Electronics & Electrical Branch...zettanetworks
 
IRJET- RFID Based College Bus Management System
IRJET- RFID Based College Bus Management SystemIRJET- RFID Based College Bus Management System
IRJET- RFID Based College Bus Management SystemIRJET Journal
 
E wallet nfc service payment
E wallet nfc service paymentE wallet nfc service payment
E wallet nfc service paymentigede tirtanata
 
IRJET- Smart Trolley for Billing System
IRJET-   	  Smart Trolley for Billing SystemIRJET-   	  Smart Trolley for Billing System
IRJET- Smart Trolley for Billing SystemIRJET Journal
 
Smart Card Implementation in Road Transportation
Smart Card Implementation in Road TransportationSmart Card Implementation in Road Transportation
Smart Card Implementation in Road TransportationBRNSSPublicationHubI
 
Emerging Technologies in Payment Industry
Emerging Technologies in Payment IndustryEmerging Technologies in Payment Industry
Emerging Technologies in Payment IndustryErfan Moradian
 

Similar a International Journal of Engineering Research and Development (20)

NEAR FIELD COMMUNICATION, IT’S VULNERABILITY AND COUNTER MEASURES
NEAR FIELD COMMUNICATION, IT’S VULNERABILITY AND COUNTER MEASURESNEAR FIELD COMMUNICATION, IT’S VULNERABILITY AND COUNTER MEASURES
NEAR FIELD COMMUNICATION, IT’S VULNERABILITY AND COUNTER MEASURES
 
NFC Basic Concepts
NFC Basic ConceptsNFC Basic Concepts
NFC Basic Concepts
 
Near FIeld Communication
Near FIeld Communication Near FIeld Communication
Near FIeld Communication
 
IRJET - RFID based Automatic Entry Restricted Mechanism for Home Security
IRJET - RFID based Automatic Entry Restricted Mechanism for Home SecurityIRJET - RFID based Automatic Entry Restricted Mechanism for Home Security
IRJET - RFID based Automatic Entry Restricted Mechanism for Home Security
 
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE
 
IRJET- RFID based Bus Ticket Generation System
IRJET- RFID based Bus Ticket Generation SystemIRJET- RFID based Bus Ticket Generation System
IRJET- RFID based Bus Ticket Generation System
 
NFC architecture and standards involved -C&T RF Antennas Inc
NFC architecture and standards involved -C&T RF Antennas IncNFC architecture and standards involved -C&T RF Antennas Inc
NFC architecture and standards involved -C&T RF Antennas Inc
 
Architecture and Development of NFC Applications
Architecture and Development of NFC ApplicationsArchitecture and Development of NFC Applications
Architecture and Development of NFC Applications
 
Smart Verification of Passenger using AI
Smart Verification of Passenger using AISmart Verification of Passenger using AI
Smart Verification of Passenger using AI
 
IRJET - Enhanced Driving License using NFC
IRJET - Enhanced Driving License using NFCIRJET - Enhanced Driving License using NFC
IRJET - Enhanced Driving License using NFC
 
RFID Based Smart Trolley for Supermarket Automation
RFID Based Smart Trolley for Supermarket AutomationRFID Based Smart Trolley for Supermarket Automation
RFID Based Smart Trolley for Supermarket Automation
 
Secure Bus-Ticketing System using NFC
Secure Bus-Ticketing System using NFCSecure Bus-Ticketing System using NFC
Secure Bus-Ticketing System using NFC
 
40120130405022
4012013040502240120130405022
40120130405022
 
IRJET- Smart Shopping Trolley System using Microcontroller
IRJET- Smart Shopping Trolley System using MicrocontrollerIRJET- Smart Shopping Trolley System using Microcontroller
IRJET- Smart Shopping Trolley System using Microcontroller
 
Final Year Engineering Project Title List for Electronics & Electrical Branch...
Final Year Engineering Project Title List for Electronics & Electrical Branch...Final Year Engineering Project Title List for Electronics & Electrical Branch...
Final Year Engineering Project Title List for Electronics & Electrical Branch...
 
IRJET- RFID Based College Bus Management System
IRJET- RFID Based College Bus Management SystemIRJET- RFID Based College Bus Management System
IRJET- RFID Based College Bus Management System
 
E wallet nfc service payment
E wallet nfc service paymentE wallet nfc service payment
E wallet nfc service payment
 
IRJET- Smart Trolley for Billing System
IRJET-   	  Smart Trolley for Billing SystemIRJET-   	  Smart Trolley for Billing System
IRJET- Smart Trolley for Billing System
 
Smart Card Implementation in Road Transportation
Smart Card Implementation in Road TransportationSmart Card Implementation in Road Transportation
Smart Card Implementation in Road Transportation
 
Emerging Technologies in Payment Industry
Emerging Technologies in Payment IndustryEmerging Technologies in Payment Industry
Emerging Technologies in Payment Industry
 

Más de IJERD Editor

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksIJERD Editor
 
MEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEMEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEIJERD Editor
 
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...IJERD Editor
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’IJERD Editor
 
Reducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignReducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignIJERD Editor
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationIJERD Editor
 
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...IJERD Editor
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRIJERD Editor
 
Study on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingStudy on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingIJERD Editor
 
Spyware triggering system by particular string value
Spyware triggering system by particular string valueSpyware triggering system by particular string value
Spyware triggering system by particular string valueIJERD Editor
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...IJERD Editor
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeIJERD Editor
 
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...IJERD Editor
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraIJERD Editor
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...IJERD Editor
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...IJERD Editor
 
Moon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingMoon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingIJERD Editor
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...IJERD Editor
 
Importance of Measurements in Smart Grid
Importance of Measurements in Smart GridImportance of Measurements in Smart Grid
Importance of Measurements in Smart GridIJERD Editor
 
Study of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderStudy of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderIJERD Editor
 

Más de IJERD Editor (20)

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
 
MEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEMEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACE
 
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’
 
Reducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignReducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding Design
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and Verification
 
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
 
Study on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingStudy on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive Manufacturing
 
Spyware triggering system by particular string value
Spyware triggering system by particular string valueSpyware triggering system by particular string value
Spyware triggering system by particular string value
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
 
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
 
Moon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingMoon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF Dxing
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
 
Importance of Measurements in Smart Grid
Importance of Measurements in Smart GridImportance of Measurements in Smart Grid
Importance of Measurements in Smart Grid
 
Study of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderStudy of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powder
 

Último

Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdfCaalaaAbdulkerim
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgsaravananr517913
 
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...Amil Baba Dawood bangali
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
Industrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIESIndustrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIESNarmatha D
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsSachinPawar510423
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
Industrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptIndustrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptNarmatha D
 
Steel Structures - Building technology.pptx
Steel Structures - Building technology.pptxSteel Structures - Building technology.pptx
Steel Structures - Building technology.pptxNikhil Raut
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating SystemRashmi Bhat
 
System Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingSystem Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingBootNeck1
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 

Último (20)

Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdf
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
 
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
Industrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIESIndustrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIES
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documents
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
Industrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptIndustrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.ppt
 
Steel Structures - Building technology.pptx
Steel Structures - Building technology.pptxSteel Structures - Building technology.pptx
Steel Structures - Building technology.pptx
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating System
 
System Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingSystem Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event Scheduling
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 

International Journal of Engineering Research and Development

  • 1. International Journal of Engineering Research and Development e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com Volume 10, Issue 4 (April 2014), PP.20-24 20 Design of an Automatic Fare Collection System Using Near Field Communication with Focus on Indian Metrorail Ajay Gore1 , Nirvedh Meshram2 , Sumit Gadi 3 , Rahul Raghatate4 1,2,3,4 (Electrical Engineering Department, Veermata Jijabai Technological Institute,Mumbai, India) Abstract:- Traditional ticketing system for railways involves serpentine queues for passengers and requires constant human processing. Attempts to fix this problem include coupon books for passengers and more recently smart cards for standard railways. In standard railway, the purpose of the smartcard is to automatically print a ticket for the passenger. However, if a smart card system is to be implemented for Metrorail the purpose of this smartcard will be to give the passenger access to the station by commanding the turnstile to rotate(or a flap gate to open) and then again enable the passenger to exit at the destination station. Building on this idea, we propose a more advanced automatic ticketing system using Near Field Communication keeping in mind the specific needs and requirements of Metrorail systems in India and also the convenience of the passengers. The prototype of this system is implemented and described in this paper. Keywords:- Ticketing system, human processing, smartcard, Metrorail, automatic ticketing, Near Field Communication, RFID, automatic fare collection I. INTRODUCTION NFC(Near Field Communication) technology enables simple and safe two-way interactions between electronic devices, allowing consumers to perform contactless transactions, access digital content, and connect electronic devices with a single touch.[1] (NFCIP-1) Standard specifies the interface and protocol for simple wireless communication between close coupled devices. These Near Field Communication (NFC) devices communicate with bit rates of 106, 212, and 424 kbit/s.[2] Another option is to use a Bluetooth for communication. However, Bluetooth based applications have the additional procedure of requiring the users to pair their phones, which will be time consuming and additional burden for the system server. With NFC it is possible to skip this step. Also, the users have the dual option of using NFC tags or NFC enabled mobile phones. If NFC enabled mobile phone is used it acts as a NFC tag emulator. Some important conditions to be met are NFC Data Exchange Format (NDEF) [2],[3], Record Type Definition (RTD) [4], and Type Name Format (TNF) a for the operation of all NFC applications. They show the type of an NFC message, record, and format, respectively. The proposed system consists of an NFC based device which is kept at the station and an NFC tag/ NFC enabled mobile phone which the user carries, the tag/mobile phone used by the user has a unique identification number of the user. The system also allows more than one passenger to pass through the turnstile via one tag/mobile phone if such a request is made. II. METHODOLOGY The methodology consist of hardware interfacing of the system and the software implementation A. Hardware Description and Interfacing The hardware used in the prototype consists of an Arduino Micro board, a NFC/RFID 13.56MHz module, Mifare/transponder tag and a computer which functions as a central server of the ticketing system. 1) Microcontroller Board: The Arduino Micro is a microcontroller board based on the ATmega32u4, developed in conjunction with Adafruit. It has 20 digital input/output pins, a 16 MHz crystal oscillator, a micro USB connection, an ICSP header, and a reset button.[5] The UART port of Arduino Micro is used to communicate with NFC/RFID reader module. And the USB2.0 port is used to communicate with the computer based server. Both communications use speed of 19200 baud/sec. The board will take passenger count for each user and give control input for turnstile. All entry, exit and recharge point have a microcontroller board. 2) NFC/RFID module: The CR038A Mifare Reader/Writer is a device to read and write information from/to Mifare card, Classic 1K or 4K. The module reads NUID of NFC tag/NFC phone on command from Arduino Micro board. The module has its own data frame format which must be followed for any operation. It communicates via UART at default Baud rate of 19200.[6] Each microcontroller board has its dedicated NFC/RFID module.
  • 2. Design of an Automatic Fare Collection System Using Near Field Communication with Focus on... 21 Fig. 1: ARDUINO BOARD [5] and NFC/RFID module [6] 3) MIFARE Classic 1K Tag: The MIFARE classic 1k tag, i.e. MF1S503x chip consists of a 1 kB EEPROM, RF interface and Digital Control Unit. Energy and data are transferred via an antenna consisting of a coil with a small number of turns which is directly connected to the MF1S503x. No further external components are necessary. This is the part of system which will be with the user. 4) Central Server: The central server will store data and status of all users. The central server is connected to all the microcontrollers of the system. Fig. 2: Block Diagram of the proposed system B. Software implementation The system consists of two types of processing units which interact with each other. One is the microcontroller board at each entry, exit and recharge point which controls NFC/RFID module, turnstile, number of passengers. The other is central server which maintains and updates all user accounts, sends required data to all microcontroller boards. 1) Microcontroller Software: The code for Arduino Micro is developed in Arduino IDE. Arduino IDE is an open source software to develop and upload code for Arduino boards. The environment is written in Java and based on Processing, avr-gcc, and other open source software. 2) Central Server Software: The central server is implemented on computer and code is developed on Processing Development Environment(PDE). Processing is an open source language for development of codes on different platforms for different purposes. Default Java mode is utilised for developing the code in PDE. [7] 3) Code Flow: The microcontroller commands NFC/RFID module to continuously scan for NFC tag/NFC phone in vicinity. If the NFC tag/NFC phone is present in range, the microcontroller reads its NUID through NFC/RFID module. The NUID (Number Unique Identifier) is sent to central server with a header and some other data. This data includes details about station, type of point (entry, exit or recharge), number of passengers (only at entry point) and recharge value (only at recharge point). The central server acts according to data received. It updates the user account and sends a positive acknowledgement and number of passengers (only at exit point). If any error occurs, the central server will send negative acknowledgement. Based on acknowledgement received microcontroller gives or denies access to user. The user is identified by the NFC device and the device asks the user to enter the number of passengers who want to gain access into the station. The device sends the NUID, the station code and the number of passengers to the server. Based on this data the necessary changes are made in the users account in the server. Now the system (server) knows that the user is travelling. When the user alights at the destination station and taps the NFC tag/NFC enabled mobile phone at the exit NFC device, the device sends the NUID and the station code to the server.
  • 3. Design of an Automatic Fare Collection System Using Near Field Communication with Focus on... 22 Based on the data provided by the server, the device knows that the user is trying to exit the station and the number of passengers who were given access to the station. Based on this information appropriate amount is deducted from the users account. The device commands the turnstile gates to allow exit to the passengers. Fig. 3: Code flow at Microcontroller
  • 4. Design of an Automatic Fare Collection System Using Near Field Communication with Focus on... 23 Fig. 4: Code flow at Server III. ADVANTAGES OF PROPOSED SYSTEM The NFC based ticketing system is a very convenient way of gaining access to the Metrorail system, it saves a lot of user’s time which was wasted in getting a ticket as the access to the station is provided at the touch of a tap..The NFC based system is a secure way of getting the ticket as the range of operation of the device is just a few centimetres, no unauthorized person can hack the system. Moreover, even users with NFC enabled phones can use this system with complete security.[8] The hacker needs to be very close to the device if he has to gain unauthorized access. Unlike Bluetooth and other wireless systems, the data transmission link is established and at the same time the data is transmitted, so the user does not have to wait for long time for the data exchange to take place. The NFC cards can be used again and again. This saves a lot of paper which was previously used to print tickets. The NFC tags are available at very less cost and hence can be provided at nominal price by the Metrorail system authority and NFC enabled phones are not required by the user to use the NFC based ticketing system.
  • 5. Design of an Automatic Fare Collection System Using Near Field Communication with Focus on... 24 The device’s use can also be extended to do NFC based transaction at various places like colleges, buses, amusement parks, corporate offices, industries, etc. Thus requiring less paper work and saving the users valuable time. IV. LIMITATIONS The Initial set up cost of the proposed system will be higher as compared to traditional ticketing system. If NFC Tag is lost or stolen it can be misused. Also, the tag may not be read if the tag is not aligned properly at the NFC device or if the tag is not tapped properly at the device. V. CONCLUSIONS Although, the proposed system will have a high set up cost, in the long run it will be beneficial for the Indian Metrorail. Since the maintenance cost is very less due to absence of human ticket vendors, this ticketing system will quickly recover its set up cost. Also it will be very convenient for the passengers and solve the problem of making the passengers stand in large queues and thus increase the overall efficiency of Metrorail travel. Moreover, this system has future scope of being capable of extended to general transactions as stated in the advantages which will make it even more useful. ACKNOWLEDGMENT Dr. R. D. Daruwala, Professor, Electrical Engineering Department, Veermata Jijabai Technological Institute REFERENCES [1]. NFC Forum [2]. Near Field Communication - Interface and Protocol (NFCIP-1) ECMA-340 3rd Edition / June 2013 [3]. NFC Data Exchange Format, NFC Forum Technical Specification, NDEF 1.0, July 2006. [4]. NFC Record Type Definition, NFC Forum Technical [5]. Arduino Website (http://arduino.cc/en/Main/arduinoBoardMicro) [6]. Cryton Technologies MIFARE Reader CR038 RFID-ICRW-CR038 User manual V1.0 Jan 2013 [7]. Processing 2 Environment IDE ( http://processing.org/reference/environment/) [8]. A Smart Card Alliance Contactless and Mobile Payments , Council White Paper ,Publication Date: May 2009 , Publication Number: CPMC-09001