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??
Hi Brian,Thanks for the explanation, it is clear that using ST25SDK will not able to support my application spec. i will look for another way to work around. Regards,HT
Hi,Sorry for the confusion, the application will still connect to the ready one by one using multiple instances, that is why the need to identify the reader using the UID.You mention the selection popup in the ST25R3911B Discovery GUI when several re...
Hi,I am currently working on developing an application using the ST25SDK, and I use ST25R3911B-DISCO Reader Board. The goal of this application is to connect to multiple Reader Board sequentially and read tag. To achieve this, I need to know the STM3...
Hi Brian, Thanks for the replyusing ST25R3911B Discovery Application as example,what i want to achieve is to get the STM32 UID value, it is unique for each Board Reader, is that possible using ST25SDK?
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?