Topic: How to emulate a tag with libnfc
Hi.
I'm trying to emulate a tag using nfc-emulate. I get the following output:
[+] Connected to NFC reader: ACS ACR122 0 / ACR122U205 - PN532 v1.4 (0x07)
[+] Try to break out the auto-emulation, this requires a second reader!
[+] To do this, please send any command after the anti-collision
[+] For example, send a RATS command or use the "nfc-anticol" tool
[+] Received initiator command: e0 81
[+] Configuring communication
[+] Done, the emulated tag is initialized with UID: DEADBEAF
R: 0a 01 00 a4 04 00 09 a0 00 00 03 97 42 54 46 59 cd 43
R: ba 01 37 c8
R: ba 01 37 c8
R: ca 01 f3 38
R: 26 (7 bits)
T: 04 00
R: 93 20
T: de ad be af 62
R: 93 70 de ad be af 62 db 98
T: 08 b6 dd
R: 30 00 02 a8
R: 26 (7 bits)
T: 04 00
R: 93 20
T: de ad be af 62
R: 93 70 de ad be af 62 db 98
T: 08 b6 dd
R: 30 00 02 a8....etc
Can anyone explain:
1) The first 3 values received from the reader before anti-collision?
2) The last value received in the anti-collision (30 00 02 a8)?
3) Why the Omnikey 5321 is unable to detect the emulated tag at all? It says "no tag present"
Chris