Skip to content

MINEKING987/SimpliSecure

Repository files navigation

SimpliSecure

This project allows users to turn their old android devices into security devices.This works with most devices running android 5 and above.

This can be used in a standalone mode which unfortunately wont work in the dark. But the other version which includes connecting an ESP will work in the dark too!

Try the app here

Check out a Demonstration of the project Here

using the app:

This app currently has two modes. Both solve the same problem of getting a home security device with little to no cost. This project consists of an Android app along with an optional ability to connect with a PIR sensor for working in the dark.

1. standalone Mode

  1. open the app
  2. give requested permissions
  3. select Standalone mode
  4. The service will now have started!
  5. When movement is detected infront of the camera, A photo is captured and sent to Face recognition program to check for faces,if present,image will be saved.
  6. it is Recommonded to use Screen-pinning to increase security
Note: this method is only reliable if there is enough ambient light.

2.ESP-01 mode

  1. open the app
  2. give permissions.
  3. select ESP-01 mode.
  4. Setup the ESp circuit as mentioned below and connect it with the same wifi as the android phone.
  5. This mode should now be working!
  6. it is Recommonded to use Screen-pinning to increase security
Note: This mode's funtionality can be tested by opening the address provided in the info of the app along with the port mentioned Ex: http://192.168.1.15:8888

setting up the ESP circuit

  1. connect the esp-01 to a programmer and connect gpio-0 to ground to start programming mode of ESP
  2. flash the given code to the ESP using the Arduino IDE.
  3. connect the output of a PIR sensor to gpio-0 as shown here
  4. power the ESP and the PIR sensor and connect to it's wifi. The portal page that opens subsequently allows you to give the ESP wifi-credentials to login from the next time.
Note: The ESP requires 3.3v with a minimum of 80 mA for proper functioning.

Finding captured Images

The images captured by the app will be saved in a folder called "SimpliSecure". Just check your Pictures folder for the folder name.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors