Hi,
NCS1.9.1, VSCode, nRF5340DK cannect a NFC tag,
i write text to NFC tag by Adafruit-PN532 with anouher device,
than 5340 mcu how to read the text in NFC tag?
Best regards
Hi,
NCS1.9.1, VSCode, nRF5340DK cannect a NFC tag,
i write text to NFC tag by Adafruit-PN532 with anouher device,
than 5340 mcu how to read the text in NFC tag?
Best regards
Hi,

Best regards
I believe you may need to look at one of the examples that support write, for instance the writeable_ndef_msg show use of both NFC_T4T_EVENT_NDEF_UPDATED and NFC_T4T_EVENT_NDEF_READ. See nrf_t4t_lib.h for information about the events.
Kenneth