nfc based automatic railway ticketing project by: 1) ankita talekar 2) anuja lokhande 3) uma...

24
NFC Based Automatic Railway NFC Based Automatic Railway Ticketing Ticketing Project By: 1) Ankita Talekar 2) Anuja Lokhande 3) Uma Karandikar Project Guide: Prof. M. M. Dongre

Upload: alexina-haynes

Post on 28-Dec-2015

214 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: NFC Based Automatic Railway Ticketing Project By: 1) Ankita Talekar 2) Anuja Lokhande 3) Uma Karandikar Project Guide: Prof. M. M. Dongre

NFC Based Automatic Railway TicketingNFC Based Automatic Railway Ticketing

Project By:

1) Ankita Talekar 2) Anuja Lokhande3) Uma Karandikar

Project Guide: Prof. M. M. Dongre

Page 2: NFC Based Automatic Railway Ticketing Project By: 1) Ankita Talekar 2) Anuja Lokhande 3) Uma Karandikar Project Guide: Prof. M. M. Dongre

What Is NFC ?

Page 3: NFC Based Automatic Railway Ticketing Project By: 1) Ankita Talekar 2) Anuja Lokhande 3) Uma Karandikar Project Guide: Prof. M. M. Dongre

Mobile and NFCMobile and NFCNear Field Communication (NFC) is a

short-range wireless connectivity technology

3

Page 4: NFC Based Automatic Railway Ticketing Project By: 1) Ankita Talekar 2) Anuja Lokhande 3) Uma Karandikar Project Guide: Prof. M. M. Dongre
Page 5: NFC Based Automatic Railway Ticketing Project By: 1) Ankita Talekar 2) Anuja Lokhande 3) Uma Karandikar Project Guide: Prof. M. M. Dongre

Metro is arriving in MUMBAIMetro is arriving in MUMBAI

Page 6: NFC Based Automatic Railway Ticketing Project By: 1) Ankita Talekar 2) Anuja Lokhande 3) Uma Karandikar Project Guide: Prof. M. M. Dongre

The primary uses of NFC are to:

Connect electronic devices, such as wireless components in a home office system or a headset with a mobile phone

Access digital content, using a wireless device such as a cell phone to read a “smart” poster embedded with an RF tag

Make contact less transactions, including those for payment, access and

TICKETING.

Page 7: NFC Based Automatic Railway Ticketing Project By: 1) Ankita Talekar 2) Anuja Lokhande 3) Uma Karandikar Project Guide: Prof. M. M. Dongre

WHY To stand In The Long WHY To stand In The Long Queues??Queues??

When your ticket is just a click When your ticket is just a click away!!!away!!!

Need For Virtual ticketing

Page 8: NFC Based Automatic Railway Ticketing Project By: 1) Ankita Talekar 2) Anuja Lokhande 3) Uma Karandikar Project Guide: Prof. M. M. Dongre

One click but ...................... why to have One click but ...................... why to have intenet conncetivity all timeintenet conncetivity all time

So our system with one click & no Internet So our system with one click & no Internet connectivityconnectivity

Page 9: NFC Based Automatic Railway Ticketing Project By: 1) Ankita Talekar 2) Anuja Lokhande 3) Uma Karandikar Project Guide: Prof. M. M. Dongre

Why X-Bee over BluetoothWhy X-Bee over Bluetooth

Vs

• 1 meter Coverage Area• Relatively complicated programming in JAVA

• 100 meters Coverage Area• Use of C language in the programming

Page 10: NFC Based Automatic Railway Ticketing Project By: 1) Ankita Talekar 2) Anuja Lokhande 3) Uma Karandikar Project Guide: Prof. M. M. Dongre

Set up at StationSet up at Station

X-Bee Explorer With FTDI ChipMount

X-Bee Module

ComputerServer

USB Cable

Page 11: NFC Based Automatic Railway Ticketing Project By: 1) Ankita Talekar 2) Anuja Lokhande 3) Uma Karandikar Project Guide: Prof. M. M. Dongre

Ticket Block DiagramTicket Block DiagramRechargeable

Battery(Power)

AT Mega/328Microcontroller

X-Bee Shield MountX-Bee

Module

LCD

Keypad

Page 12: NFC Based Automatic Railway Ticketing Project By: 1) Ankita Talekar 2) Anuja Lokhande 3) Uma Karandikar Project Guide: Prof. M. M. Dongre

Arduino UNO Microcontroller BoardArduino UNO Microcontroller Board

Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments

Page 13: NFC Based Automatic Railway Ticketing Project By: 1) Ankita Talekar 2) Anuja Lokhande 3) Uma Karandikar Project Guide: Prof. M. M. Dongre

Heart of Our ProjectHeart of Our Project

14 digital input/output pins (of which 6 can be used as PWM outputs)

6 analog inputs

a 16 MHz crystal oscillator

a USB connection,

a power jack

Page 14: NFC Based Automatic Railway Ticketing Project By: 1) Ankita Talekar 2) Anuja Lokhande 3) Uma Karandikar Project Guide: Prof. M. M. Dongre

X-Bee ModuleX-Bee Module

X-Bee is based on the 802.15.4(Zig Bee)-2003 standard designed for point-to-point and point-to-multipoint communications at over-the-air baud rates of 250 kbit/s

Page 15: NFC Based Automatic Railway Ticketing Project By: 1) Ankita Talekar 2) Anuja Lokhande 3) Uma Karandikar Project Guide: Prof. M. M. Dongre

X-Bee ShieldX-Bee Shield

The XBee Shield simplifies the task of interfacing an XBee with your Arduino.

Page 16: NFC Based Automatic Railway Ticketing Project By: 1) Ankita Talekar 2) Anuja Lokhande 3) Uma Karandikar Project Guide: Prof. M. M. Dongre

X-Bee Explorer USBX-Bee Explorer USB

Page 17: NFC Based Automatic Railway Ticketing Project By: 1) Ankita Talekar 2) Anuja Lokhande 3) Uma Karandikar Project Guide: Prof. M. M. Dongre

How to get the TICKET?How to get the TICKET?

Power on the Ticket.Power on the Ticket. Select the required Station.Select the required Station. Press OK.Press OK.

Page 18: NFC Based Automatic Railway Ticketing Project By: 1) Ankita Talekar 2) Anuja Lokhande 3) Uma Karandikar Project Guide: Prof. M. M. Dongre
Page 19: NFC Based Automatic Railway Ticketing Project By: 1) Ankita Talekar 2) Anuja Lokhande 3) Uma Karandikar Project Guide: Prof. M. M. Dongre

Balance Information!Balance Information!

Deducted amount. Deducted amount. Remaining balance.Remaining balance. If the balance is insufficient to buy a ticket LCD will If the balance is insufficient to buy a ticket LCD will

display the message “Insufficient Balance”.display the message “Insufficient Balance”.

Page 20: NFC Based Automatic Railway Ticketing Project By: 1) Ankita Talekar 2) Anuja Lokhande 3) Uma Karandikar Project Guide: Prof. M. M. Dongre

What can still be included in this What can still be included in this project?project?

Auto-Deduction of the balance in case if Auto-Deduction of the balance in case if ticket is not bought.ticket is not bought.

To calculate no. of passengers.To calculate no. of passengers.T.C. can recognize who has not bought T.C. can recognize who has not bought

the ticket.the ticket.

Page 21: NFC Based Automatic Railway Ticketing Project By: 1) Ankita Talekar 2) Anuja Lokhande 3) Uma Karandikar Project Guide: Prof. M. M. Dongre

Pros and Cons of the ProjectPros and Cons of the Project

AdvantagesAdvantages No long queueNo long queue Small power Small power

consumptionconsumption No internet connectivityNo internet connectivity Easy rechargeEasy recharge Unauthenticated Unauthenticated

Travellers cannot Travellers cannot board the train.board the train.

DisadvantagesDisadvantages Costly Modules (But Costly Modules (But

one time cost)one time cost) Maximum coverage of Maximum coverage of

100 meters only 100 meters only

Page 22: NFC Based Automatic Railway Ticketing Project By: 1) Ankita Talekar 2) Anuja Lokhande 3) Uma Karandikar Project Guide: Prof. M. M. Dongre

ApplicationsApplications On railway station for local train passenger.On railway station for local train passenger. On air ports to save boarding pass preparation & On air ports to save boarding pass preparation &

verification time.verification time. In railway wagons.In railway wagons. In metro rails.In metro rails. In Local city buses & on bus stopsIn Local city buses & on bus stops In offices to monitor daily attendance of In offices to monitor daily attendance of

employee.employee. In automation of car parking.In automation of car parking.

Page 23: NFC Based Automatic Railway Ticketing Project By: 1) Ankita Talekar 2) Anuja Lokhande 3) Uma Karandikar Project Guide: Prof. M. M. Dongre
Page 24: NFC Based Automatic Railway Ticketing Project By: 1) Ankita Talekar 2) Anuja Lokhande 3) Uma Karandikar Project Guide: Prof. M. M. Dongre

AnyAny

Thank YouThank You