An Arduino-based smart gate system that uses RFID to allow access only to authorized users.
- RFID authentication with MFRC522
- Servo motor to open/close gate
- Logs card UID via serial monitor
- Rejects unauthorized users
- Easy to modify UID and gate settings
- Arduino Uno
- MFRC522 RFID Module
- Servo Motor
- Jumper Wires
- Breadboard
- RFID reader scans for new cards.
- When a card is detected, its UID is compared.
- If matched, gate opens for 5 seconds.
- If not, an alert can be triggered (buzzer/LED).
- Gate closes automatically after delay.
- Wire the RFID reader (using SPI) and servo to Arduino.
- Upload
.inocode using Arduino IDE. - Update
authorizedCard[]array with your RFID tagβs UID. - Open Serial Monitor to see logs.
MIT License β feel free to reuse and build on it!
