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
146
146
+--------------------------+-----------------------------------------------------------------------------------------------------------------+
147
147
| nrf7002dk | -40 to +3 (:kconfig:option: `CONFIG_BT_CTLR_TX_PWR_MINUS_40 ` to :kconfig:option: `CONFIG_BT_CTLR_TX_PWR_PLUS_3 `) |
148
148
+--------------------------+-----------------------------------------------------------------------------------------------------------------+
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 `) |
150
150
+--------------------------+-----------------------------------------------------------------------------------------------------------------+
151
151
| nrf21540dk | :ref: `Handled automatically by the FEM driver <ug_matter_gs_transmission_power_fem >` |
152
152
+--------------------------+-----------------------------------------------------------------------------------------------------------------+
153
153
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
+
154
159
For multicore boards, the configuration must be applied to the network core image.
155
160
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.
156
161
You can’t perform that action at this time.
0 commit comments