M24LR64E-R read with flutter
Hello, I'm having trouble reading single blocks in the M24LR64E-R tag
I'm developing the app in Flutter and I'm trying to send the command in the following structure
final command = [
flags, // flags
0x20, // Command: "Read Single Block"
...uid, // UID of NFC tag
blockAddress // BlockAddress
];
However, it doesn't read it, I tested it with other tags in both the NfcA and NfcV standards and they read it, but this specific tag didn't
Has anyone worked with this ic?
