This Rust-based project aims to develop a secure home security camera that seamlessly integrates with Telegram. The camera will offer real-time monitoring and instant alerts, providing homeowners with a reliable and convenient way to keep their homes safe.
Hardware:
- ESP32-CAM W-BT (ESP32-S OV2640)
- HC-SR501 PIR Human Body Motion Sensors
- clone repository (
git clone git@github.com:chilic/espcam-rs.git
) - prepare configuration (
cp .env.example .env
) and edit.env
file you will need to specify:- WiFi network and password
- Telegram bot ID (how to create telegram bot, how to find group chat id)
- connect your esp32
- run
cargo r
to flash development version andcargo r --release
for production ussage.