Skip to content

Commit 34dac5f

Browse files
manifest: sdk-connectedhomeip: Update revision
Pull fix for default TX power for nRF54L and update documentation. Signed-off-by: Maciej Baczmanski <[email protected]>
1 parent dda3a7e commit 34dac5f

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
99104
You can provide the desired value also as a CMake argument when building the sample.
100105

101106
.. tabs::

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ manifest:
159159
- name: matter
160160
repo-path: sdk-connectedhomeip
161161
path: modules/lib/matter
162-
revision: 60d94395ef3fde3eaf6bcea8d8bf5864603c8541
162+
revision: 96ec41302f0b759b5a0282d1db24a0d94f241456
163163
west-commands: scripts/west/west-commands.yml
164164
submodules:
165165
- name: nlio

0 commit comments

Comments
 (0)