Door Lock System

Are you looking to build your own secure, programmable locking system? This project is perfect for learning about electronics, Arduino programming, and creating something practical for everyday use. With this DIY safe-locking mechanism, you can use a 4-digit pin to control a servo motor that locks or unlocks your safe. It's simple to set up, fun to build, and a great way to learn the hardware basics.
Supplies








Assemble the Circuit

Connect the LCD Display
- RS to pin 12
- Enable to pin 11
- D4 to pin 10
- D5 to pin 9
- D6 to pin 8
- D7 to pin 7
Connect the Keypad
- Rows to pins 5,4,3,2
- Columns to pins A3, A2, A1, A0
Attach to Servo Monitor
- Control pin to pin 6
- Power (VCC) and Ground (GND) to the Arduino
Power the Arduino
- Connect via USB to a computer
Code
Downloads
Test the System
Startup Screen: Upon powering the Arduino, the LCD will display a welcome message and initialize the system.
Locking and Unlocking:
- Enter a 4-digit PIN on the keypad
- If the PIN matches the saved code, the servo motor will rotate to unlock
- If the PIN is incorrect, the LCD will show an "Access Denied!" message
Changing the Code:
- After unlocking, you can press 'A' to set a new 4-digit PIN
- Confirm the code by re-entering it, and the system will save it
Troubleshooting:
- If the LCD does not light up, check its power and connections
- If the servo does not move, ensure it's connected to PIN 6 and properly powered
Customize
Enhancements
- Add a buzzer to provide audio feedback for correct/incorrect PIN entries
- Use LEDs to indicate lock (red) or unlock (green) states
- Replace the keypad with a fingerprint scanner for added security
Final Notes
Congratulations! You've finally built a fully functional safe-locking mechanism powered by an Arduino. This project not only secures your valuables but also gives you a hands-on experience with programming, wiring, and hardware.
Credit:
https://projecthub.arduino.cc/jayesh_nawani/door-lock-system-with-arduino-54d18a