2025-03-06 1:52 AM
Hello everyone,
I’m looking for recommendations on setting up an NFC system that meets the following requirements. I’m aiming to keep the project as cost-effective as possible, and I would like to utilize both NFC readers and chips. I’d appreciate any insights on suitable NFC reader types (e.g., NFC Type 4) as well as potential components or modules from STM32.
NFC Reader Requirements:
NFC Chip Requirements:
I would greatly appreciate your thoughts or any product recommendations that could help fulfill these requirements while keeping the cost low.
Thanks in advance for your help!
Solved! Go to Solution.
2025-03-07 7:26 AM
Hi,
By definition, an NFC reader supports what is required by the NFC standard. And same for an NFC tag. A reader that indicates support for NFC-A / ISO14443A implements the collision resolution (so called anti-collision in ISO standard). And tag that indicates support for NFC-A / ISO14443A supports the Bit Oriented Single Device Detection (SDD) Frame (so called anti-collision frame in ISO standard) for the collision resolution process.
For example, our ST25R3916B NFC universal reader supports NFC-A / ISO14443A as well as NFC-B / ISO14443B, NFC-F / FeliCa and NFC-V / ISO15693. Ready to use demos to retrieve the UIDs of the tags inside the operating field are available in X-CUBE-NFC6 package.
To learn more about NFC, visit https://www.st.com/content/st_com/en/support/learning/st25-education.html%20.html
Rgds
BT
2025-03-06 7:00 AM
Hi,
can you clarify what you mean by NFC Chip? Do you mean NFC Tag?
Regarding the requirements: The collision resolution aims to detect the presence of multiple devices and to enumerate the different identifiers. Then, the reader can sequentially communicate with each tag. Thus the collision resolution is not used to handle simultaneous read from tags: this is not ethernet Collision Detection nor Wifi Collision Avoidance.
I would suggest you have a look to the ST25R3916B NFC universal reader.
Rgds
BT
2025-03-06 9:54 AM
Thank you for your answer @Brian TIDAL.
So by using the UID i am able to communicate (read and write) with a specific tag selected from multiple tags in the magnetic field - right? If the NFC reader and tag fullfill the requirements of ISO 14443 the anti-collision (ISO 14443-3) should be implementable.
2025-03-07 7:26 AM
Hi,
By definition, an NFC reader supports what is required by the NFC standard. And same for an NFC tag. A reader that indicates support for NFC-A / ISO14443A implements the collision resolution (so called anti-collision in ISO standard). And tag that indicates support for NFC-A / ISO14443A supports the Bit Oriented Single Device Detection (SDD) Frame (so called anti-collision frame in ISO standard) for the collision resolution process.
For example, our ST25R3916B NFC universal reader supports NFC-A / ISO14443A as well as NFC-B / ISO14443B, NFC-F / FeliCa and NFC-V / ISO15693. Ready to use demos to retrieve the UIDs of the tags inside the operating field are available in X-CUBE-NFC6 package.
To learn more about NFC, visit https://www.st.com/content/st_com/en/support/learning/st25-education.html%20.html
Rgds
BT