Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 997 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 997 Bytes

ESP32 Rust Security Camera

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:

  1. ESP32-CAM W-BT (ESP32-S OV2640)
  2. HC-SR501 PIR Human Body Motion Sensors

How To:

  1. clone repository (git clone [email protected]:chilic/espcam-rs.git)
  2. prepare configuration (cp .env.example .env) and edit .env file you will need to specify:
  3. connect your esp32
  4. run cargo r to flash development version and cargo r --release for production ussage.

ESP32 Rust Security Camera