We set out to create an alarm system for motion detection. Not only is it extremely practical but it is also very useful for anyone who wants to create a safe and secure space for their family. This project has not only a single use, but promises to make the lives of several people easier (e.g. a blind person can be warned when an obstacle arises in front of him).
What does the project do:- Detects motion
- Starts an alarm in case of detection
- Email notfication
- You can shut down the alarm by using Voice Recognition or by pressing the button
- Install pigpio
- Install SiriControl-System
-> git clone https://github.com/thesanjeetc/SiriControl-System
- Email Configurationfor Voice Control
-> https://www.instructables.com/id/SiriControl-Add-Siri-Voice-Control-to-Any-Raspberr/
- Add a new module in the modules folder from SiriControl-System(code inAttachments )
- Fill both the email and password fields in the mainfile and also in the SiriControl-System
- Copy-paste the main code in a file with extension.py
- Run the code:python3 nameOfTheFile.py
- Run the SiriControl-System: python siricontrol.py ( SiriControl-System folder)
- Detects Motion
- Email notification
- Voice Control
Comments