Skip to content

Smart motion detector using ESP32 Camera Module and PIR sensor. When motion is detected, the captured images are send to the telegram of the user. When PIR Detects Motion, it awakes the ESP32 cam module to take the picture and then it sends that image to the Telegram of the user.

Notifications You must be signed in to change notification settings

anishdalvi/Smart-Motion-Detector-using-ESP32-Cam

Repository files navigation

Demo

Demo.Video.mp4

Demo Image

Materials:-

1.ESP32 Camera Module
2.PIR Motion Sensor
3.TTL Programmer
4.Breadboard
5.Jumpers

Copy my code to obtain accurate output as the code of the youtube video is not working when PIR goes high. It captures images after certain interval continuously.

If you are using mobile hotspot to provide internet to ESP32 then your hotspot should be
Personal Hotspot or Mobile Hotspot
ESP32 fails to connect Portable hotspot

Connections:-

ESP32_Cam & TTL connection

ESP32_Cam & TTL connection

ESP32_Cam & PIR connection

Pins

  • Black of PIR (Ground) goes to Ground of ESP32
  • Red of PIR (VCC) goes to 5V of ESP32
  • Yellow of PIR (Output) goes to GPIO13 of ESP32
    The output of Yellow Pin determines if the PIR is low or high

ESP32_Cam & PIR connection

About

Smart motion detector using ESP32 Camera Module and PIR sensor. When motion is detected, the captured images are send to the telegram of the user. When PIR Detects Motion, it awakes the ESP32 cam module to take the picture and then it sends that image to the Telegram of the user.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages