Skip to content

Commit

Permalink
doc: wifi: Fix shell sample
Browse files Browse the repository at this point in the history
Added a note stating that the 91 Series devices
support only scanning.

Signed-off-by: Richa Pandey <[email protected]>
  • Loading branch information
richabp authored and bjarki-andreasen committed Jan 8, 2025
1 parent 00cfae9 commit 0830afa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/wifi/shell/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ The following is an example of the CLI command:
west build -b nrf9160dk/nrf9160/ns -- -DEXTRA_CONF_FILE=overlay-scan-only.conf -DSHIELD=nrf7002ek
.. note::
The nRF91 Series supports Wi-Fi through nR70 Series shields but is limited to scan-only operation to enhance location accuracy.
However, it does not support full Wi-Fi operations.

To build for the Thingy:91 X using the nRF5340 as the host chip, use the ``thingy91x/nrf5340/cpuapp`` board target with the ``SB_CONFIG_THINGY91X_STATIC_PARTITIONS_NRF53_EXTERNAL_FLASH=y`` CMake option set.
This requires an external debugger since the nRF9151 normally owns the buses.
This special configuration is not compatible with nRF9151 firmware compiled for the default configuration.
Expand Down

0 comments on commit 0830afa

Please sign in to comment.