Chuck Fletcher
Chuck Fletcher

Reputation: 81

Getting started with nexus s NFC/RFID

Getting started with Nexus S NFC/RFID. Can anyone provide any guidance?

I'm interested in creating some home brew demos using the nexus s NFC/RFID hardware. I think I need to find the appropriate tags and how to encode urls into tags that the nexus s can read by it's tags app. Not sure about iso 14443 tags or mifare etc

Does nexus s support all of libnfc?

If I root the device can I get access to write functionality?

Thanks

Upvotes: 8

Views: 7492

Answers (5)

ThomasRS
ThomasRS

Reputation: 8287

If you have upgraded your Nexus to Android 4.0 then you might want to check out this Eclipse plugin (disclamer: shameless plug of own project). It uses Android NFC hardware and also supports a few NFC readers like the ACR122U.

Upvotes: 0

Alessandro Persano
Alessandro Persano

Reputation: 101

I suggest you to but a reader/writer like ACR122U-A2 to read/write tag Topaz and Mifare Card. In SmartId we are a pair of solution just developed with this twin. http://www.youtube.com/watch?v=hYFwnc-apnI&feature=fvsr

Upvotes: 0

TheCottonSilk
TheCottonSilk

Reputation: 8812

I had answered this question partially in one of the Nexus S related questions.

Also, you can refer the developer.android.com URL for a demo app. I think, this uses dummy NFC tag.

If you are interested in developing some hardware demos then you need to buy a few actual NFC tags and try out the above app on your Nexus S phone device. I found a few sites (1, 2) who sell NFC tags, kits, etc. BTW, I have not tried any of these sites.

Based on what I came across, for now Nexus S provides only read functionality for NFC tags and support for other modes is planned.

EDIT:

Android blog states following are the new features in Android 2.3.3:

  • A comprehensive NFC reader/writer API that lets apps read and write to almost any standard NFC tag in use today.
  • Advanced Intent dispatching that gives apps more control over how/when they are launched when an NFC tag comes into range.
  • Some limited support for peer-to-peer connection with other NFC devices.

Upvotes: 1

bulamonto
bulamonto

Reputation: 51

The Nexus S will read Mifare tags. I have replayed YouTube videos (http://www.youtube.com/watch?v=eu7fQsPjDls) from a smartcard using the Nexus S. The URL was written with another device (Nokia 6212).

Upvotes: 5

Joe Knapp
Joe Knapp

Reputation: 322

One possibility: I've noticed that the Nexus S can read RFID tags made by touchatag, an Alcatel-Lucent venture that has been around a couple years. They have a web page (google 'touchatag store') where you can order a "starter kit" of 10 tags plus a USB reader.

The tags are hard-coded to URLs at the touchatag mothership, www.ttag.be/[tagid]

So the idea is you register a tag through their web site, scanning it on the reader and associating a desired URL with it. When someone reads the tag with their phone, it will show up as www.ttag.be/[tagid] and from there it redirects to the desired URL.

Upvotes: 3

Related Questions