Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How TO write RFID Tag for Nexus S NFC to read?

Does anyone know if there are any specifics on writing info into a RFID tag and reading it from Android, Nexus S?

Is there special RFID tag just for Android, or a special RFID writer?

like image 797
Thomas Wang Avatar asked Oct 14 '22 19:10

Thomas Wang


2 Answers

Android 2.3.3 now supports write capabilities, too. Details which tags are supported are here: http://developer.android.com/sdk/android-2.3.3.html.

I plan to work on several examples how to read and write tags and will publish links on my twitter account @hansamann

like image 132
Sven Haiges Avatar answered Nov 14 '22 18:11

Sven Haiges


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

I don't think there can be a OS or platform specific RFID tag, that would not be a good commercial decision :).

like image 30
TheCottonSilk Avatar answered Nov 14 '22 19:11

TheCottonSilk