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: samples/wifi/radio_test/sample_description.rst
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,7 @@ Testing
144
144
.. code-block:: console
145
145
146
146
wifi_radio_test init 11
147
+
wifi_radio_test bypass_reg_domain 1
147
148
wifi_radio_test tx_pkt_rate 12
148
149
wifi_radio_test tx_pkt_len 4000
149
150
wifi_radio_test tx_power 4
@@ -191,6 +192,7 @@ Testing
191
192
.. code-block:: console
192
193
193
194
wifi_radio_test init 14
195
+
wifi_radio_test bypass_reg_domain 1
194
196
wifi_radio_test tx_pkt_preamble 0
195
197
wifi_radio_test tx_pkt_rate 1
196
198
wifi_radio_test tx_pkt_len 1024
@@ -560,8 +562,35 @@ Testing
560
562
561
563
If ``bypass_reg_domain`` is ``0``, then TX power of the channel will be configured to the minimum value of the user configured TX power value and maximum power supported in the configured regulatory domain.
562
564
565
+
You can calculate the TX power when ``tx_power`` command is issued, by using the following formula:
* :math:`P_\text{reg}` is the applicable regulatory power limit, as described in :ref:`ug_nrf70_developing_regulatory_support`.
573
+
* :math:`P_\text{rt}` is the power set via the ``tx_power`` command when using Radio Test sample, as described in :ref:`wifi_radio_subcommands`.
574
+
* ``AntGain`` is the compensation for the antenna gain in the TX direction, as described in `Antenna gain compensation`_.
575
+
``AntGain`` can be set to ``0`` using ``wifi_radio_test set_ant_gain`` command.
576
+
* ``EdgeBackoff`` is the backoff applied to band edge channels, as described in `Band edge compensation`_.
577
+
``EdgeBackoff`` can be set to ``0`` using ``wifi_radio_test set_edge_bo`` command.
578
+
579
+
.. note::
580
+
563
581
If ``bypass_reg_domain`` is ``1``, then user configured TX power value will be set overriding current configured regulatory domain maximum TX power for the channel.
564
582
583
+
You can calculate the TX power when ``bypass_reg_domain`` is ``1`` and the ``tx_power`` command is issued, by using the following formula:
0 commit comments