Search found 6 matches

by meltdown03
Wed Nov 16, 2022 12:24 am
Forum: Hardware
Topic: ESP32-S3 Error when flashing Chip Revision v3.8
Replies: 0
Views: 1226

ESP32-S3 Error when flashing Chip Revision v3.8

After this commit: https://github.com/espressif/esp-idf/commit/1f9260d790dbf714102837af6e4c54a816deed44 , I get this error when trying to flash my ESP32-S3 DevkitC-1 WROOM-1 (E2N8) << Does this mean engineering? I can't find any info about this module: A fatal error occurred: bootloader/bootloader.b...
by meltdown03
Fri Mar 18, 2022 12:27 pm
Forum: General Discussion
Topic: What's the difference between ESP32-S3-WROOM-1 and -2?
Replies: 4
Views: 16182

Re: What's the difference between ESP32-S3-WROOM-1 and -2?

Hi kartg0058033, The GPIO35 ~ 37 is used by internal Octal SPI PSRAM/Flash, when you use ESP32-S3-DevKitC-1-NxR8V (with ESP32-S3-WROOM-2) and ESP32-S3-DevKitC-1-NxR8 (with ESP32-S3-WROOM-1-NxR8). Does the WROOM-2 Devkit being sold have the pins broken out like the WROOM-1 version? If not, is it sma...
by meltdown03
Mon Feb 07, 2022 2:10 am
Forum: ESP-IDF
Topic: DFU Flashing - ESP32-S3-DevKitC
Replies: 3
Views: 2864

Re: DFU Flashing - ESP32-S3-DevKitC

Oh, I thought there was a software method also. So I am guessing Arduino is using it in runtime so it only works after boot??
by meltdown03
Sun Feb 06, 2022 6:08 pm
Forum: ESP-IDF
Topic: DFU Flashing - ESP32-S3-DevKitC
Replies: 3
Views: 2864

DFU Flashing - ESP32-S3-DevKitC

I see that it's supported on Arduino, but with the IDF v5, I cannot figure out how to enable DFU flashing. Running dfu-util -l shows no supported devices no matter what I've tried. Can someone please tell me which menuconfig options I need to set? Or do I have to include some code to enable it? I tr...
by meltdown03
Thu Aug 20, 2020 12:11 am
Forum: ESP-IDF
Topic: can't run the original demo on ESP32-S2-Kaluga-1 DK
Replies: 7
Views: 7147

Re: can't run the original demo on ESP32-S2-Kaluga-1 DK

Where did you purchase the v1.3 Kaluga if I may ask?
by meltdown03
Sat Jun 06, 2020 4:22 am
Forum: Hardware
Topic: kaluga devkit
Replies: 8
Views: 9104

Re: kaluga devkit

@chegewara, There are a couple more examples at https://github.com/xiongyumail/esp32-s2-hmi (need to change CAM_CLK pin to 33 in main.c files) and https://github.com/espressif/esp-dev-kits if you haven't found them yet. I had the same issue with terrible video quality until I found this thread and r...