2025-08-26 1:06 AM - last edited on 2025-08-26 2:03 AM by Brian TIDAL
Hello,
What options need to be enabled or disabled to work in card reading or card emulation (tag) modes?
I am using X-NUCLEO-NFC08A1 and X-CUBE-NFC6. Currently the cards are read, but not emulated (I need to send a link to the smartphone).
2025-08-26 2:45 AM
Hi,
The polling demo of the X-CUBE-NFC6 package includes card emulation. Since both the ST25R3916B and the phones function as a reader and card emulator, the behavior is unpredictable.
To force the ST25R3916B to operate exclusively in card emulation mode, recompile the polling demo with the DEMO_CARD_EMULATION_ONLY
compilation flag.
Rgds
BT
2025-08-26 4:10 AM
Hi Brian,
thanks for the answer.
But the smartphone does not accept the URL, and the program displays a message:
"3. Present a tag to write a URI record and an Android Application record"
Where is my mistake?
2025-08-26 4:22 AM
Hi,
make sure to use the polling demo, not the ndef demo and make sure to recompile the polling demo with the DEMO_CARD_EMULATION_ONLY
compilation flag.
Rgds
BT