RFID badge-based access management system with pass logging, timestamped log, and UID-based authorization control.
This project uses an Arduino Uno paired with an MFRC522 RFID reader to create a badge-based access control system. Each badge has a unique identifier (UID); the system compares this UID against a whitelist stored in EEPROM to grant or deny access.
Each pass is timestamped and logged, allowing the full access history to be reviewed via the serial monitor or a log file.