rtejo-urp / esp32-camera-bme280

TTGO T-Camera ESP32

Home Page:https://pt.aliexpress.com/store/product/TTGO-T-Camera-ESP32-WROVER-PSRAM-Camera-Module-ESP32-WROVER-B-OV2640-Camera-Module-0-96/2090076_32968683765.html?spm=a2g03.12010615.8148356.9.6cb25eafHRaJ7j

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TTGO-Camera

pic

  • Now Arduino officially supports the camera, you need to update the Arduino to the latest, see arduino-esp32 for details.I am using the 1.0.1rc2 version when writing this code.

  • In order to support BME280, I will use Adafruit_BME280_Library, but this library conflicts with <esp_camera.h> and enters Adafruit_BME280_Library In Adafruit_BME280_Library change <Adafruit_BME280.h> --> 29 lines comment #include <Adafruit_Sensor.h>, BME280 this library does not use this header file, so comment out and no problem

  • OLED requires esp8266-oled-ssd1306 library support

  • Buttons require OneButton library support

Board Modify

  • The Camera version sold by TTGO will not have the BME280 sensor, because the temperature on the board affects the accuracy of the sensor. The default program does not enable the BME280 function. If necessary, turn on the ENABLE_BME280 (on esp32-camera-bme280.ino line 12)

TTGO CAM PINS

Name Num
Y9 39
Y8 36
Y7 23
Y6 18
Y5 15
Y4 4
Y3 14
Y2 5
VSNC 27
HREF 25
PCLK 19
PWD 26
XCLK 32
SIOD 13
SIOC 12
RESET No use

OLED

Name Num
SDA 21
SCL 22

Other

Name Num
Button 34
PIR 33
  • BUTTON Click: Reverse camera Currently the camera reverse color will not be normal, see issues#9

  • BUTTON LongPress : Enter sleep Mode , Sleep current ~6.9mA

  • RESET BUTTON: When the battery is powered, click to turn on the power

  • PIR: Detecting human motion and will display the first screen

Test Video

YouTube