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

ISO/IEC 14443 Type A support of nRF52832

Hi ,

I am working on a NFC project which has below requirements , could you please help check if we have any existed example I can test ?

1. Support standarded ISO/IEC 14443 Type A.

2. All memory section is readable(full scanned) and writable by proper reader device.

I tested two example in SDK15.3, record_text and writable_ndef_msg , it turns out that all memory content of record_text can be scanned ,  but I cannot see any memory content of writable_ndef_msg ? could anyone tell me how to do full scan of writable_ndef_msg ?

Parents Reply
  • I have spoken with the expert, and it is probably app limitation. The record_text has its data organized according to the Type 2 Tag specification, whereas the writable_ndef_msg uses the Type 4 Tag specification. T2T data is a continuous data piece  (1024 byte buffer or so) and the NFC poller usually reads it from the beginning to the end. T4T data is organized in a more complex way and the protocol to access it is also a bit more sophisticated. At first, the poller reaads metadata containing tag attributes & file ids. Then it may decide to choose specific file id (like NDEF File ID) to get the file content.

    Kenneth

Children
No Data
Related