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: nrf70_bm_lib/docs/source/nrf70_bm_lib.rst
+35
Original file line number
Diff line number
Diff line change
@@ -105,3 +105,38 @@ The nRF70 Series BM library provides a single API to perform a Wi-Fi scan operat
105
105
The scan operation is optimized to provide a wide range of scan configuration parameters.
106
106
107
107
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