Hello, and welcome to my latest project! In this showcase I will be displaying the safe with an Arduino Uno! This project includes a 6 digit password (123142), that must be entered if you want to unlock the safe.
ButtonsThere are 4 buttons to submit characters(1, 2, 3, or 4), an enter button, and a clear screen/lock button. When the safe is unlocked, it will remain unlocked until the button to lock it is pressed. Above are two pictures - the inside, and the outside. The Arduino reads if the button is being pressed or not, and if they are, it displays the corresponding number, and stores that value. When the enter button is pressed, the code that was typed is submitted, and it will unlock if it is correct. If the clear button is clicked, the values will be reset.
The ServoThe locking mechanism is simple - a servo motor is mounted to the shoebox, and a slit is cut in the shoebox and the door flap. When in the locked position, the motor is turned in between the openings, making it not possible to open.
Above is a photo of the servo in the unlocked position. This allows the shoebox to open and close with ease. When it is turned 90° and the door is shut, it isn't possible to open. When the door is unlocked and you click the clear button, the safe returns to being locked. Below is a YouTube demonstration, as well as an Instructable page demonstrating how to build it.
Instructable - http://www.instructables.com/id/Electronic-Safe-With-Arduino/
Comments