Read and Write data to an RFID tag through my (NFC) mobile?
Hi everyone,
First of all, if I understood correctly so far I need to obtain ISO14443 (13.56MHz) RFID tags in order to test the NFC interaction with my phone which happens to be Nokia C7-00.
Secondly, C7-00 is able to perform [B]read[/B]operations on RFID tags.
What I need to know:
Can this phone (or any NFC-enabled phone) perform [B]write [/B]operations on RFID tags? If this is possible it will save me some money as I won't have to be an extra RF-ID Reader in order to pass data to the RFID tag.
Thank you for your assistance!
Re: Read and Write data to an RFID tag through my (NFC) mobile?
Hallo,
take a look at the Qt Mobility API. It has several methods for both reading and writing NFC tags (using either NDEF or tag specific methods).
br,
Michael
Re: Read and Write data to an RFID tag through my (NFC) mobile?
Yes, you can write data to tags, Qt Mobility, JSR 257 or even Symbian native API can be used for this. You could see there are plenty of examples in wiki pages.