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
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.
- open the app
- give requested permissions
- select Standalone mode
- The service will now have started!
- 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.
- it is Recommonded to use Screen-pinning to increase security
- open the app
- give permissions.
- select ESP-01 mode.
- Setup the ESp circuit as mentioned below and connect it with the same wifi as the android phone.
- This mode should now be working!
- 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
- connect the esp-01 to a programmer and connect gpio-0 to ground to start programming mode of ESP
- flash the given code to the ESP using the Arduino IDE.
- connect the output of a PIR sensor to gpio-0 as shown here
- 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.
The images captured by the app will be saved in a folder called "SimpliSecure". Just check your Pictures folder for the folder name.