Skip to content

Latest commit

Β 

History

History
54 lines (41 loc) Β· 2.48 KB

File metadata and controls

54 lines (41 loc) Β· 2.48 KB

Microcontroller based DIY Smart Lock

DIY Smart Lock with Arduino and RFID

DIY Smart Lock Arduino Mega 2560 RFID MFRC522 Embedded System

Project intro Components Project structure

Table of Contents

πŸš€ Project intro

In this project, I have used an RFID reader (MFRC522), Arduino microcontroller (Mega 2560), Arduino programming language and other components to create an RFID-based smart lock. This lock is a small version of an automated RFID-based smart lock, an important component of an automated home.

🧩 Components

  • Arduino. I've used a Mega 2560, though any Arduino board or clone will suffice.
  • 3 x 220 ohm resistors
  • 1 x 10k ohm resistor
  • Logic-level N channel MOSFET
  • MFRC522 module with at least two cards
  • Red, blue, and green LEDs
  • 12v Solenoid ($2)
  • 12v power supply
  • Breadboard and hook up wires

πŸ“ Project structure

Microcontroller-based-DIY-Smart-Lock/
β”œβ”€β”€ CSE323_PROJECT/
β”‚   └── CSE323_PROJECT.ino
β”œβ”€β”€ HARDWARE SETUP/
β”œβ”€β”€ LICENSE
└── README.md

πŸ“„ License

This project is licensed under the MIT License. See the LICENSE file for details.