User Activity

We are writing an Android program to read an ST25TV02KC tag (an ISO 15693 tag), and we cannot use the ST or NXP library. Instead, we need to send protocol commands directly, but the datasheet specifies that CRC check should use CRC_B. As far as we kn...