how to get the ST253916b to detect multiple tags
Hi,
I'm using NFC reader chip ST25R3916 and the library STSW-ST25R016 on a Nucleo 64 dev board. To get started I compiled the polling example. I want to be able to detect and activate 2 tags, one after the other. In demo_polling.c, I changed discParam.devLimit to 2. After that change, will it detect that it has two tags on the reader. It will select the first tag in the device list and print the ID for that tag.
what I want to figure it is, once it detects the first tag(NFC V), it should start P2P communication with the second tag, and continue to maintain it, until the first tag says otherwise.
Thanks!
