DIY RFID Door Lock | Arduino Nano, Relay, and Solenoid Lock Guide
by Webotricks in Circuits > Arduino
3 Views, 0 Favorites, 0 Comments
DIY RFID Door Lock | Arduino Nano, Relay, and Solenoid Lock Guide
.png)
Hello and welcome back! In this project, we will learn how to make a simple door lock system using RFID technology. This system is mainly built around the Arduino Nano board. For the locking mechanism, I chose a solenoid door lock, known for its reliability and ease of use. This type of lock is ideal for various door types. Previously, I created a similar system using a servo motor to control the lock, which was a more basic approach. In this project, I added a relay module and a solenoid lock for better performance. To indicate the lock state, I used an LCD screen, which shows whether the door is locked or unlocked. Also, a buzzer and an LED are used as indicators.
Additionally, I’ve included two RFID tags with this project, which you can change as needed. These tags allow you to control who can unlock the door. Whether you want to use it for your front door, office, or personal storage area, this system offers a versatile and secure solution. You can download all the codes and the circuit diagram below. If you’re interested in more door lock system projects, check our more projects.
Supplies
Gather and Identify All the Components
Firstly, identify the components.
Assemble the Components
Next, place the Arduino Nano board on the breadboard. Then, position the buzzer and LED on the breadboard, connecting their cathode pins to the ground rail. Additionally, connect a resistor to the anode pin of the LED to limit the current and protect the LED.
Connecting the Components
Thirdly, connect the GND pin of the Arduino Nano board to the ground rail of the breadboard. Next, connect the buzzer and LED to the appropriate pins on the Arduino Nano. You can refer to the circuit diagram below for detailed connections.
You can use jumper wires or a jumper kit for the connections.
Connect the Relay Module and the LCD I2C
Next, place the RFID module on the breadboard, then connect it to the Arduino Nano board. Refer to the circuit diagram above for the correct wiring.
Afterward, connect the relay module and the LCD I2C module to the Arduino Nano board, following the connections shown in the circuit diagram.
Connect the Solenoid Door Lock to the Relay Module
Now, connect the solenoid door lock to the relay module. For this connection, I used the NO (Normally Open) terminal on the relay to ensure the lock remains disengaged until activated. Additionally, I used a 12V DC power supply for the lock. Ensure the power is connected only after uploading the program to the Arduino Nano.
Connect the Arduino Nano Board to Your Computer
Okay, now connect the Arduino Nano board to your computer. First, we will scan the RFID tags. To do this, copy and paste the following program into the Arduino IDE. Make sure to include the necessary libraries and setup code provided below.
Now, select the appropriate board and port in the Arduino IDE. Once selected, click the upload button to transfer the program to the Arduino Nano board.
Next, open the Serial Monitor and bring the RFID tags close to the RFID module. I used two tags for this project, but you can change the number of tags as needed. This means I can access the system using these two tags.
Now, copy and paste these RFID tag IDs to a safe place, as we will need to add them to the main code later.
Upload Code
Next, copy and paste the main code into the Arduino IDE.
Next, include your RFID tag IDs in the main code by pasting them into the appropriate section. Make sure to replace the placeholder IDs in the code with your own to ensure proper functionality.
Afterward, select the correct board and port in the Arduino IDE. Then, click the upload button to upload the main code to the Arduino Nano board.
Testing
Finally, provide a 12V power supply to the solenoid lock. You can now test the system using the RFID tags. Ensure the system is powered up either through a USB cable connected to your computer or a separate 5V DC power supply for the Arduino Nano. Enjoy this project! A full video guide is provided below. We hope to see you in the next project. Have a great day!
Troubleshooting tips
Check all connections.Double-check your tag IDs.Include the library file.Select the correct board and port.Provide a stable power supply to this system.Adjust the contract level using the I2C preset.Not showing the COM port, please include the drivers.