Если ваш вопрос не влез ни в одну из вышеперечисленных тем, вам сюда.
Ответить

Hi. I need connection MFRC522 and Mifare DESFire EV1 with py

Вс авг 20, 2017 20:19:15

# python

>>>

>>>import OPi.GPIO as GPIO

>>>import MFRC522

>>>r = MFRC522.MFRC522()

>>>

while True:

print r.MFRC522_Request(r.PICC_REQIDL)



Result:

(2, 0)

(2, 0)

.... no good data with Mifare DESFire EV1



source code https://github.com/BiTinerary/OrangePiZeroMFRC522



with Mifare Classic data is good:

(0, 16)


Нужна помощь, друзья
Go to the top of the page
Ответить