Error initializing ESP 32 CAM

Hey guys, I'm new here.

I'm currently working on a project using the ESP 32 CAM.
However, when I try to create the basic "WEB SERVER" program, the following error appears on the serial monitor after all the upload procedures and pressing the board's reset button:

rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:1344
load:0x40078000,len:13936
load:0x40080400,len:3600
entry 0x400805f0
E (546) esp_core_dump_flash: �� core dump partition found!
E (546) esp_core_dump_flash: No core dump partition found!

I'm using Arduino to make the connection to the ESP 32, according to the following image
What is happening, and how can I resolve it? Thank you for your attention.

The Arduino Uno is a 5V processor, and the I/O pins MUST NOT be directly connected to a 3.3V processor without using logic level shifters. You may have damaged one or both processors.

I found this ESP32-CAM getting started guide to be helpful https://dronebotworkshop.com/esp32-cam-intro/

1 Like

1. Use the following guranteed setup (Fig-3) using ESP32-CAM-MB adapter for uploading sketch into ESp32-CAM Module.
image
Figure-1: ESP2-CAM modue

image
Figure-2: ESP32-CAM-MB adapter

image
Figure-3: Programming of ESP32-CAM using ESP32-CAM-MB adapter

2. Setup of post #1 does not work.

3. The following setup also does not work.

4. The following setup (obtained form net) also deos not work. (GND connection shown is a false groun. It should be at GND-pin near 5V.)

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.