Baxter Fricks
Published © GPL3+

Security System with Mobile Phone Alerts

An economical and easily installed security system that will alert the owner via mobile phone of anyone accessing an area through a door.

IntermediateFull instructions provided5 hours5,733
Security System with Mobile Phone Alerts

Things used in this project

Story

Read more

Schematics

Wiring Diagram

Plug the camera module nylon strip into the respective sized slot on the Raspberry Pi. Plug the Raspberry Pi into the wall

Code

Code

Python
sudo apt-get install rpi-update
sudo apt-get dist upgrade -y 
sudo apt-get update
sudo apt-get upgrade y
sudo apt-get autoremove
sudo reboot
sudo apt-get update
sudo apt-get install -y curl
cd ~
git clone https://github.com/andreafabrizi/Dropbox-Uploader.git
cd Dropbox-Uploader
chmod a+x dropbox_uploader.sh
sudo cp dropbox_uploader.sh /usr/local/bin/dropbox_uploader
dropbox_uploader
dropbox_uploader upload
chmod a+r ~/.dropbox_uploader  
dropbox_uploader upload README.md username_project/"
sudo nano /etc/modules 
sudo reboot
sudo apt-get update
sudo apt-get install -y motion
sudo mkdir /var/lib/motion
sudo chown motion:motion /var/lib/motion
sudo nano /etc/motion/motion.conf
sudo nano /etc/default/motion
sudo systemctl enable motion

Credits

Baxter Fricks

Baxter Fricks

1 project • 0 followers
UNC Charlotte Mechanical Engineering
Thanks to Raspberry Pi Learning Resources and Austin Handy.

Comments