This project demonstrates a smart electronic door lock system using RFID technology and Arduino. Only authorized RFID tags can unlock the door, ensuring secure access control.
- Allows access only to predefined RFID cards
- Uses servo motor to simulate door lock/unlock
- Displays access status on Serial Monitor
- Easy to modify for real-world door systems
- Arduino UNO
- RC522 RFID Reader Module
- Servo Motor
- RFID Tags
- Jumper wires
- Scan an RFID tag.
- If the tag is authorized, the servo rotates to unlock.
- If unauthorized, access is denied.
The Arduino sketch rfid_lock.ino includes:
- RFID tag validation
- Servo control logic
- Easy list of authorized tag UIDs
Available in circuit_diagram/rfid_wiring.png
Connect RC522 via SPI interface.
Coming soon: add system_demo.jpg in /images
Sai Rathan Gangishetty