Skip to content

Commit

Permalink
manifest: sdk-connectedhomeip: Update revision
Browse files Browse the repository at this point in the history
Pull fix for default TX power for nRF54L and update documentation.

Signed-off-by: Maciej Baczmanski <[email protected]>
  • Loading branch information
maciejbaczmanski committed Feb 4, 2025
1 parent dda3a7e commit 34dac5f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions doc/nrf/protocols/matter/getting_started/transmission_power.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The following table lists the default TX power values.
| +--------------------------+------------------------------------------------------+-----------------------------------------------------------------+
| | nrf21540dk | 20 | 0 |
| +--------------------------+------------------------------------------------------+-----------------------------------------------------------------+
| | nrf54l15dk | 0 | 0 |
| | nrf54l15dk | 8 | 0 |
+--------------------------------------------------------------+--------------------------+------------------------------------------------------+-----------------------------------------------------------------+
| :ref:`Light Switch (SED) <matter_light_switch_sample>` | nrf52840dk | 0 | 0 |
| +--------------------------+------------------------------------------------------+-----------------------------------------------------------------+
Expand Down Expand Up @@ -58,7 +58,7 @@ The following table lists the default TX power values.
| +--------------------------+------------------------------------------------------+-----------------------------------------------------------------+
| | nrf21540dk | 20 | 0 |
| +--------------------------+------------------------------------------------------+-----------------------------------------------------------------+
| | nrf54l15dk | 0 | 0 |
| | nrf54l15dk | 8 | 0 |
+--------------------------------------------------------------+--------------------------+------------------------------------------------------+-----------------------------------------------------------------+
| :ref:`Widow Covering (SSED) <matter_window_covering_sample>` | nrf52840dk | 0 | 0 |
| +--------------------------+------------------------------------------------------+-----------------------------------------------------------------+
Expand Down Expand Up @@ -92,10 +92,15 @@ The maximum value of 20 dBm is only recommended for devices that are using :ref:
+--------------------------+-----------------------------------------------------------------------------+
| nrf21540dk | -40 to +20 (:ref:`more information <ug_matter_gs_transmission_power_fem>`) |
+--------------------------+-----------------------------------------------------------------------------+
| nrf54l15dk_nrf54l15 | -8 to +8 |
| nrf54l15dk_nrf54l15 | -40 to +8 |
| nrf54l15dk_nrf54l10 | |
+--------------------------+-----------------------------------------------------------------------------+

.. note::

For nRF54L Series SoCs, the maximum TX power depends on the package variant.
CSP package variants have a maximum TX power of 8 dBm, while for the QFN package variants it is 7 dBm.

You can provide the desired value also as a CMake argument when building the sample.

.. tabs::
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ manifest:
- name: matter
repo-path: sdk-connectedhomeip
path: modules/lib/matter
revision: 60d94395ef3fde3eaf6bcea8d8bf5864603c8541
revision: 96ec41302f0b759b5a0282d1db24a0d94f241456
west-commands: scripts/west/west-commands.yml
submodules:
- name: nlio
Expand Down

0 comments on commit 34dac5f

Please sign in to comment.