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
Library currently supports NTAG* tags, and hopefully other 4-byte page tags (Mifare Ultralight), but it currently does not support Mifare Classic tags, which have 16-byte blocks.
The text was updated successfully, but these errors were encountered:
Do you have any plan to work on Mifare Classic tags?
I have some NFC tags(ISO14443A), and door access card and bus card (I don't know the protocol and type), all tags uid can be detected. However, I'd like to write some data into NFC tags, but nothing is response.
Looks like this repository(https://github.com/tessel/rfid-pn532) can surrport Mifare Classic block read/write. However, its hardware is more specified to Tessel.
I have plans to support Mifare Classic tags, but not in the immediate future. I think I ran into issues getting the authentication working. I started support for this, but couldn't get it to work at the time. I actually used the tessel library (along with a few others) when I was trying to understand the data flow. I even had an issue open with them about merging our efforts a while back.
PRs are always welcome. Feel free to compare my authenticateBlock, readBlock, readNdefData, writeBlock, and writeNdefData and compare to (tessel's)[https://github.com/tessel/rfid-pn532/blob/master/index.js#L530-L643]
Library currently supports NTAG* tags, and hopefully other 4-byte page tags (Mifare Ultralight), but it currently does not support Mifare Classic tags, which have 16-byte blocks.
The text was updated successfully, but these errors were encountered: