Sararagab / Security-alarm

This project is how to make a security alarm at home. When someone walks by the motion detector the buzzer will ring an alarm unit the system is turned off.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Security Alarm

Selfbuilt home security alarm, which will detect any motion that passes by. This is made with Python and Raspberry Pi.

Getting Started

Install Pycharm from here

pip install python

sudo apt-get install rpi.gpio

How to run

  • In Pycharm by clicking on the arrow run or running Crontab crontab -e

  • @reboot python /path/to/motion.py

Requerments

  • Raspberry pi
  • Breadboard
  • Female - Male Cables
  • Led lights
  • Python version > 3
  • Pycharm

About

This project is how to make a security alarm at home. When someone walks by the motion detector the buzzer will ring an alarm unit the system is turned off.


Languages

Language:Python 100.0%