CR95HF communication with ST25TA02KB-D, why the RATS command fail to answer ?
Hello,
I'm new to RFID and I have troubles with the RATS command of the ISO-14443 standard. I am currently working with a CR95HF (reader) and a ST25TA02KB-D (tag). The uC driving the reader is an Arduino UNO, this part is working fine so far.
My issue is that I can't manage to have an answer from the tag when sending the RATS command. The error I get is the 87 : "Frame wait time out" according to the reader datasheet.
I found similar issues and the main culprit seems to be the Frame Waiting Time :
But even with this parameter set to 10ms I can't get a valid answer to the RATS command.
Here is a capture of the data exchange between the Arduino UNO and the CR95HF until the RATS command :
Protocol selection (FDT = 10ms) :
>>> 00 02 05 02 00 00 21 00
<<< 00 00
REQA :
>>> 00 04 02 26 07
<<< 80 05 42 00 28 00 00
ANTICOLLISION (there is only one tag in the reader field) :
>>> 00 04 03 93 20 08
<<< 80 08 88 02 E3 00 69 28 00 00
SELECT :
>>> 00 04 08 93 70 88 02 E3 00 69 28
<<< 80 06 04 DA 17 08 00 00
RATS :
>>> 00 04 03 E0 50 28
<<< 87 00
Since I am a newbie in RFID, is there an obvious error that I made in the reader/tag exchange ?
I tried with higher FDT value and even another tag type (LXMS33HCNK-171) but I still have this error.
Any advice to what I could try to overcome this issue ?
My end goal is to access the NDEF user memory and the tag's counter.
Thanks,
JR
