2023-03-28 08:01 PM
Hi there,
I am a beginner of using customize board to build a project for reading a ISO 144443-4 card .
Due to the environment require a higher power output of the reader, therefore i chose ST25R3917 as my rfid SOC. But during the firmware developing stage, i am still confuse while reading the data sheet.
First question for the glance, could ST25R3917 support reading ISO 144443-4 card, which protocol should i config? My goal for this project is read as much imformation from the card as possible, like the UID, CRC etc.
Next question, about just reading the card(not involve writhing or other function), which command should i use? After sending a command , according the datasheet of st25r3917, i should reading the fifo output as long as i can ,right?
Thanks for taking time to read my questions.
Solved! Go to Solution.
2023-03-29 12:30 AM
Hi,
I would recommend to use the ST25 embedded NFC library (STSW-ST25R016) that provides Reader to Tag communication examples on top of an RF/NFC Abstraction Layer (RFAL) API.
See for example the polling demo in Projects\STM32L476RG-Nucleo\Applications\X-NUCLEO-NFC06A1\polling.
Regarding your questions:
Rgds
BT
2023-03-29 12:30 AM
Hi,
I would recommend to use the ST25 embedded NFC library (STSW-ST25R016) that provides Reader to Tag communication examples on top of an RF/NFC Abstraction Layer (RFAL) API.
See for example the polling demo in Projects\STM32L476RG-Nucleo\Applications\X-NUCLEO-NFC06A1\polling.
Regarding your questions:
Rgds
BT