-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Chinese_RFID RC522
horrordash edited this page Dec 19, 2019
·
6 revisions
AliExpress (also eBay, Amazon) sells many very cheap (under 2$) boards named like "RFID module RC522 Kits S50 13.56 Mhz 6cm With Tags SPI Write & Read for arduno uno 2560".
Some of the boards appears to have a clone chip labeled (in my case)
RC522
12 02
TXD6080
NXP
The chip may also be identified by Version code obtained with reading VersionReg (37h register). The result is 12h
The chip appears to be crippled and not fully functional.
- VersionReg returns 12h, it's a clone, so ok
- Self-test returns zeroes
- Can't change UART speed (SerialSpeedReg)
- Can't change transmission data rate (TxModeReg) if tag present
- The SoftReset command does not reset the device, registers affected only. Hardware reset is working correctly.