ST25R95 Tag Read UID sequence
I am developing a device that uses the ST25R95. The end processor will be an ATTINY88 but for development purposes I am using an Arduino UNO and the X-NUCLEO development board. I am developing the code in Arduino. The main goal is to use the device in ISO15693 mode and read the value off of a tag. In the future, I would like to try different protocols.
I have good communication because I am able to get a good response from the Echo command and I can retrieve the IDN.
However, I am not able to read the information from a tag.
On boot up, I run the ECHO command to make sure I have communication, read the IDN, setup the tag protocol, then start trying to read from a tag.
To set the tag protocol, I send 000202010D.
Is there some way to confirm what protocol the IC is using to make sure I set it correctly?
To try and read a tag, I send 000403260100. If i don't send the first 00, I get a response of 136 which the datasheet tells me is a start of frame error. Currently, I get a response code of 0x88.
Is there something else that I need to do to get the ST25R95 setup to read a tag?
