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/protocols/wifi/regulatory_certification/band_edge_compensation.rst
+54-54
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ When applying backoff, consider the following:
40
40
* Backoff values also vary based on the frame type, affecting the maximum transmit power. Different backoff values are configured for each frame type.
41
41
42
42
Backoff values, which are expressed in dB, are inputs to the Wi-Fi® firmware driver through Kconfig parameters.
43
-
The Kconfig parameters are defined in the :file:`<ncs_repo>/nrf/drivers/wifi/nrf700x/Kconfig` file.
43
+
The Kconfig parameters are defined in the :file:`<ncs_repo>/zephyr/drivers/wifi/nrf_wifi/Kconfig.nrfwifi` file.
44
44
45
45
Set the Kconfig parameter values (which are positive numbers) according to the required backoff in the specific frequency band for the regulatory domain.
46
46
The default value of the Kconfig parameter is zero.
@@ -50,98 +50,98 @@ The following tables show the Kconfig parameters for lower and upper edge backof
Copy file name to clipboardexpand all lines: doc/nrf/protocols/wifi/regulatory_certification/test_setup.rst
+3-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ An overview of software test samples, hardware development platforms, test modes
12
12
Test samples
13
13
************
14
14
15
-
You can use the software test samples available in the |NCS| can be used for regulatory testing of the nRF70 Series devices.
15
+
You can use the software test samples available in the |NCS| for regulatory testing of the nRF70 Series devices.
16
16
17
17
Wi-Fi Radio test sample
18
18
=======================
@@ -68,6 +68,8 @@ The nRF70 Series includes the following platforms:
68
68
69
69
* nRF7002 :term:`Development Kit (DK)` – A single-board solution featuring the Wi-Fi 6 capabilities of the nRF7002 companion IC and the nRF5340 :term:`System on Chip (SoC)`.
70
70
* nRF7002 :term:`Evaluation Kit (EK)` – A shield board used for evaluating the nRF7002 companion IC. The EK is compatible with the nRF52840, nRF5340, and nRF91 DKs through its Arduino connector.
71
+
* nRF7002 :term:`Expansion Board (EB)` – A shield board used for evaluating the nRF7002 companion IC. The EB is compatible with the thingy53, nrf54l15, and nrf54h20 DKs through its Arduino connector.
72
+
71
73
72
74
For hardware information, see the user guides `nRF7002 DK Hardware`_ and `nRF7002 EK Hardware`_.
73
75
For more information on the boards in nRF Connect for Desktop, see :ref:`Getting started with nRF70 Series <ug_nrf7002_gs>`.
The combined build configuration builds the binary files for the Wi-Fi Radio test that resides in the application core and the Radio test (short-range) that resides in the network core.
21
-
In the :file:`<ncs_repo>/nrf/samples/wifi/radio_test/prj.conf` file, set :kconfig:option:`CONFIG_BOARD_ENABLE_CPUNET` = ``y``.
21
+
In the :file:`<ncs_repo>/nrf/samples/wifi/radio_test/multi_domain/prj.conf` file, set :kconfig:option:`CONFIG_SUPPORT_NETCORE_PERIPHERAL_RADIO_TEST` = ``y``.
22
+
23
+
For single core targets such as nrf54l15 Dk In the :file:`<ncs_repo>/nrf/samples/wifi/radio_test/single_domain/prj.conf` file, set :kconfig:option:`CONFIG_SUPPORT_NETCORE_PERIPHERAL_RADIO_TEST` = ``y``.
22
24
23
25
.. code-block:: shell
24
26
25
-
$ west build -p -b nrf7002dk_nrf5340_cpuapp (DK build)
26
-
$ west build -p -b nrf5340dk_nrf5340_cpuapp -- -DSHIELD=nrf7002ek (EK build)
27
+
$ west build -p -b nrf7002dk/nrf5340/cpuapp (DK build)
28
+
$ west build -p -b nrf7002dk/nrf5340/cpuapp -- -DSHIELD=nrf7002ek (EK build)
0 commit comments