Skip to content

Commit

Permalink
doc: nrf70: Clarify the link between interface and power
Browse files Browse the repository at this point in the history
The network interface state controls the nRF70 power state. Add a
paragraph to explicitly mention the relation.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
  • Loading branch information
krish2718 authored and rlubos committed Nov 20, 2023
1 parent 1542454 commit 6a07b64
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ The nRF70 Series device can be in one of the following power states:
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).
The device will only respond to a BUCKEN assertion to wake from the Shutdown state.

The nRF70 Series transition to and from the Shutdown state is automatically managed by the Wi-Fi driver.
When the network interface is brought down, the Wi-Fi driver puts the nRF70 Series device in Shutdown state.
When the network interface is brought up, the Wi-Fi driver puts the nRF70 Series device in Active state.

.. note::
The application needs to reinitialize the Wi-Fi association after the network interface is brought up.

Functional state
================

Expand Down

0 comments on commit 6a07b64

Please sign in to comment.