Brownout.
dagnall53 opened this issue · 1 comments
I keep getting brownout fault, but the power supply is stable and I have 3V3 on the 3V3 pin..
I have two boards , both with same result.
I only have one FTDI adapter so have not changed that, but scope shows the power supply seems stable
Any ideas please??
Thanks
Terminal monitor shows this Repeating:
Brownout detector was triggered
ets Jun 8 2016 00:22:57
rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:1100
load:0x40078000,len:9232
load:0x40080400,len:6400
entry 0x400806a8
and Eventually it shows this..
SCCB_Write [ff]=01 failed
SCCB_Write [12]=80 failed
[E][camera.c:1085] esp_camera_init(): Camera probe failed with error 0x20001
Camera init failed with error 0x20001
Solved:
For me, the power supply to the board needed to have more capability than the ftdi I am using can supply:
SOLUTION:
Use separate 5V (+) supply to feed the 5V and Gnd pins.
This directly feeds the linear 3V3 regulator and the board then starts as expected. I kept the FTDI Ground and RX and TX connected (and the FTDI set to 3v3), but disconnected the FTDI 3v3 output between the ESP32 board and the FTDI.
The picture had lines when running at 5V, but these got a lot better as the supply voltage was turned up.
-HOWEVER, the ESP32 "3v3" linear regulator, (the large 4 pin device near the reset button), gets significantly hotter as you increase the input voltage on the "5v" pin. At 8v input , it was at nearly 90 degrees, compared to about 70 centigrade when 5V input is applied.
I would therefore recommend adding a small heatsink to the regulator if you plan to use more than 6V input to get nice pictures.