Skip to content

alexandru-gaidei/Security-Camera-ESP32-CAM-DHT11-PIR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32-CAM DHT11/PIR (Led/Relay/Other)

Overview

A simple example that implements Video Streaming and API calls for ESP32-CAM WiFi chip, DHT11 sensor and PIR (or another sensor modules).

This example uses PlatformIO and VSCode IDE.

Setup

  1. Rename env.h.example to env.h
  2. Upload

Endpoints

http://wifi-ip

{ 
   "variables":{ 
      "temperature":25.00,
      "humidity":33.00,
      "heatindex":24.42,
      "pir":0
   },
   "id":"1",
   "name":"Hall",
}

http://wifi-ip:81/video

For video streaming

About

Simple security camera ESP32-CAM with DHT11 and PIR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages