You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The power consumption in deep sleep mode of the ESP32-C3 was measured using the [Power Profiler Kit II](https://www.nordicsemi.com/Products/Development-hardware/Power-Profiler-Kit-2) from Nordic Semiconductor.
29
+
The example firmware in this project was used as a benchmark.
30
+
A daughter board such as the [Egg_LDO_1000](https://github.com/Plaenkler/Egg_LDO_1000) was not used, and VOUT and GND of the kit were connected directly to the corresponding pads.
31
+
During the measurement, a 7.5 inch black and white display ([WFT0583CZ61](https://www.good-display.com/product/396.html)) from [Good Display](https://www.good-display.com) was connected to the FPC port.
32
+
The duration of the measurement in this case was one minute after the first cycle of the firmware, which resulted in an average current of **~35μA**.
33
+
When the display is not connected, the current is approximately **~10μA** in deep sleep mode.
This section contains a header file with a definition for the display and a sample image.
62
+
The display is initialized with the required pins specified for the GxEPD2 library.
63
+
Additionally, a sample image is defined as an array of byte data stored in PROGMEM (program memory) of the microcontroller.
58
64
59
-
The power consumption in deep sleep mode of the ESP32-C3 was measured using the [Power Profiler Kit II](https://www.nordicsemi.com/Products/Development-hardware/Power-Profiler-Kit-2) from Nordic Semiconductor.
60
-
The example firmware in this project was used as a benchmark.
61
-
A daughter board such as the [Egg_LDO_1000](https://github.com/Plaenkler/Egg_LDO_1000) was not used, and VOUT and GND of the kit were connected directly to the corresponding pads.
62
-
During the measurement, a 7.5 inch black and white display ([WFT0583CZ61](https://www.good-display.com/product/396.html)) from [Good Display](https://www.good-display.com) was connected to the FPC port.
63
-
The duration of the measurement in this case was one minute after the first cycle of the firmware, which resulted in an average current of **~35μA**.
64
-
When the display is not connected, the current is approximately **~10μA** in deep sleep mode.
0 commit comments