RFID RC522 Project info

Couldn’t find any/related topics on projects using the RC522 module, so I thought I would drop a couple links and projects to get people started if interested in using this module:

The RFID module:

  • (EBAY UK VERSION)

https://www.ebay.co.uk/itm/RFID-Module-RC522-Kit-13-56MHz-S50-Card-Key-Fob-SPI-Read-Write-for-Arduino/183689079212?ssPageName=STRK%3AMEBIDX%3AIT&var=691220665924&_trksid=p2057872.m2748.l2649

  • (EBAY US VERSION)

https://www.ebay.com/itm/13-56-Mhz-RFID-RC522-Proximity-Modul-Reader-IC-Karte-S50-Kit-Set-ID-Key-Tag-US/172421513335?epid=1582177812&hash=item28251f8077:m:mrhXfet47IUcaY6B1hH4ZCw

The Arduino library for the RC522:

This library has many different pre-written code/functions for 13.56Mhz tags (shown in image)

Projects:

Feel free to add any more info/projects or correct any mistakes in this.

5 Likes

Different module, but I used an old SM130 module I had from a project a while ago and used that with UID validation to have an Arduino output a password. Can’t imagine this would be too hard to whip up for this one

2 Likes

Sorry for raising this topic from the dead but did you ever try an x-series with the rc522? How well did it read?

They do read OK but I will die on the hill to say go with a pn532 every time. Ideally the ones from electrohouse but even clones work better than most rc522’s

Thanks, I will finish my current code and then see about switching over to a PN532.