문제

I am currently have the problem with writing into NFC Mifare Ultralight C tag from NXP. For the Arduino with given libraries from SeeedStudio or Adafruit. They only give supported examples with Mifare classic standard with blocks/sectors, and does not support Mifare Ultralight C with pages. Do anyone can give me the hint to work with this kind of tag? I want to write the key to the tag for authentication purpose.

도움이 되었습니까?

해결책

I would suggest to follow one of these ways:

  1. You can dig into the datasheet(s) of the Ultralight tags and the NFC controller (PN532?). If you have time - that is a good way to understand the stuff.

  2. Another option is to get the code examples from the project.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top