Download image from web and display on ESP32-C3-LCDkit

In my project, I am trying to use the SPIFFS_Web_Jpg example from Tjpeg_Decoder to download an image from the web and display it on the ESP32-C3-LCDkit. I used esp32 board manager and ESP-C3-M1-I-Kit board setting in the Arduino IDE 2.3.3. The example compiled sucessfully, however after uploading the code, it keeps resetting. Here is the output from Serial Monitor

SPIWP:0xee
mode:DIO, clock div:1
load:0x3fcd5820,len:0x458
load:0x403cc710,len:0x814
load:0x403ce710,len:0x2880
entry 0x403cc710
ESP-ROM:esp32c3-api1-20210207
Build:Feb 7 2021
rst:0x3 (RTC_SW_SYS_RST),boot:0xd (SPI_FAST_FLASH_BOOT)
Saved PC:0x40048b82

I also tried choosing other C3 board from the setting. I don't know which one is the right board setting. Has anyone tried this before? I need help in choosing the right board setting.

I appreciate your help in advance.

Please describe what that means.

  1. Does the code not compile? Please post the complete error message as well as the code.
  2. Does the code not upload? Please post the full error message.
  3. Or does the code not do what you expect it to do? Please post your code and describe expected and actual behaviour.

You did post this in IDE 1.x but you're using IDE 2.3.2. I haven't moved your topic (yet) as it depends on the exact problem.


I don't use ESP32 based boards so can't help further.

Thanks for replying, updated the post with output.

Topic moved to a more suitable location on the forum.