Smartphone Connected Home Door Lock

About

In this project, we show you how to make a smartphone-controlled, internet-connected deadbolt actuator powered by a Raspberry Pi that can be added onto your existing door lock without any modifications to the door. The door lock can be controlled by multiple smartphones, and even notify you whenever someone locks/unlocks the door. All of this is done using a simple, drag-and-drop app builder which makes building your own Internet of Things (IoT) app easier than ever. For an extra impressive door lock, we'll also show you how to add a simple LED light to indicate if the door is locked, and a push-button to operate the lock manually.smartphone connected home door lock

To drive the deadbolt on the door lock, we used a high torque, metal gear servo. Tower Pro makes a cheap one called the MG996R which you can find on eBay for about $5.00. With 8kg/cm of torque at 5v, it should have more than enough power for your particular application.

Enclosure

To hold the servo in place, we created a small 3d printed enclosure. The housing mounts on top of the door lock with some 3M outdoor mounting tape, and a deadbolt adapter piece attaches to the large two sided servo horn that comes with the MG996R. We used some Gorilla glue to make sure the adapter had a strong bond to the servo horn.

All of the 3D printed parts for our project can be found on our website. If you don’t have a 3D printer, you can usually find one at a local library or school. If they do not have a 3D printer, there are also many websites online that can print the files for you. We also created some schematics for wooden MDF parts as an alternative

Attaching the Servo

The servo body was attached to the door lock housing with four M3 bolts and nuts, we made sure to keep the servo flanges on the inside of the housing so that most of the body was outside of the door lock. Make sure to orient the servo so that its pivot point is in the center of the housing. Some force had to be applied to squeeze the servo wires through.

Features

A couple extra features were added including an LED light to indicate lock status and a push button to open/close the lock manually. A 470 ohm resistor was wired in series with a red led and 1k/10k ohm resistors were wired in parallel with one of the pins on our switch. We used a few small jumper wires so that they could fit through the small gap in the door lock housing.

We attached the components to the slots in the housing. To hold them in place, we used some glue and let them sit overnight to dry. For extra support, you can also use some electrical tape to back the components.

Raspberry Pi as Controller

A Raspberry Pi was used to control the door lock. We used a Raspberry Pi 3 since it has onboard WiFi capabilities. However, any Raspberry Pi with a WiFi dongle should work with our code. We plugged in the components to their respective pins on the pinout diagram. We used a small screwdriver to switch the brown ground wire and red power wire on the servo connector so that we could attach it directly to the Raspberry Pi.schematic smartphone connected home door lock

Blynk

We used an IoT app called Blynk for this project. Blynk easily allows you to connect to a single chip board like the Raspberry Pi through their easy-to-use SDK. After downloading the app from the app store, we created a new project for a Raspberry Pi with “Connection Type” WiFi. I created two components in the interface. The first was a button, connected to virtual pin 0, that controls the state of the servo motor. The second was a push notifications component to be alerted when the door state changes. Finally, you’ll want save the Blynk authentication token by clicking on the gear icon in the main menu, then sending it to your email. This token will be used in the next step.

For more detail: Smartphone Connected Home Door Lock


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top