CameraWebServer Errors on ESP32-S3 AI Camera Module

userHead EB 2025-07-31 19:50:29 326 Views0 Replies

Hi,

 

After following the instructions on the DFR Wiki (Functional Example 5.3) for the CamerWebServer program for the ESP32-S3 AI Camera (DFR1154), I receive the following in the serial output (continuously):

 

07:49:32.240 -> ESP-ROM:esp32s3-20210327
07:49:32.240 -> Build:Mar 27 2021
07:49:32.240 -> rst:0x3 (RTC_SW_SYS_RST),boot:0x8 (SPI_FAST_FLASH_BOOT)
07:49:32.240 -> Saved PC:0x403ccf85
07:49:32.274 -> SPIWP:0xee
07:49:32.274 -> mode:DIO, clock div:1
07:49:32.274 -> load:0x3fce2820,len:0x1180
07:49:32.274 -> load:0x403c8700,len:0xc2c
07:49:32.274 -> load:0x403cb700,len:0x311c
07:49:32.274 -> entry 0x403c88b8
07:49:32.274 -> E (24) flash_parts: partition 4 invalid - offset 0x610000 size 0x9e0000 exceeds flash chip size 0x800000
07:49:32.274 -> E (25) boot: Failed to verify partition table
07:49:32.274 -> E (26) boot: load partition table error!
07:49:32.307 -> ESP-ROM:esp32s3-20210327

 

I believe that I have set up the Arduino (1.8.19) environment correctly.

 

Here are the options I have:

 

I am not sure if I have selected the correct board in board_config.h:

 

 

If anyone can provide any help it would be appreciated.

 

I have been able to run the examples prior to this one, that is Functional Examples 5.1 and 5.2.