@@ -30,7 +30,7 @@ The following table lists the default TX power values.
3030| +--------------------------+------------------------------------------------------+-----------------------------------------------------------------+
3131| | nrf21540dk | 20 | 0 |
3232| +--------------------------+------------------------------------------------------+-----------------------------------------------------------------+
33- | | nrf54l15dk | 0 | 0 |
33+ | | nrf54l15dk | 8 | 0 |
3434+--------------------------------------------------------------+--------------------------+------------------------------------------------------+-----------------------------------------------------------------+
3535| :ref: `Light Switch (SED) <matter_light_switch_sample >` | nrf52840dk | 0 | 0 |
3636| +--------------------------+------------------------------------------------------+-----------------------------------------------------------------+
@@ -58,7 +58,7 @@ The following table lists the default TX power values.
5858| +--------------------------+------------------------------------------------------+-----------------------------------------------------------------+
5959| | nrf21540dk | 20 | 0 |
6060| +--------------------------+------------------------------------------------------+-----------------------------------------------------------------+
61- | | nrf54l15dk | 0 | 0 |
61+ | | nrf54l15dk | 8 | 0 |
6262+--------------------------------------------------------------+--------------------------+------------------------------------------------------+-----------------------------------------------------------------+
6363| :ref: `Widow Covering (SSED) <matter_window_covering_sample >` | nrf52840dk | 0 | 0 |
6464| +--------------------------+------------------------------------------------------+-----------------------------------------------------------------+
@@ -92,10 +92,15 @@ The maximum value of 20 dBm is only recommended for devices that are using :ref:
9292+--------------------------+-----------------------------------------------------------------------------+
9393| nrf21540dk | -40 to +20 (:ref: `more information <ug_matter_gs_transmission_power_fem >`) |
9494+--------------------------+-----------------------------------------------------------------------------+
95- | nrf54l15dk_nrf54l15 | -8 to +8 |
95+ | nrf54l15dk_nrf54l15 | -40 to +8 |
9696| nrf54l15dk_nrf54l10 | |
9797+--------------------------+-----------------------------------------------------------------------------+
9898
99+ .. note ::
100+
101+ For nRF54L Series SoCs, the maximum TX power depends on the package variant.
102+ CSP package variants have a maximum TX power of 8 dBm, while for the QFN package variants it is 7 dBm.
103+
99104You can provide the desired value also as a CMake argument when building the sample.
100105
101106.. tabs ::
0 commit comments