Introduction: Make a Safe Zone for Android/IOS/WIN10 Devices to Stay Unlocked

About: Passionate about electronics parts and tutorials. We're your go-to source for high-quality components and expert guidance. Join us on our journey of exploration and innovation in the world of electronics.

In this article, We want to make a cool gadget that can make a safe zone for your devices to be unlocked. At the end of this project you:

Will learn how to use a fingerprint sensor.

Will learn how to pair your devices with your safe zone gadget.

Will make a cool gadget called Safe Zone.

Step 1: Make a Safe Zone for Android/IOS/WIN10 Devices to Stay Unlocked

Data Banks Security

A hard disk drive (HDD), hard disk, hard drive, or fixed disk, is an electromechanical data storage device that uses magnetic storage to store and retrieve digital information using one or more rigid rapidly rotating disks (platters) coated with magnetic material. The platters are paired with magnetic heads, usually arranged on a moving actuator arm, which read and write data to the platter surfaces. Data is accessed in a random-access manner, meaning that individual blocks of data can be stored or retrieved in any order and not only sequentially. HDDs are a type of non-volatile storage, retaining stored data even when powered off.
Flash memory is an electronic (solid-state) non-volatile computer storage medium that can be electrically erased and reprogrammed. Toshiba developed flash memory from EEPROM (electrically erasable programmable read-only memory) in the early 1980s and introduced it to the market in 1984. The two main types of flash memory are named after the NAND and NOR logic gates. The individual flash memory cells exhibit internal characteristics similar to those of the corresponding gates. While EEPROMs had to be completely erased before being rewritten, NAND-type flash memory may be written and read in blocks (or pages) which are generally much smaller than the entire device. NOR-type flash allows a single machine word (byte) to be written – to an erased location – or read independently. If you use hard drives or flash memories to store your data and no security layer is added to them, this project is very useful for you.

R301T Fingerprint Module

A fingerprint in its narrow sense is an impression left by the friction ridges of a human finger. The recovery of fingerprints from a crime scene is an important method of forensic science. Fingerprints are easily deposited on suitable surfaces (such as glass or metal or polished stone) by the natural secretions of sweat from the eccrine glands that are present in epidermal ridges. These are sometimes referred to as “Chanced Impressions”. In a wider use of the term, fingerprints are the traces of an impression from the friction ridges of any part of a human or other primate hand. A print from the sole of the foot can also leave an impression of friction ridges. In this project, we use R301T sensor module that makes a serial communication with a controller such as Arduino to exchange data. Let’s do it!

Step 2: Required Materials

Step 3: Circuit

Step 4: Code

You must add the fingerprint sensor’s library and then upload the code. If it is the first time you are using an Arduino board, don’t worry, just follow these steps:

1. Go to www.arduino.cc/en/Main/Software and download the Arduino software compatible your OS. Install the IDE software as instructed.

2. Run the Arduino IDE and clear the text editor and copy the following code in the text editor.

3. Choose the board in tools and boards, select your Arduino Board.

4. Connect the Arduino to your PC and set the COM port in tools and port.

5. Press the Upload (Arrow sign) button.

6. You are all set!

Necessary Files and Downloads:

Step 5: Assembling

First, You should pair the Bluetooth module with your device. To pair with Win10, Go to settings and search sign-in options and enable dynamic lock and pair your BT module from there. For Android smartphones, Go to Settings > Display section > Lock screen then Enable Smart Lock from there and pair with BT. For IOS, Go to Settings, enter Touch ID and Passcode and make it from there.

If your devices do not pair automatically, you can use this trick. When you try to pair for the first time, Send a character to the device.

Step 6: What’s Next?

You can improve this project as you wish. Here are a few suggestions:

Try to make you gadget sensitive to a specific location.

Try to make same limited access for other users.