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: doc/nrf/app_dev/device_guides/nrf70/nrf7002eb2_dev_guide.rst
+23-32Lines changed: 23 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,18 @@ Developing with nRF7002-EB II
9
9
10
10
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.
11
11
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.
13
13
14
14
.. figure:: images/nRF7002eb2.png
15
15
:alt:nRF7002-EB II
16
16
17
17
nRF7002-EB II
18
18
19
-
Pin mapping for the nRF54H20 DK and the nRF54L15 DK
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
-
87
79
.. _nrf7002eb2_building_programming:
88
80
89
81
Building and programming with nRF7002-EB II
90
82
*******************************************
91
83
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.
93
85
See :ref:`cmake_options` for instructions on how to provide CMake options.
94
86
95
87
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
106
98
107
99
set(SHIELD nrf7002eb2)
108
100
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.
111
103
112
104
Alternatively, you can add the shield in the project's :file:`CMakeLists.txt` file by using the ``set(SHIELD nrf7002eb2)`` command.
113
105
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``.
115
107
To build for a custom target, set ``-DSHIELD="nrf7002eb2"`` when you invoke ``west build`` or ``cmake`` in your |NCS| application.
116
108
117
109
Alternatively, you can add the shield in the project's :file:`CMakeLists.txt` file by using the ``set(SHIELD nrf7002eb2)`` command.
118
110
119
111
To build with coexistence mode enabled, set ``-DSHIELD="nrf7002eb2;nrf7002eb2_coex"`` when you invoke ``west build`` or ``cmake`` in your |NCS| application.
120
112
For optimal build configuration, use the ``nrf70-wifi`` snippet.
121
113
122
-
Limitations when building with nRF54H20 DK and nRF54L15 DK
0 commit comments