2022-08-16 01:18 AM
Hello, I am implementing Card Emulation function with CR95HF Chip. There is no description of the card emulator function in the datasheet, so I'm not sure if it can be used or not.
If possible, can you provide the material in code form?
It is implemented with Arduino sketch program. I've asked the question a few times before, but I haven't been able to solve it. I would be very grateful if you could help me.
Solved! Go to Solution.
2022-08-22 07:11 AM
Hi,
the Card Emulation commands are defined in the ST25R95 datasheet.
The X-CUBE-NFC3 package contains the RFAL framework and API for the support of Card Emulation feature but the low level driver (st25r95_com_ce.c file) for this feature is only provided on request.
Regarding Arduino, there is an existing support of the X-NUCLEO-NFC03A1 (CR95HF/ST25R95 reader) in the stm32duino ecosystem but limited to the reader features (i.e. not providing Card Emulation support). See: https://github.com/stm32duino/X-NUCLEO-NFC03A1
Rgds
BT
2022-08-16 05:00 AM
Yes, you can also realise card emulation with the CR95HF, examples can be found in the software package X-CUBE-NFC3.
Does is answer your question?
Regards
/Peter
2022-08-16 07:40 PM
I use Arduino, so I can't find an example in the file you linked. Can you tell me where it is?
2022-08-16 08:22 PM
I don't think they were offered as Arduino examples, that's your platform of choice. You'll need to review the code/examples as provided and port them
2022-08-22 07:11 AM
Hi,
the Card Emulation commands are defined in the ST25R95 datasheet.
The X-CUBE-NFC3 package contains the RFAL framework and API for the support of Card Emulation feature but the low level driver (st25r95_com_ce.c file) for this feature is only provided on request.
Regarding Arduino, there is an existing support of the X-NUCLEO-NFC03A1 (CR95HF/ST25R95 reader) in the stm32duino ecosystem but limited to the reader features (i.e. not providing Card Emulation support). See: https://github.com/stm32duino/X-NUCLEO-NFC03A1
Rgds
BT