2021-02-25 12:23 AM
Hello:
I want use ST25R95 to do card emulation. But I can't find any source code in ST25 website.
Can you help provide some source code?
Solved! Go to Solution.
2021-02-25 02:22 AM
Hi,
thanks for using ST25R95/CR95HF product. Card Emulation source code is not part of the X-CUBE-NFC3 v2.1.0 but I will provide it to you in private.
Feel free to share more details about your card emulation application to help us to provide appropriate support.
Thanks
Rgds
BT
2021-02-25 02:22 AM
Hi,
thanks for using ST25R95/CR95HF product. Card Emulation source code is not part of the X-CUBE-NFC3 v2.1.0 but I will provide it to you in private.
Feel free to share more details about your card emulation application to help us to provide appropriate support.
Thanks
Rgds
BT
2021-12-19 05:46 PM
I also met the same problem, could you also send me the card emulation mode St25r95 demo, thank you !thank you !
STM32F401RE_NUCLEO_PollingTagDetect\Exe\Project.axf: Error: L6218E: Undefined symbol st25r95SPIGetLmState (referred from st25r95_com_spi.o).
STM32F401RE_NUCLEO_PollingTagDetect\Exe\Project.axf: Error: L6218E: Undefined symbol st25r95Listen (referred from rfal_rfst25r95.o).
STM32F401RE_NUCLEO_PollingTagDetect\Exe\Project.axf: Error: L6218E: Undefined symbol st25r95PollField (referred from rfal_rfst25r95.o).
STM32F401RE_NUCLEO_PollingTagDetect\Exe\Project.axf: Error: L6218E: Undefined symbol st25r95RearmListen (referred from rfal_rfst25r95.o).
STM32F401RE_NUCLEO_PollingTagDetect\Exe\Project.axf: Error: L6218E: Undefined symbol st25r95SPIGetLmState (referred from rfal_rfst25r95.o).
STM32F401RE_NUCLEO_PollingTagDetect\Exe\Project.axf: Error: L6218E: Undefined symbol st25r95SPISetACState (referred from rfal_rfst25r95.o).
STM32F401RE_NUCLEO_PollingTagDetect\Exe\Project.axf: Error: L6218E: Undefined symbol st25r95SetACFilter (referred from rfal_rfst25r95.o).
2022-01-12 10:57 AM
I would also like to see the source code if possible. I believe I have set the ST25R95 into the emulation mode and I using the POLLFIELD command to look for the RF Field to appear but I don't seem to be getting the response I expected.
2022-01-20 01:34 AM
We are seeing the same issue with the ST25R95 products -- no ability to get it to do what we expect when emulating 14443/A for iOS or Android. The code would be appreciated, along with the missing routines. Thank you
2022-07-13 02:59 AM
We create a project in which the device must be both a tag and a reader. There are many examples of reader functions, but no emulation examples. Could I also ask for the sample code?
Thank you in advance
Regards
2022-08-30 12:32 AM
Dear Brian!
We are developing a system based on st25r95 as well, and we've chosen the IC especially for it's emulation capabilities. The automatic AC loop works, but Android and IOS fails to detect the chip. Could we also ask for the sample code?
Thank you in advance!
2023-01-19 06:09 AM
Hi
@Brian TIDAL_O
Would it be possible to receive this source code? We are also developing a product using st25r95 and need to emulate a card/tag.
Thanks in advance!
Andreas
2023-09-25 12:25 PM
Hi,
I would also like to receive the source code. I am trying to emulate an NFC Type 2 Tag. I have a custom Text message in my NDEF Record. I also want to generate an interrupt when the tag is read.