Abhinav Rawat
Abhinav Rawat

Reputation: 452

Decoding data from RFID tag's memory contents in Android Studio

I am developing an App to read the Barcode of our library books from there respective RFID tags. I am using android.nfc.tech.NfcVand able to read the memory contents of the tag, which seems to be Hexadecimal byte array.

how can I decode the BarCode and other information from the Hexadecimal bytes of RFID tag?

The screenshot shows information of one the book's RFID tag(shows the Hexadecimal byte array).(NFC tool app is used.)

In this example the Barcode of the book is- 226866.

System Information of RFID tag The Memory of the tag

Upvotes: 0

Views: 2119

Answers (0)

Related Questions