File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
doc/nrf/protocols/matter/getting_started Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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+
154159For multicore boards, the configuration must be applied to the network core image.
155160You 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
You can’t perform that action at this time.
0 commit comments