ESP32 Password Access System Built With ACEBOTT Smart Home Kit

by Aula Jazmati in Teachers > 4

19 Views, 0 Favorites, 0 Comments

ESP32 Password Access System Built With ACEBOTT Smart Home Kit

photo_٢٠٢٦-٠٣-٠٦_١٥-٤١-٥٧.jpg

This project demonstrates how to build a password‑based access control system using the ACEBOTT QE024 ESP32 Smart Home Education Kit (Level 2). The system uses a capacitive touch keypad to enter a password, which is processed by the ESP32 controller. If the password is correct, the door lock opens. If the password is incorrect, an alarm is triggered.

This tutorial is ideal for students, makers, and STEM educators who want to explore smart‑home security concepts using modular and beginner‑friendly hardware

Supplies

photo_٢٠٢٦-٠٣-٠٦_١٥-٤١-٥٦.jpg
  1. ACEBOTT QE024 Smart Home Education Kit (Level 2)
  2. ESP32 mainboard (included in the kit)
  3. Touch keypad module
  4. Servo motor / smart lock
  5. Buzzer module
  6. Jumper wires
  7. USB cable
  8. Optional: LCD display

🛠️ How the System Works

Screenshot 2026-03-06 at 15-08-28 Smart Home Edu Kit Blockly Code Level 2.pdf.png

User enters password on the touch keypad

ESP32 compares the input with the stored password

Correct password → servo unlocks

Wrong password → buzzer alarm

Assembly and Wiring the Components

Screenshot 2026-03-07 at 00-12-56 Assemble documentation-Level 2.pdf.png
Screenshot 2026-03-06 at 14-39-49 Assemble documentation-Level 2.pdf.png
Screenshot 2026-03-07 at 00-13-13 Assemble documentation-Level 2.pdf.png
Screenshot 2026-03-07 at 00-14-10 Assemble documentation-Level 2.pdf.png
Screenshot 2026-03-07 at 00-14-20 Assemble documentation-Level 2.pdf.png
Screenshot 2026-03-07 at 00-14-35 Assemble documentation-Level 2.pdf.png
Screenshot 2026-03-07 at 00-14-52 Assemble documentation-Level 2.pdf.png
Screenshot 2026-03-07 at 00-15-09 Assemble documentation-Level 2.pdf.png
Screenshot 2026-03-06 at 14-38-29 Assemble documentation-Level 2.pdf.png
Screenshot 2026-03-07 at 00-15-22 Assemble documentation-Level 2.pdf.png
23478].PNG
Screenshot 2026-03-06 at 14-38-43 Assemble documentation-Level 2.pdf.png
photo_٢٠٢٦-٠٢-١٣_١١-٣٥-١٧.jpg
photo_٢٠٢٦-٠٢-١٣_١١-٣٥-٤٩.jpg

All mechanical parts are laser‑cut acrylic and fit together without screws. Follow the kit’s official Assemble documentation – Level 2 for detailed visuals.

Connect the touch keypad to the ESP32 board using jumper wires. Connect the servo motor to the output pin. Attach the buzzer to another output pin. Make sure all connections are secure.

Programming the ESP32

code.PNG

Demo Videos

ESP32 Password Access System Using ACEBOTT Smart Home Kit (Touch Keypad Door Lock) #esp32 #coding
ESP32 Password Access System Built with ACEBOTT Smart Home Kit #esp32 #coding #robot #stem

Here are two short demo videos showing the system in action:



Conclusion

This project shows how the ACEBOTT ESP32 Smart Home Kit can be used to build a functional and educational access‑control system. It’s a great introduction to smart‑home security, embedded programming, and modular electronics.