Power consumption of TTGO T8 Board

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
ThomasChr
Posts: 121
Joined: Sat Nov 25, 2017 7:50 am

Re: Power consumption of TTGO T8 Board

Post by ThomasChr » Tue May 21, 2019 6:21 am

Blowing the power IC off was a success. I'm down to 100 µA.
Any suggestions what I can try next? The ESP32 should go down to about 10 µA, so there must be still something which is drawing a tiny bit of power...

User avatar
mattyt
Posts: 410
Joined: Mon Jan 23, 2017 6:39 am

Re: Power consumption of TTGO T8 Board

Post by mattyt » Tue May 21, 2019 1:19 pm

I can confirm that the TinyPICO can get down to 10-20uA in deep sleep. Next up I'd suggest having a look at any pull up/down connected to any ESP32 GPIO...

ThomasChr
Posts: 121
Joined: Sat Nov 25, 2017 7:50 am

Re: Power consumption of TTGO T8 Board

Post by ThomasChr » Tue May 21, 2019 1:40 pm

Hi matty,

thats exactly why I ordered some of those TinyPICOs :-)

Cheap chinese development boards haven't got poer efficency in mind!

I'll try blowing of some resistores and will post the outcome here.

ThomasChr
Posts: 121
Joined: Sat Nov 25, 2017 7:50 am

Re: Power consumption of TTGO T8 Board

Post by ThomasChr » Wed May 22, 2019 11:48 am

I just blowed some resistors of the board and this is the outcome:

Without voltage regulator (providing 3.3V directly on the rail): 100 µA
Without the Voltage Divider from the Power IC: 90 µA
Without the pullups for the SD Card IO Lines: 5 µA

So I think I'm pretty much done :-)

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: Power consumption of TTGO T8 Board

Post by Roberthh » Wed May 22, 2019 11:52 am

What is left that works?

ThomasChr
Posts: 121
Joined: Sat Nov 25, 2017 7:50 am

Re: Power consumption of TTGO T8 Board

Post by ThomasChr » Wed May 22, 2019 11:58 am

Not much :-)

The ESP32 still works fine, but without a power IC you need to power the 3.3V rail directly. Which is not that bad because it accepts between 2.3V and 3.6V. The USB2serial Chip is gone, so no USB anymore. And after removing the pullups for the SD Card I'm not quite sure if the SD Card will still work. But you've got flash and psram, and also the Wifi and Bluetooth stuff. So not bad for 5µA deepsleep power.

But it would surely be easier to just by a ESP32-Wrover module :-)

Thomas

Post Reply