Boost convertor consuming lot of Power

I designed a ESP32 and made sure the device runs on low power mode whenever not necessary and was successfully able to reduce the average current consumption to less than 10mA.

To run the setup I used a 18650 Li-ion battery and a boost convertor to 5V of the ESP32. I calculated the device to run for around 50 days even in the worst case scenario.

But, my device died in 4 days because I was ignorant enough not to consider current consumed by the Boost converter which is around 40mA.

Can someone tell me if my idea to use a boost converter was wrong or if I have a cheap Boost converter.(Link Below)

Any suggestions to run my ESP32 with a 3.7V Li-ion will be highly appreciated. I dint want to use 2 batteries and use a buck converter because I don't want introduce a BMS into the setup.

With the right choice of regulator an ESP32 will run from a single Lithium battery and will have a deep sleep current in the 25uA region.

I have used a HT7833 regulator for this, works well enough.

And if your not using the WiFi on the ESP32, an MC1700 will cope, with a lower sleep current.

I use this regulator to power the ESP32 from a single 18650 cell:

The quiescent current is 200 uA maximum, when enabled.

1 Like

Nice.

That looks like a useful device ................

@srnet @jremington.
Thank you very much for your replies. They definitely are great suggestions.

Could you suggest me something that can boost the voltage to 5V instead of reducing it to 3.3V because I also run a 5V high current devices connected across the booster through a relay .

Pololu has an excellent selection of voltage regulators.

For the best advice, perhaps reveal the full technical details of the project ?

Indeed. You can spend less and learn why… you shouldn’t cheap out on these.

It is advised to confirm the current and voltage in the final use circumstances. In my experience, the specs are always aspirational, best to be conservative and have a little more regulator than you need.

Only more so to a quite alarming extent with cheap units.

a7

I am using this for Waveshare 9.3 inch display with IT8951 driver(which uses 5V input).

The ESP32 comes online every 2 minutes during day and every hour during night, checks for any changes. If there are any changes, updates the screen and sleeps for the rest of the time.

When it is running the setup uses around 100 - 150 mA.

When it is in deep sleep mode, it only uses 0.5mA which is why I want to get a voltage converter that runs on ultra low current.

Thanks in advance

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.