Bao Doan
Bao Doan

Reputation: 87

Mifare Ultralight C write for Arduino UNO with NFC shield from SeeedStudio?

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.

Upvotes: 1

Views: 1798

Answers (1)

pizzaani
pizzaani

Reputation: 332

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.

Upvotes: 2

Related Questions