2024-06-13 08:34 AM
Hi,
I have a c++ project using the ST25R95 as a reader talking to a STM32L4 micro. I want to play around with putting it in tag emulation mode so I can use an external reader to read data from it.
I see references to emulation in the data sheet but don't really see how to put it into this mode. Is there any example code or instructions for doing this?
Solved! Go to Solution.
2024-06-14 12:40 AM
Hi,
is your application based on ST RFAL library or do you have your own NFC communication stack?
X-CUBE-NFC3 provides the RFAL library for the X-NUCLEO-NFC03A1 board. It support a polling demo and has the framework for the Card Emulation mode. The driver file for CE mode on top of X-CUBE-NFC3 is delivered on demand. I will send it to you.
Rgds
BT
2024-06-14 12:40 AM
Hi,
is your application based on ST RFAL library or do you have your own NFC communication stack?
X-CUBE-NFC3 provides the RFAL library for the X-NUCLEO-NFC03A1 board. It support a polling demo and has the framework for the Card Emulation mode. The driver file for CE mode on top of X-CUBE-NFC3 is delivered on demand. I will send it to you.
Rgds
BT