Skip to content

Jojo-Rod/Smart_Door_Lock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

RFID Door Access Control System

Demonstration:

Click on the link --> #3 (comment)

Components Used:

  • MFRC522 RFID module
  • LiquidCrystal I2C display (for user feedback)
  • Buzzer (for alerting unauthorized access attempts)

Operation:

  1. When a card is scanned, the system reads the card's Unique Identifier (UID).
  2. The UID is compared against an authorized card ID.
  3. If the scanned card is authorized, the relay is activated to unlock the door for a set duration.
  4. If the scanned card is not authorized, a buzzer is activated to indicate denial of access.
  5. User feedback, including status messages and access granted/denied notifications, is displayed on the LiquidCrystal I2C display.

Key Features:

  • Secure door access control using RFID technology
  • Visual feedback through the LCD display
  • Audible alert for unauthorized access attempts

Future Scope & Improvements:

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

About

Smart RFID Door Lock System using Arduino Uno

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages