cancel
Showing results for 
Search instead for 
Did you mean: 

ST25R3916B configuration for card reading and card emulation (tag) modes

ok_pp
Associate II

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

3 REPLIES 3
Brian TIDAL
ST Employee

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

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

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?

Brian TIDAL
ST Employee

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

 

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.