Android NFC access card reader demo

What if your company/client has rolled out an access card system… You know, the sort that you swipe your card across a reader, it beeps green and doors open… and you’d like the same functionality for your mobile apps? Something like, the user swipes their card, and an app opens, detects the user, and displays the appropriate data according to who the user is. By extension, you can build an app that requires two factor authentication, e.g. a PIN number (something you know), and the access card (something you have). This proof of concept is something I built to show off that android phones and apps can actually support such scenarios through NFC.

Watch a video of it in action here:

http://www.youtube.com/watch?v=LYIEctwCzuc

And you can find the source code here:

https://github.com/dvas0004/droidNFCdemo/blob/master/src/me/davidvassallo/nfc/MainActivity.java

References:

 

Advertisement
Privacy Settings

2 thoughts on “Android NFC access card reader demo

  1. Good stuff man, it might be worth mentioning Apache Cordova & the Phonegap NFC plugin. With these free & open source frameworks you can very simply build an NFC app using Javascript / HTML. We use it for the NFC ring app =) Cheers for sharing and good luck on your NFC Travels!

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.