Hi there
I bought one of these: http://arduinotech.dk/shop/rfid-rc522-readerwriter-til-arduino/ which comes with a blue key fob and a white card. I'm able to read the key fob with the DumpInfo example, but not the white card.
I'm using an Arduino Micro (official) 3.3V. Lines are connected to the appropriate MOSI/MISO, RST, SCK, GND, VCC pins on the Arduino, and SS is connected on pin 10.
I use this library: GitHub - miguelbalboa/rfid: Arduino RFID Library for MFRC522
Anyone experience this kind of issue?
If I read the white card using TagInfo on my Android, it returns ATQA=0x0400, SAK=0x08 which is a Mifare classic (1K?) type protocol. The key fob also returns 0x0400 and 0x08 in TagInfo
I'm not able to read Mifare 4K cards either (ATQA=0x0200, SAK=0x18).
Any ideas?
Thanks for reading