You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: Added info about Thread child timeout's impact
Added information on how the Thread child timeout configuration
impact the power consumption and child wake up time.
Signed-off-by: Kamil Kasperczyk <[email protected]>
* :ref:`Matter weather station application <matter_weather_station_app>`
21
22
@@ -164,6 +165,18 @@ Switching the Matter :ref:`ug_matter_device_low_power_icd_modes` and frequently
164
165
To avoid this issue, set the :kconfig:option:`CONFIG_CHIP_ICD_SLOW_POLL_INTERVAL` and :kconfig:option:`CONFIG_CHIP_ICD_FAST_POLLING_INTERVAL` Kconfig options to the same value (for example, ``500``).
165
166
The typical use case that the SSED is best suited for is battery-powered devices that require short response time, such as door locks or window blinds.
166
167
168
+
Child timeouts configuration
169
+
----------------------------
170
+
171
+
The device working in a Thread child role uses additional mechanisms for periodically ensuring that the communication with the parent is still possible.
172
+
These mechanisms lead to waking up the device and exchanging the messages with the parent, if the related timeout expires.
173
+
In case of using the SED poll period value greater than any of these timeouts, the device wakes up more often than what is defined by the poll period.
174
+
To ensure that the SED device wakes up exactly at every poll period, set the following Kconfig options to the value greater than the poll period value (for Matter ICD :kconfig:option:`CONFIG_CHIP_ICD_SLOW_POLL_INTERVAL`):
0 commit comments