I am using ACR 122u NFC Reader/Writer and Mifare Ultralight C tag to authenticate and read block data, but encountering an issue while doing so:
When I use following command:
FF 00 00 00 04 D4 42 1A 00
For Auth0 i.e get challenge I receive following response:
D5 43 01 90
However if I put Thread.Sleep before using this command for approx 1.7 seconds, it receives challenge request successfully, did someone else encountered same problem as well? Please let me know if I am doing something wrong here.