Measuring power consumption
Posted: Thu Jul 11, 2019 1:41 pm
Hi,
I've got an esp32 module soldered on my pcb, with a minimal circuit and with 2 transistor for auto reset .
I'm under Arduino .
The sketch put esp32 in deep sleep and there's a wake with 2 ext interrupt + timer wake every minutes.
I'm trying to measure the power consumption and also if I'm happy for results, there's some things that I don't understand.
First test :
Device powered from 3.3V of external USB/TTL CP2102, with serial connection and RTS/DTR, digital multimeter between 3.3V - CP2102 and VCC of device. During wake, without WiFi connection I measure 20-24 mA and during sleep I have ~3 uA.
Second test:
Device powered from 3.6V of Saft 14500 battery, not rechargeable, 2500mA, with serial connection, GND and RTS/DTR, digital multimeter between 3.6V - battery and VCC of device. During wake, without WiFi connection I measure the same 20-24 mA and during sleep I have 4-5 uA.
Is always a great result but I don't understand why I absorbe less with a USB/TTL connected to USB of PC .
Probably is my misunderstanding and I know that isn't so important 1 or 2 uA with this kind of results , but I want to understand why.
There's someone can help me understand?
thanks in advance
I've got an esp32 module soldered on my pcb, with a minimal circuit and with 2 transistor for auto reset .
I'm under Arduino .
The sketch put esp32 in deep sleep and there's a wake with 2 ext interrupt + timer wake every minutes.
I'm trying to measure the power consumption and also if I'm happy for results, there's some things that I don't understand.
First test :
Device powered from 3.3V of external USB/TTL CP2102, with serial connection and RTS/DTR, digital multimeter between 3.3V - CP2102 and VCC of device. During wake, without WiFi connection I measure 20-24 mA and during sleep I have ~3 uA.
Second test:
Device powered from 3.6V of Saft 14500 battery, not rechargeable, 2500mA, with serial connection, GND and RTS/DTR, digital multimeter between 3.6V - battery and VCC of device. During wake, without WiFi connection I measure the same 20-24 mA and during sleep I have 4-5 uA.
Is always a great result but I don't understand why I absorbe less with a USB/TTL connected to USB of PC .
Probably is my misunderstanding and I know that isn't so important 1 or 2 uA with this kind of results , but I want to understand why.
There's someone can help me understand?
thanks in advance