This project utilizes Raspberry Pi for processing and Pi Camera to detect motion. Upon detecting motion, it sends a notification to the user via ntfy.sh. If the user is not on the same network as the Raspberry Pi, notifications are sent over a VPN using a WireGuard tunnel. Both ntfy and WireGuard run within their own separate Docker containers, and everything runs locally.
Go to file
2024-10-19 18:03:29 +05:30
main.py Changed notification output shown @ ntfy.sh 2024-10-19 17:41:51 +05:30
motion_detection.py added main code. 2024-10-18 14:22:24 +05:30
old-setup.sh Moved setup.sh to old-setup.sh since it's no longer needed. 2024-10-19 18:01:45 +05:30
README.md Initial commit. 2024-10-18 14:05:13 +05:30
setup.sh moved final-setup to setup.sh since it's the main setup now. 2024-10-19 18:03:29 +05:30

IoT Mini Project - 2024