nRF52840 Dongle Matter power optimization

Hello,

i'm working on a matter sensor on a nRF52840 Dongle and BME280.

The softaware is based on matter/temperature_sensor with config changes to support nRf52840 Dongle.

Inside config file I have:

CONFIG_PM_DEVICE=y
CONFIG_RAM_POWER_DOWN_LIBRARY=y

CONFIG_LOG=n
and in overlay have disabled: pwm0,uart0,uart1,spi1,spi2,spi3,adc
On PPK2 i have about 35uA ( PPK2 is connected to VBUS and supplying 3,3V to avoid noise from DC/DC converter)
The timer is configured for 30 seconds readings.
I know nRF52840 Dongle is not a supported bord for this kind of app but do you have any suggestions about reducing power even more ? Is this the limit !
I think those 5 sec spikes can be reduced cause send data for 3 sensor readings is done way faster than this.
Does anyone have any suggestion where i should look  / what to change to get better power optimization ?
Parents Reply Children
No Data
Related