2023-03-16 02:19 AM
Hi, I am quite new to NFC reader, I want to know if it is possible to read multiple TAGs simultaneously with one board?
i have ST25R3911B-DISCO board and bunch of 14443A Tag.
if it is possible, what is the correct way to do the action??
Solved! Go to Solution.
2023-03-16 02:28 AM
Hi,
ST25R3911B-DISCO on its polling tab supports such. Please also look around in this community where such has been previously discussed, e.g. https://community.st.com/s/question/0D53W00001krY4ySAE/read-multiple-rfid-14334a-tags
Please beware that it is not truly parallel:
Best Regards, Ulysses
2023-03-16 02:28 AM
Hi,
ST25R3911B-DISCO on its polling tab supports such. Please also look around in this community where such has been previously discussed, e.g. https://community.st.com/s/question/0D53W00001krY4ySAE/read-multiple-rfid-14334a-tags
Please beware that it is not truly parallel:
Best Regards, Ulysses
2023-03-16 06:52 PM
Hi Ulysses,
Thanks for the answer, I manage to get all the UID, now I just need to find what command to use to read the tag base on the collected UID, is that correct?
2023-03-17 06:04 AM
Hi,
yes, about correct. Our RFAL is performing the various steps of communication (TechnologyDetection, CollisionResolution, Activation and DataExchange). Best if you look around in the examples, best to base on ST25 Embedded NFC lib.
Best Regards, Ulysses