Tuesday, March 19, 2024

3 – Step Authentication With Face Recognition Smart Lock For Car

Ashhwini Kumar Sinha

- Advertisement -

At some point, we all must have have come across news of car theft, be it in the television/newspaper or in the neighborhood. It might have occurred with some of us as well. Despite installing hi-tech security devices, thieves somehow manage to find ways to get access to your car and steal it. So, I have decided to make a prototype of a security system for automobiles which is highly efficient and fool-proof. You can also implement this security system for banks, lockers and homes where you will be protected from unauthorized access.

How it works?

  1. Connect the smart lock of your car using Bluetooth.
  2. Then enter the password of your car.  
  3. After that, a camera captures a small video of you in order to recognize your face. 
  4. Then it asks for your fingerprint. If correct, you’ll be able to access your car, otherwise it will turn off the ignition of the car and send an alert message to its owner.

What we are going to build?

For making a 3-step car authentication smart lock, we will build a face recognition system and a biometric password so that only the authorized person gets access to the car.

Bill of materials

- Advertisement -

Coding

We will write an Arduino code that will enable communication between our Android app and  Raspberry Pi and will thus check the lock authentication. To do so, first create variables that store the password, face detected value (1 for true and 0 for false) and pin number of the relay that controls ignition of our car. Next, we create a setup function for setting the baud rate for Bluetooth communication. Here we have used the baud rate = 9600 (default). (Refer Fig 1, Fig 2).

Fig 1. Arduino code
Fig 2. Arduino code setup function.

Now, we create a loop function for cross-checking the password that has been entered into the app with the one written in our code. If both the passwords match, then it will call another function called “check”. The check function will basically ask Raspberry Pi for the face recognition output. (Refer Fig 3, 4) 

Fig 3. Loop function
Fig 4. Check function

Now we have done with our Arduino coding. Next, open the Raspberry Pi desktop window and write a Python script for face recognition.

For Face recognition:

Install dlib, pillow, cv2 and face_recognition Python modules into your Raspberry Pi. Follow the process of installation as per the instructions given in PyPl library index.

After completing the installation process, open the Python IDE and begin writing the Python script for face recognition. Make sure to include all the required modules such as face_recognition, gpiozero, cv2, numpy.

After that, paste the images of all the people who have been approved to drive your car (where you have written the script). Make sure to write the image names into the code. (Refer Fig 5.)

Fig 5. Face recognition

Now download the code and run on Raspberry Pi for face detection.

 

Making the app 

Now open Kodular (go to www.kodular.io) and sign in. To make the UI of the app, add below given virtual components. (Refer Fig 6.)

  • 4 Text_Boxes
  • 1 Bluetooth_Client (select Connectivity -> Bluetooth Client)
  • 1 List_Picker (select User Interface->List Picker)
  • 1 Texting (select Social ->Texting)
  • 1 Clock (select Sensors->Clock)
Fig 6.UI creation

Now click on Texting and enter the phone number with the desired text message. (Refer Fig 7.)

Fig 7. Texting settings.

Programming the app

For programming, go to Blocks and join the code blocks as shown. (Refer Fig 8.)

Fig 8. Code blocks.

And finally, export the APK to your computer and then install it into your Android phone. The final app will appear like this. (Refer Fig 9.)

Fig.9. Final App

Download Code

Connection

Connect the components as follows:

Arduino RX——————-HC 05 TX

Arduino TX——————-HC 05 RX

Arduino 5v ——————-HC 05 VCC

Arduino GND—————-GND

Arduino A0——————–Raspberry GPIO Face pin Out

Arduino Pin 13—————Relay

Fig 10. Circuit Diagram.

Testing the app

To test our prototype, open the app and turn on the Bluetooth of your phone. If app asks for access to text messages, then allow that. Now power the Raspberry Pi and run the carface.py script. When this script runs, the camera detects your face and opens it in a new window. If the camera detects the correct face, it will then send a verification signal to Arduino. (Refer Fig 11.)

Fig 11. Recognition of face.

Next, connect the car with the app by tapping on the car icon.

Now, select Bluetooth HC 05 and after successful connection, enter the password and your fingerprint by tapping the fingerprint icon. If Arduino detects all process to be correct, then it triggers the relay which then sets the car ignition to ON. If incorrect password/ fingerprint/ face is detected, then the car ignition is set OFF and the app sends an alert message to the owner to inform about the unauthorised access. (Refer Fig 12,13,14)

Fig.9. Final App

Fig 15. Message sent due to authentication failure

 

11 COMMENTS

SHARE YOUR THOUGHTS & COMMENTS

Electronics News

Truly Innovative Tech

MOst Popular Videos

Electronics Components

Calculators