2023-10-20 06:42 AM
Hello everyone,
I'm using the X-Nucleo-NFC08A1 and a Tag (ISO 15693). For my project I want to enable a Write Protection on Page 0(Blog 0-3) and Page 1(Block 4-7). Are their any applications or examples that show me how its done ?
Thank you for your help
Rgds
Solved! Go to Solution.
2023-10-23 02:26 AM - edited 2023-10-23 02:41 AM
Hi,
I would recommend to contact the tag manufacturer in order to have the detailed datasheet of this product in particular to have the list of supported optional commands (such as the optional Lock block command) and the list of proprietary commands/features (such as read password protection). Then, proprietary commands can be sent from the reader to the tag thanks to the rfalNfcvPollerTransceiveReq() API (see various example on how to use it in rfal_st25xv.c).
Just for my curiosity, can you send me the UID of such a tag?
Rgds
BT
2023-10-20 08:10 AM
Hi,
ISO15693 defines a Lock block optional command to permanently lock the requested block. This command is supported by the RFAL (rfalNfcvPollerLockBlock).
Tags may support this command and /or may have other proprietary write protect mechanisms (typically based on various areas).
Which tag (model and manufacturer) do you plan to use?
Rgds
Bruno
2023-10-22 10:45 PM
Hi ,
I want to use the Vigo 1.6k bits R/W Glastag. The Tag supports the ISO15693.
Rgds
2023-10-22 10:58 PM
Hi,
for my project I want to block block different blocks. You should only be able to read the block if you send a password to the tag.
Rgds
2023-10-23 02:26 AM - edited 2023-10-23 02:41 AM
Hi,
I would recommend to contact the tag manufacturer in order to have the detailed datasheet of this product in particular to have the list of supported optional commands (such as the optional Lock block command) and the list of proprietary commands/features (such as read password protection). Then, proprietary commands can be sent from the reader to the tag thanks to the rfalNfcvPollerTransceiveReq() API (see various example on how to use it in rfal_st25xv.c).
Just for my curiosity, can you send me the UID of such a tag?
Rgds
BT
2023-10-23 02:37 AM
Hi,
thank you for your help. Where can I found the rfal_st25v.c ? It is not included with X-Cube NFC 6.
Rgds
2023-10-23 02:41 AM
Hi,
it is in Middlewares\ST\rfal\Src\rfal_st25xv.c
Rgds
BT
2023-10-23 02:43 AM
Hi,
thank you very much.
Rgds