SlideShare a Scribd company logo
1 of 5
Download to read offline
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

More Related Content

What's hot

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
 

What's hot (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
 

Viewers also liked

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
 

Viewers also liked (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 to 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 to 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
 

More from 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
 

More from 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
 

Recently uploaded

Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
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
 
Comparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization TechniquesComparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization Techniquesugginaramesh
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 

Recently uploaded (20)

Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
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
 
Comparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization TechniquesComparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization Techniques
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
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
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 

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