Skip to content

Commit b1a37c0

Browse files
peknisrlubos
authored andcommitted
doc: Fix to max TX power in Matter GS
The Kconfig item had a wrong max TX power value. Changed it from 3 to 8. ref: TECHDOC-3419 Signed-off-by: Pekka Niskanen <[email protected]>
1 parent cf7594e commit b1a37c0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/nrf/protocols/matter/getting_started/transmission_power.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,16 @@ The following table lists the minimum and maximum output power values in dBm for
146146
+--------------------------+-----------------------------------------------------------------------------------------------------------------+
147147
| nrf7002dk | -40 to +3 (:kconfig:option:`CONFIG_BT_CTLR_TX_PWR_MINUS_40` to :kconfig:option:`CONFIG_BT_CTLR_TX_PWR_PLUS_3`) |
148148
+--------------------------+-----------------------------------------------------------------------------------------------------------------+
149-
| nrf54l15dk | -40 to +8 (:kconfig:option:`CONFIG_BT_CTLR_TX_PWR_MINUS_40` to :kconfig:option:`CONFIG_BT_CTLR_TX_PWR_PLUS_3`) |
149+
| nrf54l15dk | -40 to +8 (:kconfig:option:`CONFIG_BT_CTLR_TX_PWR_MINUS_40` to :kconfig:option:`CONFIG_BT_CTLR_TX_PWR_PLUS_8`) |
150150
+--------------------------+-----------------------------------------------------------------------------------------------------------------+
151151
| nrf21540dk | :ref:`Handled automatically by the FEM driver <ug_matter_gs_transmission_power_fem>` |
152152
+--------------------------+-----------------------------------------------------------------------------------------------------------------+
153153

154+
.. note::
155+
156+
For nRF54L Series SoCs, the maximum TX power depends on the package variant.
157+
CSP package variants have a maximum TX power of 8 dBm, while for the QFN package variants it is 7 dBm.
158+
154159
For multicore boards, the configuration must be applied to the network core image.
155160
You can do this by either editing the :file:`prj.conf` file or building the sample with an additional argument, as described in the following tabs.
156161

0 commit comments

Comments
 (0)