miguelbalboa / rfid

Arduino RFID Library for MFRC522
The Unlicense
2.77k stars 1.45k forks source link

MIFARE ULTRALIGHT CARD NOT DETECTED #124

Closed eengrhassaan closed 8 years ago

eengrhassaan commented 9 years ago

Hello, I musing MFRC522 with Arduino Mega, I m able to detect MIFARE classic cards and tags but unable to detect the MIFARE ULTRALIGHT CARD and TAGs. Will you please guide me on this. ????? I m able to detect the Ultralight Card from my cell phone

mrStanislav commented 9 years ago

Good evening. I also had this problem. I found one way, instead 3.3volts I connected to 5 volts. its work for me. you can check also. As I remember, the module is tolerant to 5 volts. anyway my module works and reads all cards like Mifare: 1k, mini, ultralight etc..

eengrhassaan commented 9 years ago

but it doesn't support ULTRALIGHT C 3DES Authentication

Rotzbua commented 9 years ago

Only unencrypted communication is supported by this library. DES is not supported by hardware, it has to be implemented in software but nobody done yet. It would be nice if you implement and make a pull request :)