This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Read NDEF after tag write

Hi,

I am having trouble reading the contents of a record after the NFC tag in the microcontroller has been written by a smartphone.

I'm using the t4t emulator. When the tag has been written the callback gets called. In the callback I use the ndef_record_parser() to parse the data, and I use the ndef_record_printout() to print the payload.

The problem is that the payload contains unreadable data. It does not contain the text that has been written to the tag.

What is the correct way of reading the contents that are written to the tag?

Thanks, Jan

Related