Skip to content

Commit 36e3b39

Browse files
committed
Add notes about power management
Explain power states and how they tie with LPM. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
1 parent dbb7497 commit 36e3b39

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

nrf70_bm_lib/docs/source/nrf70_bm_lib.rst

+35
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,38 @@ The nRF70 Series BM library provides a single API to perform a Wi-Fi scan operat
105105
The scan operation is optimized to provide a wide range of scan configuration parameters.
106106

107107
Please see `Optimizing scan operation <https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/wifi/scan_mode/scan_operation.html>`_ for more information.
108+
109+
nRF70 Series device states
110+
##########################
111+
112+
The power save state of the nRF70 Series device is described through a combination of the physical power state of the logic or circuits and the logical functional state as observed by 802.11 protocol operations.
113+
114+
Power state
115+
***********
116+
117+
The nRF70 Series device can be in one of the following power states:
118+
119+
* **Active:** The device is **ON** constantly so that it can receive and transmit the data.
120+
* **Sleep:** The device is **OFF** to the majority of the blocks that cannot receive and transmit the data.
121+
In this state, the device consumes low power (~15 µA).
122+
Real-time Clock (RTC) domain, RF retention memory, and firmware retention memory are powered **ON** to retain the state information.
123+
* **Shutdown:** The device is completely powered **OFF**.
124+
In this state, the device consumes very low power (~2 µA) and does not retain any state information (apart from the values in the OTP memory).
125+
The device will only respond to a BUCKEN assertion to wake from the Shutdown state.
126+
127+
.. note::
128+
129+
To allow the nRF70 Series device enter the **Sleep** state when applicable, the ``CONFIG_NRF_WIFI_LOW_POWER`` Kconfig option must be enabled.
130+
131+
The nRF70 Series transition to and from the **Shutdown** state is automatically managed by the nRF Wi-Fi driver.
132+
When the **FMAC** is de-initialized, the nRF Wi-Fi driver puts the nRF70 Series device in Shutdown state.
133+
When the **FMAC** is initialized, the nRF Wi-Fi driver puts the nRF70 Series device in Active state.
134+
135+
Functional state
136+
****************
137+
138+
In terms of functionality, the nRF70 Series device can reside in the following states:
139+
140+
* **Scanning:** The device is in the scanning state, it is **Active** and is scanning for the available networks.
141+
* **Idle:** The device automatically enters the **Sleep** state, once the scan session (on all selected bands and channels) is completed and after a certain period of inactivity.
142+
The period of inactivity is fixed in the firmware and is not configurable, it is set to 500ms.

0 commit comments

Comments
 (0)