Search found 7 matches

by jenschr
Wed Aug 14, 2024 9:58 am
Forum: General Discussion
Topic: How to debug application in OTA1 partition
Replies: 3
Views: 1610

Re: How to debug application in OTA1 partition

Old topic, but it shows up on Google so I'll update it with an answer. Be advised that for OTA, you'll need TWO ota partitions as per the documentation: https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/system/ota.html The reason is that once you flash an OTA app to ota_0 - w...
by jenschr
Sun Jun 02, 2024 10:34 pm
Forum: General Discussion
Topic: ESP32 C3 goes straight to download mode on first power
Replies: 1
Views: 622

Re: ESP32 C3 goes straight to download mode on first power

Sigh...
Problem solved. If using the ESP32 C3 - be sure to not have either pullup or capacitor on the BOOT pin (GPIO09). Desoldering the capacitor on that pin made all boards work without error.

Code: Select all

Build:Feb  7 2021
rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
by jenschr
Sun Jun 02, 2024 8:53 pm
Forum: General Discussion
Topic: ESP32 C3 goes straight to download mode on first power
Replies: 1
Views: 622

ESP32 C3 goes straight to download mode on first power

I have a startup problem with a custom board with an ESP32 C3 Mini 1 module. There are several threads with similar topics here, but they don't solve the problem. This is how the problem manifests itself: If the board has not been powered for a long while, it'll go straight to dowload mode: Build:Fe...
by jenschr
Wed Oct 18, 2023 11:21 pm
Forum: Hardware
Topic: Custom ESP32 S3 board never runs code
Replies: 3
Views: 4279

Re: Custom ESP32 S3 board never runs code

Thanks! That's good advice that I'll use!
by jenschr
Mon Oct 16, 2023 8:22 pm
Forum: Hardware
Topic: Custom ESP32 S3 board never runs code
Replies: 3
Views: 4279

Custom ESP32 S3 board never runs code

Hi all, I'm making my 8th ESP32-S3 based board and I was completely stumped by a problem I've never seen. The ESP-S3-WROOM-1 based board programs, but it's not running any code and it's not outputting anything on Serial. After a lot of troubleshooting, I hooked up a serial dongle to the Serial outpu...
by jenschr
Mon Oct 16, 2023 7:53 pm
Forum: ESP-IDF
Topic: PCM1808 SCLK
Replies: 8
Views: 4428

Re: PCM1808 SCLK

Thanks! Got it running as well.
by jenschr
Sun Sep 17, 2023 12:42 pm
Forum: ESP-IDF
Topic: PCM1808 SCLK
Replies: 8
Views: 4428

Re: PCM1808 SCLK

@plasmaphase I'd also love to know if MCLK was the answer ;)