Search found 3 matches
- Thu Nov 06, 2025 8:36 pm
- Forum: ESP32 Arduino
- Topic: ESP32-S2 reset loop on startup, sometimes it boots
- Replies: 4
- Views: 4618
Re: ESP32-S2 reset loop on startup, sometimes it boots
You should not use the chip pull-up (EN) as the reset for the LCD. Either use a gpio, or tie it to 3v3.
Yes, I know this isn't the proper way to reset the LCD, the schematic was drawn by someone else.
This doesn't cause the resetting issue though, it was done this way on previous revision and ...
- Wed Nov 05, 2025 9:50 am
- Forum: ESP32 Arduino
- Topic: ESP32-S2 reset loop on startup, sometimes it boots
- Replies: 4
- Views: 4618
Re: ESP32-S2 reset loop on startup, sometimes it boots
Is it possible that the ESP was damaged in RoHS testing? it was done with XRF spectrometer (X-ray)
- Wed Nov 05, 2025 9:06 am
- Forum: ESP32 Arduino
- Topic: ESP32-S2 reset loop on startup, sometimes it boots
- Replies: 4
- Views: 4618
ESP32-S2 reset loop on startup, sometimes it boots
Hello, I'm having a problem with esp32-s2 (specifically the S2-MINI-N4 module)
I have this module on a custom board. when I reset it, it enters a boot reset loop, dumping this into serial:
rst:0x3 (RTC_SW_SYS_RST),boot:0x1b (SPI_FAST_FLASH_BOOT)
Saved PC:0x400512fe
SPIWP:0xee
mode:DIO, clock div:1 ...
I have this module on a custom board. when I reset it, it enters a boot reset loop, dumping this into serial:
rst:0x3 (RTC_SW_SYS_RST),boot:0x1b (SPI_FAST_FLASH_BOOT)
Saved PC:0x400512fe
SPIWP:0xee
mode:DIO, clock div:1 ...