2024-05-02 08:20 AM
Hi all,
I would like to migrate your example code from st25r3916 disco demo board to my own microcontroller to use it as a card emulator. I have downloaded the "STSW-ST25R011" firmware.
I already tried by myself, removing many code but i had no sucess. I plan to start again from scratch, so any hint will be high appreciatted
Solved! Go to Solution.
2024-05-03 01:46 AM
Hi SG3,
I would rather recommend using a nucleo setup: X-NUCLEO-NFC06/08 with NUCLEO-L476. With this you can directly use the pairing demo from ST25 NFC Lib (STSW-ST25R-LIB / STSW-ST25R016).
Of course you can also try to use the pairing demo on your disco board setup but some porting will be needed as the pinout is not the same.
BR, Ulysses
2024-05-03 01:46 AM
Hi SG3,
I would rather recommend using a nucleo setup: X-NUCLEO-NFC06/08 with NUCLEO-L476. With this you can directly use the pairing demo from ST25 NFC Lib (STSW-ST25R-LIB / STSW-ST25R016).
Of course you can also try to use the pairing demo on your disco board setup but some porting will be needed as the pinout is not the same.
BR, Ulysses
2024-05-09 03:09 AM
Thank you!