Skip to content

ESP32 S3 Camera Evaluation Kit

General Introduction


ESP32 S3 Parameters:

Core:

Xtensa® dual-core 32-bit LX7 CPU,frequency up to 240MHz

Memories:

384 KB of ROM
512 KB of SRAM
16 KB of RTCSRAM
8 MB of PSRAM

Working Voltage:

3V to 3.6 V
Up to 45 GPIOs
2*12-bit ADC(up to 20 cahnnels)

Communication interfaces:

2 I2C interfaces
2 I2S interfaces
4 SPl interfaces
3 UART interfaces
1 USB OTG interfaces

Security:

4096 bit OTP
AES、SHA、RSA、 ECC、RNG
Secure Boot, Flash Encryption, Digital Signature, HMAC module

Arudcam ESP32-S3 CAM camera module is a high-performance device featuring a 5MP camera with a 2592*1944 resolution and an integrated digital microphone. ts compact size makes it ideal for wearable devices, home smart devices, industrial wireless control, wireless surveillance, QR code identification, and other IoT applications.

Product


Product Image SKU Resolution Color Filter Type Interface Features Shutter Type Focus Type Field of View(DxHxV) IR Sensitivity
EK043 5MP Color USB Camera Evaluation Kit Rolling Shutter Fixed Focus 88°(D)×75°(H)×60°(V) Integral IR-cut Filter

Hardware Configuration


Package List

Software Guide


Tip

Please make sure that you have installed GitBash and ESP Development Environment.

Step1. Download esp-who

git clone -b add_arducam_mega_ccm_driver https://github.com/ArduCAM/esp-who.git

Step2. Update submodules

cd esp-who
git submodule init && git submodule update

Step3. Demo configuration

Tip

The subsequent steps are executed in esp idf-tool

cd .\examples\Arducam_mega_ccm\Arducam_mega_ccm_web\

3.1. Select target board

idf.py set-target esp32s3

3.2. Configure using idf.py menuconfig command

idf.py menuconfig

3.3. Select 16MB SPI flash

3.4. Enable Octal Mode PSRAM

3.5. Enable Mega CCM 5MP

3.6. Select ESP-S3-EYE DevKit

3.7. Select Y to save configuration

Step4. Build Example

idf.py build

Step5. Flashing

idf.py -p COM19 flash

Step6. Rboot and scan Access Point "Arducam Mega CCM"

Step7. Open Google Chrome edit "192.168.4.1"

Start Stream