Altium Designer library for the NXP MFRC522 13.56 MHz RFID reader IC (commonly called RC522). Schematic symbol, PCB footprint, Library Package, compiled Integrated Library, and 3D models (STEP / SolidWorks).
MFRC522-Altium-Library/
├── Footprint/
│ ├── History/ # Altium auto-generated library history
│ └── Project Outputs for RFID/
│ ├── RFID.IntLib # Compiled Integrated Library (ready to install)
│ ├── RFID.LibPkg # Altium Library Package (source project)
│ ├── RFID_RC552.PcbLib # PCB footprint library
│ └── RFID_RC552.SchLib # Schematic symbol library
├── My design/
│ ├── Part1.SLDPRT
│ ├── Part1.STEP
│ ├── Part2.SLDPRT
│ └── Part2.STEP # 3D sources / STEP exports for the footprint
└── RC522_datasheet.pdf
A — Use the compiled Integrated Library (fastest)
- View → Panels → Components → Installed → Install From File
- Select
RFID.IntLib - Place → Component, search for MFRC522 / RC522
B — Build from the Library Package (recommended for edits)
- Open
RFID.LibPkgin Altium - Review symbol ↔ footprint links and parameters
- Right-click the library project → Compile Integrated Library to regenerate
.IntLib
C — Raw libraries
Add RFID_RC552.SchLib and RFID_RC552.PcbLib to your project (or install via the Components panel).
MIT — see anjanamb.github.io for more projects.