Description
๐ฆ RC522 RFID Tag Details:
The RC522 itself is a reader module, but the term “RC522 RFID tag” usually refers to the 13.56 MHz passive RFID tags (cards, fobs, etc.) that are compatible with the RC522 module.
| Feature | Details |
|---|---|
| Type | Passive RFID tag |
| Frequency | 13.56 MHz |
| Standard | ISO/IEC 14443A |
| Memory | 1 KB (MIFARE Classic 1K) |
| UID (Unique ID) | 4 or 7 bytes (read-only) |
| Range | ~2โ5 cm with RC522 |
| Common Forms | Card, key fob, sticker |
| Compatibility | Works with Arduino, ESP32, Raspberry Pi, etc. |
๐ Communication With RC522 Module
The RC522 module uses SPI to communicate with microcontrollers.
Libraries like MFRC522.h (Arduino) can read/write data to the tag.
๐งช Example Use Case
Scan RFID card
Match UID
Unlock door / Log attendance / Trigger action






Reviews
There are no reviews yet.