Skip to content

Latest commit

 

History

History
75 lines (39 loc) · 2.85 KB

File metadata and controls

75 lines (39 loc) · 2.85 KB

ESP32-CAM V2.0 module

Physical diagram

Overview

ESP32-CAM V2 is a small-sized camera module developed based on the Espressif ESP32-DOWD-V3 chip, which can work independently as the smallest system, measuring only 27*40*4.5mm. This product is developed based on the ESP32-CAM optimization that already exists on the market, mainly to solve the problems on the market, the download program needs to be downloaded from the bottom, the heat is huge, and the instability is so on. The size and usage functions are fully compatible with the existing ESP32-CAM, and there are plenty of tutorials available online for direct reference.

Motherboard parameters

  • Espressif's original ESP32-DOWD-V3 chip, onboard antenna and IPEX antenna holder are used

  • The chip has 448 KB ROM, 520 KB SRAM, 4M SPI FLASH, and 2M PSRAM

  • Type-C interface, USB to serial port chip is Qinheng's CH343P

  • Input voltage: 5V 1A

  • On-board reset button

  • Onboard micro-SD card slot

  • Supports 2-megapixel OV2640 camera with built-in LED flash

  • Dimensions: 27mmx40mmx4.5mm

The size of the board is marked

Schematic

click here to download schematic

Install the CH343P driver

CH343DS1.PDF - Nanjing Qinheng Microelectronics Co., Ltd.

Arduino application

Board:

Example:

WIFI config: The Wi-Fi band is 2.4GHz

Test the effect

        Open the serial monitor, open the web page, Enter the address information displayed by the serial port in the browser.

        Click Start Stream to open the camera parameter adjustment.

Micropython application

Direct access to ESP32-CAM open source project : https://github.com/lemariva/micropython-camera-driver

click here view ESPHOME config