2023-09-21 01:55 AM
I would like to ask if it is possible to set low power mode on window covering Matter application. I've tried to measure power consumption on NUCLEO-WB55RG with window-app flashed. I've noticed that there is CFG_FULL_LOW_POWER flag in Projects/P-NUCLEO-WB55.Nucleo/Applications/Matter/Window-App/Core/Inc/app_conf.h file. But there is no difference in power consumption with or without flag set to 1. Power measurement is being done as shown on the https://www.youtube.com/watch?v=7IVs-nuoXj8 tutorial. The lowest current measured on chip is 20mA, but I think it is not the desired low power consumption.
2023-09-21 02:10 AM
Hello @patlbm
I'm not able to find this project in the applications of the P-NUCLEO-WB55.Nucleo. Can you please share the project her.
Best regards.
II
2023-09-24 11:40 PM - edited 2023-09-24 11:40 PM
Hello it is on separate github repo called "stm32wb-matter-device-over-thread"
2023-09-24 11:56 PM
I suggest you to test your exemple without a low power mode. If everything works fine, add the low power modes refering to one of those exemples.
Best regards.
II