Topic: Simple ACR122U <-> Nexus (S) communication
Hi,
in a project I have 3 ACR122U readers connected to a simple PC running Fedora Core. I am able to use the readers to read the UID from passive NFC tags for which I now the UID in the back-end, which is enough. However, I also need to be able to uniquely identify a NFC-native Android Phone as well, like Nexus S and Nexus. I need nothing advanced, just being able to transfer an unique, but not random, code between the devices.
As I understand I can't set the Nexus in tag emulation mode, which would have been very convenient, I need to take a different approach. The alternatives I'm looking at are:
1. Sending a simple NDEF with a key I also know on the receiving side. This I read with the ACR122U
2. Set the currently active ARC122U to emulate a tag with an ID I can push to the Nexus through the back-end, and the the Android app can verify that the ID is correct.
So which approach I am most likely to get working? At the moment I have stability problems as my experiments with the different libnfc example programs leads to one or several of the ACR122U readers being locked (nfc-list works, which is enough for getting the UID's from the passive tags I have for the project).
Thanks in advance,
Per, Sweden