2025-07-30 1:10 AM
hi,
I want to implement nfc tag that detect iphone and send message that shoing on iphone screen
have someone that implement this logic?
i start to implement some code and i detect the phone but not received data of APDU command from the phone.have have someone to help me? have code example of this?
Thanks in advance.
2025-07-30 2:13 AM - edited 2025-07-30 2:25 AM
Hi,
Do you mean:
As the title of your post refers to ST25R3916B, do you mean your system is based on a reader in Card Emulation mode?
Feel free to provide more information, such as which tag or which MCU is used or whether Card Emulation is use.
Usually, iPhone reacts when the tag memory contains an NDEF URI message. Using the NFC Tap iOS app, NDEF messages can be written to and read from the tag memory. Once an NDEF message (e.g., containing a URI) is written to the tag memory, you can tap the tag and observe how the iPhone handles it.
If an ST25R3916B is being used in Card Emulation mode rather than a physical tag, the X-CUBE-NFC6 provides a demo that includes Card Emulation. Just enable the DEMO_CARD_EMULATION_ONLY compilation flag. A default URI (st.com) is provided in the emulated memory.
Regards,
BT