Skip to content

Commit e155d3b

Browse files
bama-nordicrlubos
authored andcommitted
doc: shield: wifi: Add nRF7002-EB II documentation
Add documentation regarding the nRF7002-EB II Wi-Fi shield board. Signed-off-by: Bansidhar Mangalwedhekar <[email protected]>
1 parent ab8bfe6 commit e155d3b

File tree

2 files changed

+23
-32
lines changed

2 files changed

+23
-32
lines changed
34.3 KB
Loading

doc/nrf/app_dev/device_guides/nrf70/nrf7002eb2_dev_guide.rst

Lines changed: 23 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ Developing with nRF7002-EB II
99

1010
The nRF7002 :term:`Expansion Board (EB)` II (PCA63571), part of the `nRF70 Series Family <nRF70 Series product page_>`_, can be used to provide Wi-Fi® connectivity to compatible development or evaluation boards through the nRF7002 Wi-Fi 6 companion IC.
1111

12-
You can use the nRF7002-EB II to provide Wi-Fi connectivity to the :zephyr:board:`nrf54h20dk` and :zephyr:board:`nrf54l15dk` board targets.
12+
You can use the nRF7002-EB II to provide Wi-Fi connectivity to the :zephyr:board:`nrf54l15dk` and :zephyr:board:`nrf54lm20dk` board targets.
1313

1414
.. figure:: images/nRF7002eb2.png
1515
:alt: nRF7002-EB II
1616

1717
nRF7002-EB II
1818

19-
Pin mapping for the nRF54H20 DK and the nRF54L15 DK
20-
***************************************************
19+
Pin mapping for the nRF54L15 DK and the nRF54LM20 DK
20+
****************************************************
2121

22-
For nRF54H20 DK and nRF54L15 DK, refer to the following tables for the pin mapping for these kits.
23-
The board is mounted on the **P1** connector of these DKs
22+
For nRF54L15 DK and nRF54LM20 DK, refer to the following tables for the pin mapping for these kits.
23+
The board can be mounted on the **P1** connector of these DKs
2424

2525
.. tabs::
2626

@@ -50,46 +50,38 @@ The board is mounted on the **P1** connector of these DKs
5050
| STATUS (ST0) | P1.08 | Coexistence status from nRF7002 |
5151
+-----------------------------------+-------------------+-----------------------------------------------+
5252

53-
.. group-tab:: nRF54H20 DK
53+
.. group-tab:: nRF54LM20 DK
5454

5555
+-----------------------------------+-------------------+-----------------------------------------------+
56-
| nRF70 Series pin name (EB name) | nRF54H20 DK pins | Function |
56+
| nRF70 Series pin name (EB name) | nRF54LM20 DK pins | Function |
5757
+===================================+===================+===============================================+
58-
| CLK (CLK) | P1.01 | SPI Clock |
58+
| CLK (CLK) | P3.03 | SPI Clock |
5959
+-----------------------------------+-------------------+-----------------------------------------------+
60-
| CS (CS) | P1.07 | SPI Chip Select |
60+
| CS (CS) | P3.01 | SPI Chip Select |
6161
+-----------------------------------+-------------------+-----------------------------------------------+
62-
| MOSI (D0) | P1.06 | SPI MOSI |
62+
| MOSI (D0) | P3.00 | SPI MOSI |
6363
+-----------------------------------+-------------------+-----------------------------------------------+
64-
| MISO (D1) | P1.05 | SPI MISO |
64+
| MISO (D1) | P3.01 | SPI MISO |
6565
+-----------------------------------+-------------------+-----------------------------------------------+
66-
| BUCKEN (EN) | P1.02 | Enable Buck regulator |
66+
| BUCKEN (EN) | P1.04 | Enable Buck regulator |
6767
+-----------------------------------+-------------------+-----------------------------------------------+
68-
| IOVDDEN | P1.04 | Enable IOVDD regulator |
68+
| IOVDDEN | P1.13 | Enable IOVDD regulator |
6969
+-----------------------------------+-------------------+-----------------------------------------------+
70-
| IRQ (IRQ) | P1.10 | Interrupt from nRF7002 |
70+
| IRQ (IRQ) | P1.05 | Interrupt from nRF7002 |
7171
+-----------------------------------+-------------------+-----------------------------------------------+
72-
| GRANT (GRT) | P1.03 | Coexistence grant from nRF7002 |
72+
| GRANT (GRT) | P1.07 | Coexistence grant from nRF7002 |
7373
+-----------------------------------+-------------------+-----------------------------------------------+
74-
| REQ (REQ) | P1.09 | Coexistence request to nRF7002 |
74+
| REQ (REQ) | P0.04 | Coexistence request to nRF7002 |
7575
+-----------------------------------+-------------------+-----------------------------------------------+
76-
| STATUS (ST0) | P1.08 | Coexistence status from nRF7002 |
76+
| STATUS (ST0) | P0.03 | Coexistence status from nRF7002 |
7777
+-----------------------------------+-------------------+-----------------------------------------------+
7878

79-
DIP switch settings for nRF54L15 DK and nRF54H20 DK
80-
***************************************************
81-
82-
The **GPIO MAP SEL** switch on the nRF7002-EB II can be used to select the GPIO mapping for the nRF54H20 DK and the nRF54L15 DK.
83-
84-
* **nRF54L15 DK**: Set the switch towards MAP1 (the LED will glow at the **MAP1** end).
85-
* **nRF54H20 DK**: Set the switch towards MAP2 (the LED will glow at the **MAP2** end).
86-
8779
.. _nrf7002eb2_building_programming:
8880

8981
Building and programming with nRF7002-EB II
9082
*******************************************
9183

92-
To build for the nRF7002-EB II, use a compatible :ref:`board target <app_boards_names>` with the CMake ``SHIELD`` option set to the corresponding shield name.
84+
To build an application with support for Wi-Fi using the nRF7002-EB II, use a compatible :ref:`board target <app_boards_names>` with the CMake ``SHIELD`` option set to the corresponding shield name.
9385
See :ref:`cmake_options` for instructions on how to provide CMake options.
9486

9587
For example, if you build the :ref:`wifi_shell_sample` sample for nRF54L15 DK on the command line, use the following command:
@@ -106,25 +98,24 @@ Alternatively, add the shield in the project's :file:`CMakeLists.txt` file by us
10698
10799
set(SHIELD nrf7002eb2)
108100
109-
To build for the nRF7002-EB II with nRF54H20 DK, use the ``nrf54h20dk/nrf54h20/cpuapp`` board target with the CMake ``SHIELD`` variable set to ``nrf7002eb2``.
110-
To build for a custom target, set ``-DSHIELD="nrf7002eb2"`` when you invoke ``west build`` or ``cmake`` in your |NCS| application.
101+
To build an application with support for Wi-Fi using the nRF7002-EB II with nRF54LM20 DK, use the ``nrf54lm20dk/nrf54lm20a/cpuapp`` board target with the CMake ``SHIELD`` variable set to ``nrf7002eb2``.
102+
To build an application with support for Wi-Fi for a custom target, set ``-DSHIELD="nrf7002eb2"`` when you invoke ``west build`` or ``cmake`` in your |NCS| application.
111103

112104
Alternatively, you can add the shield in the project's :file:`CMakeLists.txt` file by using the ``set(SHIELD nrf7002eb2)`` command.
113105

114-
To build for the nRF7002-EB II with the nRF54L15 DK, use the ``nrf54l15dk/nrf54l15/cpuapp`` board target with the CMake ``SHIELD`` variable set to ``nrf7002eb2``.
106+
To build an application with support for Wi-Fi using the nRF7002-EB II with the nRF54L15 DK, use the ``nrf54l15dk/nrf54l15/cpuapp`` board target with the CMake ``SHIELD`` variable set to ``nrf7002eb2``.
115107
To build for a custom target, set ``-DSHIELD="nrf7002eb2"`` when you invoke ``west build`` or ``cmake`` in your |NCS| application.
116108

117109
Alternatively, you can add the shield in the project's :file:`CMakeLists.txt` file by using the ``set(SHIELD nrf7002eb2)`` command.
118110

119111
To build with coexistence mode enabled, set ``-DSHIELD="nrf7002eb2;nrf7002eb2_coex"`` when you invoke ``west build`` or ``cmake`` in your |NCS| application.
120112
For optimal build configuration, use the ``nrf70-wifi`` snippet.
121113

122-
Limitations when building with nRF54H20 DK and nRF54L15 DK
123-
**********************************************************
114+
Limitations when building with nRF54L15 DK and nRF54LM20 DK
115+
***********************************************************
124116

125117
The Wi-Fi support is experimental and has the following limitations:
126118

127119
* It is suitable only for low-throughput applications.
128120
* The Wi-Fi performance is not optimized.
129-
* Limited number of Wi-Fi samples are supported on nRF54H20 DK.
130121
Refer to the :ref:`wifi_samples` documentation for the supported samples.

0 commit comments

Comments
 (0)