You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see there's a function PCD_NTAG216_AUTH(byte *passWord, byte pACK[]) in the MFRC522v2.cpp file, which should allow to access a protected memory area by sending a PWD_AUTH command to the tag.
In the older version of the library, there's an example which states that the NTAG213,215,216 tags are supported upon setting the right memory addresses to access, but both in the older and current version, the cpp file states that there's only support for NTAG216.
Has anyone been able to use the old or new library to authenticate to a NTAG213?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I see there's a function
PCD_NTAG216_AUTH(byte *passWord, byte pACK[])
in the MFRC522v2.cpp file, which should allow to access a protected memory area by sending a PWD_AUTH command to the tag.In the older version of the library, there's an example which states that the NTAG213,215,216 tags are supported upon setting the right memory addresses to access, but both in the older and current version, the cpp file states that there's only support for NTAG216.
Has anyone been able to use the old or new library to authenticate to a NTAG213?
Beta Was this translation helpful? Give feedback.
All reactions