RaspberryPi-Samples / py-my-key

Access control with RaspberryPi and NFC card reader
ISC License
1 stars 1 forks source link

Read more than just UID #13

Open scls19fr opened 8 years ago

scls19fr commented 8 years ago

We are doing

mifare = nxppy.Mifare()
...
data = mifare.select()

but maybe we can try to read more data

https://github.com/svvitale/nxppy

block10bytes = mifare.read_block(10)
lwalter86 commented 8 years ago

http://pastebin.com/0NbuiXXc