ST25R95 Reading Tags
I am building on my Arduino based code for using the ST25R95.
I have successfully received data from an ISO15693 tag but I don't understand what it is reporting or what the data means that I sent with the SendRecv command to read from the tag. If it tells me in the datasheet, I don't see it.
With Brian Tidal's help, again, I send 0x0403260100.
Can you help me understand the data portion of what I am sending (0x260100)?
Also can you help me understand what I received back?
For instance, I receive: 0x00x00x280xFFFFFFEB0xFFFFFF900xFFFFFFF30x500x10x40xFFFFFFE00xFFFFFFF20x66
The serial number for that tag is 19:2D:5B:CA:50:01:04:E0
I am using an NFC Android app to get that Serial Number and I don't see a correlation with the data that I got back when reading with the ST25R95.
Additionally I would like to read from a ISO14443-A tag.
The datasheet recommends sending 0x04079370800F8C8E28, but again I don't understand the "data" aspect of what I am sending during the SendRecv command. Is this the correct sequence to send?
