Click on the link --> #3 (comment)
- MFRC522 RFID module
- LiquidCrystal I2C display (for user feedback)
- Buzzer (for alerting unauthorized access attempts)
- When a card is scanned, the system reads the card's Unique Identifier (UID).
- The UID is compared against an authorized card ID.
- If the scanned card is authorized, the relay is activated to unlock the door for a set duration.
- If the scanned card is not authorized, a buzzer is activated to indicate denial of access.
- User feedback, including status messages and access granted/denied notifications, is displayed on the LiquidCrystal I2C display.
- Secure door access control using RFID technology
- Visual feedback through the LCD display
- Audible alert for unauthorized access attempts
This project provides a basic framework for implementing a door access control system using Arduino and RFID technology. It can be extended and customized based on specific requirements and additional features desired.
Contributors:
[Johanna Rodrigues] - Developer