2021-01-11 11:02 AM
Need help!
I am unable to write or read an RFID TAG using the st25ru3993-eval. I'm not finding much information!
Can someone help me?
Solved! Go to Solution.
2021-01-15 09:07 AM
Hello Plmbr,
I assume your concern is with GUI.
If so, you can find the ST RFID UHF reader suite User Manual on ST site (UM2268) which describes among other things how to read and write a tag:
For your info, a new version of this doc is planned to be delivered soon, the available version is anyway correct on how to read/write a tag with the GUI.
If your concern is how to read / write a tag from provided API (STUHFL),
please have a look to the provided demos into the STUHFL package (directory: ...\Applications\STUHFL_demo\STUHFL_demo).
The document ...\Documents\Application-STUHFL_demo.chm describes each test.
best regards,
Cedric.
2021-01-15 09:07 AM
Hello Plmbr,
I assume your concern is with GUI.
If so, you can find the ST RFID UHF reader suite User Manual on ST site (UM2268) which describes among other things how to read and write a tag:
For your info, a new version of this doc is planned to be delivered soon, the available version is anyway correct on how to read/write a tag with the GUI.
If your concern is how to read / write a tag from provided API (STUHFL),
please have a look to the provided demos into the STUHFL package (directory: ...\Applications\STUHFL_demo\STUHFL_demo).
The document ...\Documents\Application-STUHFL_demo.chm describes each test.
best regards,
Cedric.
2021-01-29 06:49 AM
Thank you for your help. I have successfully created a use for the board.
One information I didn't find was how to create a function to change the EPC of the tag.
Would you help me?
2021-01-29 07:21 AM
Hello,
writing the EPC is similar to writing data in User Area (appropriate bank has to be used),
please have a look to the demo function demo_gen2Write().
Some hints, assuming you write a Gen2 EPC:
Your EPC is updated.
regards,
Cedric.