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
Copy file name to clipboardExpand all lines: content/components/power_management.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@ This component enables Power Management and also provides methods for acquiring
12
12
Power management algorithm included in ESP-IDF can adjust the advanced peripheral bus (APB) frequency, CPU frequency, and automatically put the chip into Light-sleep
13
13
mode to run an application at smallest possible power consumption, given the requirements of application components.
14
14
15
-
It is very important to understand the section: [Dynamic Frequency Scaling and Peripheral Drivers](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/system/power_management.html#dynamic-frequency-scaling-and-peripheral-drivers)
15
+
> [!NOTE]
16
+
> It is very important to understand the section: [Dynamic Frequency Scaling and Peripheral Drivers](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/system/power_management.html#dynamic-frequency-scaling-and-peripheral-drivers)
16
17
17
18
## Usage
18
19
@@ -54,8 +55,7 @@ power_management:
54
55
> [!NOTE]
55
56
> Automatic Light-sleep is enabled by tickless_idle: true and occurs when there are no pending tasks.
56
57
In the openthread component, setting the poll_period > 0 dove-tails into this by turning off the radio in between data requests to the parent router.
57
-
58
-
> [!NOTE]
58
+
> When configured for automatic light-sleep. It is recommended to not use esphome.OTA since opening the listening port decreases light-sleep. Instead use an OTA platform that pulls the image such as http_request.OTA.
59
59
> Do not use Deep Sleep component with tickless_idle: true.
0 commit comments