mtnbkr88 / ESP32CAMRemotePIR

ESP32-CAM Remote PIR Solar Powered Picture/Video Emailer
12 stars 2 forks source link

ESP32-CAM_Remote_PIR

ESP32-CAM Remote PIR Solar Powered Picture/Video Emailer

04/28/2022 Ed Williams

This ESP32-CAM Remote PIR can work independent or in conjunction with the ESP32-CAM Video Recorder I also posted in github. This ESP32-CAM Remote PIR has the following capabilities:

See ECRP_Schematic.jpg for a picture of the wiring.

Used pinMode(GPIO_NUM_13, INPUT_PULLDOWN) in the setup to pull the pin low. Now when motion is detected, GPIO13 will be pulled high, otherwise it will be low.

ECRP_Main.jpg shows the main screen for the ESP32-CAM Remote PIR web site.

ECRP_Settings.jpg shows the settings page.

I 3D printed an enclosure and bracket for holding the solar panel. ECRP_Enclosure.jpg shows the completed project.

The Default Partition Scheme must be used for compiling so OTA can work.