Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.59 KB

File metadata and controls

41 lines (29 loc) · 1.59 KB

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