Skip to content

Commit f7c0f7c

Browse files
kkasperczyk-noArekBalysNordic
authored andcommitted
doc: Added information about Matter WP and OOP for Matter
Updated the Matter pages to mention the Matter over Thread power consumption whitepaper and Online Power Profiler for Matter tool as a resources that are useful in a process of optimizing and estimating the power consumption of a Matter device. Signed-off-by: Kamil Kasperczyk <[email protected]>
1 parent d9c0c0f commit f7c0f7c

File tree

4 files changed

+22
-1
lines changed

4 files changed

+22
-1
lines changed

doc/nrf/links.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@
152152
.. _`Matter SDK tagged as v1.0.0`: https://github.com/project-chip/connectedhomeip/releases/tag/v1.0.0
153153
.. _`Testing with Apple Devices`: https://github.com/project-chip/connectedhomeip/blob/master/docs/guides/darwin.md
154154
.. _`chip-tool`: https://docs.nordicsemi.com/bundle/ncs-latest/page/matter/chip_tool_guide.html
155+
.. _`Online Power Profiler for Matter over Thread`: https://devzone.nordicsemi.com/power/w/opp/16/online-power-profiler-for-matter-over-thread
156+
.. _`nWP049 - Matter over Thread: Power consumption and battery life`: https://docs.nordicsemi.com/bundle/nwp_049/page/WP/nwp_049/intro.html
155157

156158
.. _`CoreMark GitHub`: https://github.com/eembc/coremark
157159

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ The following Matter samples and applications use the low power configuration by
2020
* :ref:`Matter window covering sample <matter_window_covering_sample>`
2121
* :ref:`Matter weather station application <matter_weather_station_app>`
2222

23+
The following additional materials and tools might help you to optimize, estimate, and measure the power consumption of your device are:
24+
25+
* `nWP049 - Matter over Thread: Power consumption and battery life`_
26+
* :ref:`ug_matter_gs_tools_opp`
27+
2328
.. _ug_matter_device_low_power_icd:
2429

2530
Enable Matter Intermittently Connected Devices support

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,3 +408,13 @@ nRF Thread Topology Monitor
408408
.. include:: ../../thread/tools.rst
409409
:start-after: ttm_shortdesc_start
410410
:end-before: ttm_shortdesc_end
411+
412+
.. _ug_matter_gs_tools_opp:
413+
414+
Online Power Profiler for Matter over Thread
415+
********************************************
416+
417+
`Online Power Profiler for Matter over Thread`_ is a web tool that allows you to estimate the power consumption of your Matter devices.
418+
It provides a graphical interface for configuring the parameters of your device, such as TX power, voltage supply, or ICD configuration and simulating its power consumption based on the simplified, theoretical model.
419+
The tool supports the nRF52840, nRF5340 and nRF54L15 platforms.
420+
It allows you to also estimate the power consumption of your device in a selected period of time and use the output for estimating the lifetime of the battery used as a power source.

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,12 @@ Matter
221221
* :ref:`ug_matter_debug_snippet`.
222222
* Storing Matter key materials in the :ref:`matter_platforms_security_kmu`.
223223
* A new section :ref:`ug_matter_device_low_power_calibration_period` in the :ref:`ug_matter_device_low_power_configuration` page.
224+
* A new section :ref:`ug_matter_gs_tools_opp` in the :ref:`ug_matter_gs_tools` page.
224225

225-
* Updated by disabling the :ref:`mpsl` before performing factory reset to speed up the process.
226+
* Updated:
227+
228+
* By disabling the :ref:`mpsl` before performing factory reset to speed up the process.
229+
* The `ug_matter_device_low_power_configuration` page to mention the `nWP049 - Matter over Thread: Power consumption and battery life`_ and `Online Power Profiler for Matter over Thread`_ as a useful resources in optimizing the power consumption of a Matter device.
226230

227231
Matter fork
228232
+++++++++++

0 commit comments

Comments
 (0)