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 [email protected]:chilic/espcam-rs.git) - prepare configuration (
cp .env.example .env) and edit.envfile 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 rto flash development version andcargo r --releasefor production ussage.
