Skip to content

Commit

Permalink
doc: wifi: rework and rename Getting started page
Browse files Browse the repository at this point in the history
Reworked "Getting started with nRF70 Series" page by
splitting the information into three docs.

Reworked Getting started with nRF7002 DK by adding
information about the scan sample.
Created Getting started with nRF7002 EK by moving
information from the nRF70 Series gs.
Created Getting started with nRF7002 EB by moving
information from the nRF70 Series gs.

NCSDK-22160, 25526, 25527
Signed-off-by: Richa Pandey <[email protected]>
  • Loading branch information
richabp authored and rlubos committed Jan 30, 2024
1 parent 1ba6b65 commit 63e5e12
Show file tree
Hide file tree
Showing 10 changed files with 529 additions and 308 deletions.
8 changes: 4 additions & 4 deletions doc/nrf/config_and_build/board_support/board_names.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@ The following shields are defined in the :file:`nrf/boards/shields` folder.
+----------------------------------------------------------+------------+--------------------------------------------------------------------------+---------------------------------------+
| Hardware platform | PCA number | Board name | Build target |
+==========================================================+============+==========================================================================+=======================================+
| nRF7002 :term:`Evaluation Kit (EK)` | PCA63556 | :ref:`nrf7002ek <nrf70_gs_shields_evaluation_kit_nrf7002ek>` | ``nrf7002ek`` |
| nRF7002 :term:`Evaluation Kit (EK)` | PCA63556 | :ref:`nrf7002ek <ug_nrf7002ek_gs>` | ``nrf7002ek`` |
+----------------------------------------------------------+------------+--------------------------------------------------------------------------+---------------------------------------+
| nRF7002 EK with emulated support for the nRF7001 IC | PCA63556 | :ref:`nrf7002ek_nrf7001 <nrf70_gs_shields_evaluation_kit_nrf7002ek>` | ``nrf7002ek_nrf7001`` |
| nRF7002 EK with emulated support for the nRF7001 IC | PCA63556 | :ref:`nrf7002ek_nrf7001 <ug_nrf7002ek_gs>` | ``nrf7002ek_nrf7001`` |
+----------------------------------------------------------+------------+--------------------------------------------------------------------------+---------------------------------------+
| nRF7002 EK with emulated support for the nRF7000 IC | PCA63556 | :ref:`nrf7002ek_nrf7000 <nrf70_gs_shields_evaluation_kit_nrf7002ek>` | ``nrf7002ek_nrf7000`` |
| nRF7002 EK with emulated support for the nRF7000 IC | PCA63556 | :ref:`nrf7002ek_nrf7000 <ug_nrf7002ek_gs>` | ``nrf7002ek_nrf7000`` |
+----------------------------------------------------------+------------+--------------------------------------------------------------------------+---------------------------------------+
| nRF7002 :term:`Expansion Board (EB)` | PCA63561 | :ref:`nrf7002eb <nrf70_gs_shields_expansion_boards_nrf7002eb>` | ``nrf7002eb`` |
| nRF7002 :term:`Expansion Board (EB)` | PCA63561 | :ref:`nrf7002eb <ug_nrf7002eb_gs>` | ``nrf7002eb`` |
+----------------------------------------------------------+------------+--------------------------------------------------------------------------+---------------------------------------+
| nRF21540 EK | PCA63550 | :ref:`nrf21540ek <ug_radio_fem_nrf21540ek>` | ``nrf21540ek`` |
+----------------------------------------------------------+------------+--------------------------------------------------------------------------+---------------------------------------+
5 changes: 4 additions & 1 deletion doc/nrf/device_guides/nrf70.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
Working with nRF70 Series
#########################

The |NCS| provides support for development on the nRF70 Series, using the nRF7002 DK (PCA10143) that includes the Wi-Fi companion IC.
The |NCS| provides support for developing networking applications with Wi-Fi® connectivity using the nRF70 Series companion IC devices.
Applications can be developed on the nRF7002 DK (PCA10143), which includes the nRF7002 companion IC, or on boards compatible with the nRF7002 EK (PCA63556) or the nRF7002 EB (PCA63561).

.. toctree::
:maxdepth: 2
:caption: Subpages:

working_with_nrf/nrf70/features
working_with_nrf/nrf70/gs
working_with_nrf/nrf70/nrf7002ek_gs
working_with_nrf/nrf70/nrf7002eb_gs
working_with_nrf/nrf70/developing/index
2 changes: 1 addition & 1 deletion doc/nrf/device_guides/working_with_nrf/nrf70/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Devices in the nRF70 Series are supported by the following boards in the `Zephyr
- Not applicable
- PCA10143
- ``nrf7002dk_nrf7001_nrf5340_cpuapp``
- | `nRF70 Series Specification <nRF70 Series_>`_
- | `Product Specification <nRF7001 Product Specification_>`_
* - nRF5340 DK
- nRF7002 EK
- PCA10095
Expand Down
Loading

0 comments on commit 63e5e12

Please sign in to comment.