Page 2 of 2

Re: Battery power from 1 LIPO and 3v3 regulator LDO can't turn ESP32 on

Posted: Thu Aug 09, 2018 11:47 am
by Deouss
So maybe adjust the converter output to 3.3V - I wouldn't use linear voltage regulators in such case then

Re: Battery power from 1 LIPO and 3v3 regulator LDO can't turn ESP32 on

Posted: Sun Aug 29, 2021 7:43 pm
by ankgt11
ESP_Sprite wrote:
Tue Aug 07, 2018 3:39 am
- HT7333 chips can only output 250mA. You need at least 500mA to be able to provide peak power for the RF bits in the chips.
- The dropout voltage of this chip can easily reach >1V (@250mA) which means the ESP32 and the flash chip will only get 2.7V. While the ESP32 likely is OK with it, this browns out most flash chips leading to crashes.

Suggest you try a different LDO. Not an official suggestion, but I personally have good experiences running the ESP32 from a HT7833.

I realise this is an old thread but I am also planning to use the HT7833 as per your suggestion. The only concern I have is that the datasheet lists the maximum power dissipation for the SOT23-5 package as 0.2 W.

Do you think this will be enough for the ESP32-WROOM-32 module? As per the datasheet the maximum power draw is 0.5A, but in my practical measurements the power consumption seems lower at around 0.3A when in access point mode (which I am using). So assuming a voltage drop of 0.7V and this current, the power works out to just about 0.21W.

Do you this this is OK (based on. your practical experience with this chip), or do you use the larger SOT89 package?

Thanks!

Re: Battery power from 1 LIPO and 3v3 regulator LDO can't turn ESP32 on

Posted: Mon Aug 30, 2021 2:44 am
by ESP_Sprite
ankgt11 wrote:
Sun Aug 29, 2021 7:43 pm
Do you this this is OK (based on. your practical experience with this chip), or do you use the larger SOT89 package?

Thanks!
I generally use the SOT89 package indeed. The 0.21W may possibly be OK for the SOT23 if you make sure the chip has a nice and large ground plane to sink the heat into.