Previously, my LOLIN ESP32-S3 works properly, However, after updating Arduino and my MAC this error started spawning.
Despite using an Arduino board and the code work, when I upload the same code in a ESP 32 it don't work. So I am starting to think that it could be a problem with the uploading configuration.
- There is no problem with my USB
- I don't think there is a problem with alimentation de board
Brownout detector was triggered
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0x8 (SPI_FAST_FLASH_BOOT)
Saved PC:0x4037788d
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3818,len:0x508
load:0x403c9700,len:0x4
load:0x403c9704,len:0xad0
load:0x403cc700,len:0x29d8
entry 0x403c9880
ESP 32 Keep rebooting/resetting
-
- Posts: 15
- Joined: Fri Jun 23, 2023 3:26 am
Re: ESP 32 Keep rebooting/resetting
Firstly, try Blink example if it works. After that, minimize your code to check where the problem is. Post your code if possible.
-
- Posts: 9
- Joined: Wed Jun 12, 2024 8:29 am
Re: ESP 32 Keep rebooting/resetting
I can add to this that Brownout suggests that the ESP's supply voltage is dropping below some predefined threshold. This could be caused by a number of things, among them the power supply being insufficient, the ESP drawing too much current (likely too much load on the pins), or some big transients on the power rail combined with too long of a cable between the supply and the circuit.
How are you powering your system? And when you say you updated your Arduino does this mean that you changed your code? Could it be that you added additional IO pins?
How are you powering your system? And when you say you updated your Arduino does this mean that you changed your code? Could it be that you added additional IO pins?
Who is online
Users browsing this forum: No registered users and 39 guests