Schlagwort: Door Lock

  • Three-factor authentication is the new two-factor authentication

    Three-factor authentication is the new two-factor authentication

    Reading Time: 3 minutes

    Two-factor authentication continues to provide our online selves with more security for our email and online banking. Meanwhile, in the physical world, protecting our valuables is now all about three-factor authentication.

    A GIF of a thumbprint being scanned for authentication - three-factor authentication

    Not sure what I mean? Here’s a video from Switched On Network that demonstrates how to use a Raspberry Pi to build a three-factor door lock comprised of an RFID keyring, 6-digit passcode, and one-time access code sent to your mobile phone.

    Note that this is a fairly long video, so feel free to skip it for now and read my rather snazzy tl;dr. You can come back to the video later, with a cup of tea and 20 minutes to spare. It’ll be worth it, I promise.

    Build a Raspberry Pi Smart Door Lock Security System with Three Factor Authentication!

    https://amzn.to/2A98EaZ (UK) / https://amzn.to/2LDlxyc (US) – Get a free audiobook with a 30-day trial of Audible from Amazon! Build the ultimate door lock system, effectively turning your office or bedroom into a high-security vault!

    The tl;dr of three-factor door locks by Alex Bate

    To build Switched On Network’s three-factor door lock, you need to source a Raspberry Pi 3, a USB RFID reader and fob, a touchscreen, a electronic door strike, and a relay switch. You also need a few other extras, such as a power supply and a glue gun.

    A screenshot from the three-factor authentication video of a glue gun

    Once you’ve installed the appropriate drivers (if necessary) for your screen, and rotated the display by 90 degrees, you can skip ahead a few steps by installing the Python script from Switched On Network’s GitHub repo! Cheers!

    A screenshot from the three-factor authentication video of the screen attached to the Pi in portrait mode

    Then for the physical build: you need to attach the door strike, leads, and whatnot to the Pi — and all that together to the door and door frame. Again, I won’t go into the details, since that’s where the video excels.

    A screenshot from the video of the components of the three-factor authentication door lock

    The end result is a superior door lock that requires you to remember both your keys and your phone in order to open it. And while we’d never suggest using this tech to secure your house from the outside, it’s a perfect setup for inside doors to offices or basement lairs.

    A GIF of Dexter from Dexter's Laboratory

    Everyone should have a lair.

    Now go watch the video!

    Website: LINK

  • Build an Arduino Mega fingerprint door lock

    Build an Arduino Mega fingerprint door lock

    Reading Time: 2 minutes

    Build an Arduino Mega fingerprint door lock

    Arduino TeamSeptember 13th, 2018

    If you don’t want to carry keycard or memorize a passcode, this build from Electronoobs might be just the thing. 

    The system uses a fingerprint reader to check to see if you have access, and if approved, the device’s Arduino Mega unlocks the theoretical door using a micro servo motor. Three push buttons and a 16×2 LCD screen complete the user interface, and allow more authorized fingers to be added with the main person/finger’s permission.

    While you might question the security gained by a hobby servo, the video notes that this could trigger any sort of security device, perhaps via a relay or electromagnetic coil lock. Besides security, the build gives a good introduction to Arduino fingerprint scanning, as well as the use of an SD card for data logging functions.

    [youtube https://www.youtube.com/watch?v=-Xq6hQUJ4Fk?feature=oembed&w=500&h=281]

    Website: LINK