News

Posted in Arduino Hacks, home hacks Tagged arduino, arduino keypad lock, automated door lock, keypad ← Deconstructing Apollo Flight Hardware A Nightmare On CNC Street → ...
// Keypad setup const byte ROWS = 4; const byte COLS = 4; char keys[ROWS][COLS] = { {'1','2','3','A'}, {'4','5','6','B'}, {'7','8','9','C'}, {'*','0','#','D'} }; byte ...
The system auto-locks after 5 seconds, and just in case, [Andrea] has hard-coded in a few safety codes into the firmware to allow him to forcefully open the door — you know, if it malfunctions ...
Digital-keypad-security-door-using-Arduino Objective: Often times, we need to secure a room at our home or office (perhaps a secret dexter ’s laboratory) so that no one can access the room without our ...
The hack is still pretty hardware intensive, but Arduino fans will love this clever hack—especially if you're the type that locks yourself out of your room a lot. It works as you'd expect it to ...
Today, installing a home security system is a critical study in implementing cutting-edge technology to attain this purpose. One of the most useful technologies to allow remote monitoring of various ...