Page 1 of 1

Problem with Hornbill ESP32 dev (Brownout detector was triggered)

Posted: Tue Aug 22, 2017 12:23 pm
by guntumuduguvivek
1. When i tried with Wifiscan example with Arduino-esp32 code library, i feel board is keep on resetting.
I have checked with USB cable, it was working fine.
Output screen was attached below.
Can anyone help me out, what might be the problem with dev board.

Re: Problem with Hornbill ESP32 dev (Brownout detector was triggered)

Posted: Wed Aug 23, 2017 1:45 am
by ESP_Sprite
This is most likely a power supply issue. My guess is that you're running this from USB? Can you try another USB power source and/or a different USB cable?

Re: Problem with Hornbill ESP32 dev (Brownout detector was triggered)

Posted: Wed Aug 23, 2017 8:15 am
by guntumuduguvivek
yes, I am using USB. I have tried with different USB cables, no change.
I have also tried with Strapping pins setup given in datasheet, still no change.

Please help.

Re: Problem with Hornbill ESP32 dev (Brownout detector was triggered)

Posted: Thu Aug 24, 2017 3:07 am
by ESP_Sprite
The strapping isn't the issue here. The brownout detector specifically triggers if the ESP32 sees a too low voltage on its power supply lines. Can you measure what the actual voltage of the 5V and 3.3V power supply lines on the board is?

Re: Problem with Hornbill ESP32 dev (Brownout detector was triggered)

Posted: Thu Aug 24, 2017 6:30 am
by guntumuduguvivek
In 5V point = 3.45V
In 3.3V point = 3.27V

Re: Problem with Hornbill ESP32 dev (Brownout detector was triggered)

Posted: Thu Aug 24, 2017 10:35 am
by ESP_Sprite
3.45V? That is very, very low, and usually indicative of a power supply issue (as in: USB connector, USB cable, laptop/power brick/powerbank). You'd expect 4.5V at the very least there, and even that can lead to trouble.

Re: Problem with Hornbill ESP32 dev (Brownout detector was triggered)

Posted: Thu Sep 07, 2017 9:12 am
by guntumuduguvivek
Thank you ESP_Sprite for suggestions. I have given external 5V supply to the Module, working perfectly alright.

Re: Problem with Hornbill ESP32 dev (Brownout detector was triggered)

Posted: Sat Oct 07, 2017 1:38 pm
by jimthree
I have exactly the same problem on my two new hornbills. When powered from USB, the 5v line measures about 3.5v and triggers the brownout detector. I've tried with many different cables and USB chargers (some rated as high as 3.2A) but nothing makes a difference.I've contacted the manufacturer to see what they say, but it's a bit crap if they need external power to reach a steady 5v.

Re: Problem with Hornbill ESP32 dev (Brownout detector was triggered)

Posted: Sun Oct 08, 2017 7:50 pm
by linuxpaul
I use an Elko 220uF/16V between 3.3V and GND to supress the peek when wifi is powering up.

:)
linuxpaul

Re: Problem with Hornbill ESP32 dev (Brownout detector was triggered)

Posted: Sat May 19, 2018 7:16 pm
by jimthree
I just want to second what /u/linuxpaul said, I have now strapped a 220uF cap across 3.3v and Gnd and it works fine. no more brownouts.