

So it directly converts the units correctly and displays the current that flows through the resistor. Hence, I set the oscilloscope to 1:0.01 probes and the channels unit to A(mpere). the resistor is shorted during the ESP32's startup to allow it to draw enough current during startup.
#ESP32 DEEPSLEEP CURRENT SERIES#

The program basically starts a ULP program, that has wakeup-period of 1 second set and then goes to deep sleep. I use an external 3.3V-linear regulator and I'm measuring the current that flows out of this regulator. I'm using a very minimalistic carrier board ( schematic) together with a WROOM32 ESP32-module, which has only 2 pull-up resistors for the 2 needed switches (RESET / GPIO0). However, the best I can achieve is about ~77 ♚ of current consumption. I tried to reduce the current consumption of a ESP32 in deep sleep with the ULP enabled.
