Skip to main content
Visitor II
August 16, 2022
Solved

Can I use the card emulator function with the CR95HF V5 7BAHF V6 PHL 210 chip?

  • August 16, 2022
  • 2 replies
  • 1206 views

​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.

    This topic has been closed for replies.
    Best answer by Brian TIDAL

    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

    2 replies

    Technical Moderator
    August 16, 2022

    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

    DJeon.4Author
    Visitor II
    August 17, 2022

    I use Arduino, so I can't find an example in the file you linked. Can you tell me where it is?

    Graduate II
    August 17, 2022

    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

    Technical Moderator
    August 22, 2022

    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