Sleep power consumption in Matter samples with SED/SSED

Hallo everyone,

I'm currently trying to reduce power consumption in Matter samples (ncs v2.3.0) with as SED or SSED. I tried to do everything described in this article: 

https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/protocols/matter/getting_started/low_power_configuration.html

I use the prj_release.conf which already enables the Power Management module.

I also added code to suspend the external flash in AppTask::Init  , however I did not see any difference in power consumption.

I would expect 2-4µA while sleeping, but I cant get it any lower then ~210 µA, which is way to much for a CR2032 powered Device.

Is there any other peripheral or configuration I'm missing?

Thanks,
Julius

Parents Reply
  • Hello Kazi,

    I tried it with sample/matter/template on the nrf5340dk. Today I built the exact same Matter template for the nrf52840dk and it worked much better:

    So im 99% sure it has something to do with the network core not going to sleep. I saw in an other post, that you should CONFIG_LOG=n in child_image/hci_rpmsg/prj_release.conf.

    I haven't tried that yet, because in my build folder: build/multiprotocol_rpmsg/zephyr/.config   it already has " # CONFIG_LOG is not set " 

    Are there more settings for the network core the reduce power consumption? 

    Thanks,

    Julius

Children
Related