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

Windows NDEF NFC reader/writer recommendation

Hello

In our production facility I need to read and write NFC NDEF messages to a NRF52832.

Is there any recommendation for a working and easy solution with an USB NFC Reader/Write for Windows?

I tried the NFC reader Dragon form DUALi and several Arduino Projects with the Adafruit 532.

Read from the Tag is not a problem, but I was not able to write NDEF records to the Device. It seems most of the NFC implementations don`t support write to a Type 4 tag.

Thanks a lot!

Stefan

Parents Reply Children
  • Hi Ketil

    This is really not the answer I hoped for.

    So do you not have any other recommendation to write a Tag4 type than implement it by myself on a NRF52 DevKit? 

    When I look at the original PN532 library there a a lot of samples to write to a Type2 tag, but as I see Nordic implemented the Type2 only for read, and it is not possible to write a Ndef record to this tag, is this correct? Or do you provide a Type 2 library that support write to the tag?

    When I look to the API documentation I can only find some information about the Type2 read and write process. So are your really sure that tag 4 writing is supported? If so, can you show me the related functions?

    BR Stefan

  • There should be multiple commersial solutions available for reading/writing NFC tags from Windows, etc., but we do not have any general recommendations. Some suggestions have been discussed in this thread. The writable type 4 tag example can be tested using a n Android phone with NFC Tools installed.

    We do only provide read support in the Type 2 tag library, but this is only a software limitation. We did not see any point in adding write capabilities to the T2T library when we released the T4T library. It does not look like there are T4T functions implemented in the Adafruit Shield driver in the SDK, but the chip should support this.

Related