Skip to content

This is a project with a door camera. It take a picture when the door is open, then save the picture in a uSD memory and send the picture to a server.

Notifications You must be signed in to change notification settings

BrandonJR29/Door-Camera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Door-Camera

ESP32-CAM door camera.

Requirements

  • esp-idf version 4.2.
  • esp-camera inside of esp-idf/components, you can download it from Espressif Repositories.
  • ESP32-CAM module.
  • uSD of 8GB.
  • Push button and a Resistor(1.3k is Ok).

Installation

  • Download this Repo.
  • Connect the resistor between GPIO3 and Vcc.
  • Connect the push button between GPIO3 and GND.
  • make flash, if you can't flash, remember to disconnect the uSD and push reset button(not holding).
  • Disconnect Rx0 Pin(GPIO3) and connect a cable in the resistor and push button node to GPIO3.
  • Reset ESP32.
  • Start taking pictures.

Proccess

  • Camera and uSd configuration.
  • Take a picture if the push button is pressed.
  • Save the picture in the uSD.
  • Pictures' name begins from "pic1.jpg".

To Do

  • Take a picture.
  • Save in uSD.
  • Watch in web server.
  • Video streaming after the picture was taken.

Warnings

  • The ESP32 lost RX pin for UART0.
  • Don't use GPIO16.

About

This is a project with a door camera. It take a picture when the door is open, then save the picture in a uSD memory and send the picture to a server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published