miguelbalboa/rfid

Arduino RFID Library for MFRC522

View on GitHub ↗Jump to charts ↓

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 9 minutes ago
Added to GitGenius on September 22nd, 2026
Created on September 9th, 2012
Open Issues & Pull Requests: 20 (+0)
GitHub issues: Enabled
Number of forks: 1,492
Total Stargazers: 3,037 (+0)
Total Subscribers: 174 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 14.2 days
Mean response time: 78.7 days
90th percentile: 291.6 days
Tracked items: 29

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 8
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,507 days
Stale 30+ days: 7
Stale 90+ days: 7

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • invalid :no_entry_sign: (6)
  • missing_information :clipboard: (5)
  • question :question: (5)
  • hardware :electric_plug: (3)
  • bug :bug: (2)
  • discussion :speech_balloon: (2)
  • duplicate :cartwheeling: (2)
  • help_wanted :syringe: (2)

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

MFRC522 is an Arduino library that enables reading and writing RFID cards using RC522-based reader modules connected via SPI interface.

The library solves the problem of communicating with RFID cards from Arduino microcontrollers. It provides functions to interact with MIFARE Classic cards and compatible variants through the MFRC522 reader chip, handling the low-level SPI protocol and cryptographic communication required for card access. The library also includes utilities for managing chip select pins and performing firmware self-checks on the reader module.

The tool suits hobbyists and embedded systems developers building RFID-based access control, identification, or inventory systems with Arduino boards and RC522 modules. However, potential adopters should be aware that hardware quality varies significantly across suppliers, and the README recommends purchasing multiple devices from different sources to increase the likelihood of receiving functional boards. The library works fully with MIFARE Classic cards in 1k and 4k variants, works partially with MIFARE Ultralight and some other card types, and has limitations with multiple reader modules without additional multiplexing hardware. For advanced development needs, the README directs users toward the RFID_MFRC522v2 library as an alternative.

Development of the library by its original owner has ended and the project is in feature freeze, accepting only bug fixes, typo corrections, and documentation updates. The maintenance status is sporadic, and no extensions for additional boards or new examples are being added. This freeze was implemented to avoid breaking existing projects that depend on the library without documenting their version requirements.