PN532 NFC Locking Functions

Adafruit Ethernet, Motor, Proto, Wave, Datalogger, GPS Shields - etc!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
MSISoftware
 
Posts: 1
Joined: Thu Apr 02, 2015 12:29 pm

PN532 NFC Locking Functions

Post by MSISoftware »

I am using the PN532 shield and I can read and write to Mifare Ultralight Tag using the Adafruit_PN532 library (version 2.0) found here https://github.com/adafruit/Adafruit-PN532

There are only three NTAG2xx functions: Read, Write and ntag2xx_WriteNDEFURI.

I added a WritePaylod (based on the MIFARE library) but I am having issues creating a lockPage function.

I have the NTAG213 specifications, but since it's a common needed function I figure Adafruit would have some code on it?

Help!

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: PN532 NFC Locking Functions

Post by adafruit_support_mike »

Our library has limited NDEF support, mostly because a complete implementation would be too big to fit on an Arduino. According to our experts, there are lots of edge cases to test.

I'm afraid what's in the library is all we have.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino Shields from Adafruit”