Access Control System for Raspberry Pi:
RFID Keycard system with user logging using a LAMP server on Raspberry Pi.
- Administrator uses Web UI to create database fields to hold necessary information.
- Administrator uses Web UI to issue keycards to users.
- Adds user information into fields added in step 1.
- Declares times users are allowed to enter access-controlled area.
- Scans user keycard to assign keycard to user.
- User scans keycard at scan station.
- Database is checked for userID
- If user is verified: 1. Database is checked for allowed times 2. If within allowed times, user is granted access, database is updated with user status: 3. If not within allowed times, user is denied access and log of failed access is created.
- If user is not verified: 1. User is not granted access. 2. Log of failed access is created.