Hello,
SDK_1: nRF5 SDK for Thread and Zigbee v4.1.0
SDK_2: nRF5 SDK for Thread and Zigbee v4.2.0
Example: examples\multiprotocol\ble_zigbee\ble_zigbee_dynamic_light_switch_nus
Device: nRF52840-DK
IDE: SEGGER Embedded Studio for ARM, Release 5.68 Build 2021112600.48528, Windows x64
GCC/BINUTILS: built using the GNU ARM Embedded Toolchain version 10.3-2021.10 source distribution
When running above mentioned examples, there are significat power consumption differences.
When running example from SDK v4.1.0 average consumption is around 120 uA. When running same example with SDK v4.2.0, the power consumption is idling at 11 mA.
I was measuring consumption with the zb_set_rx_on_when_idle(ZB_FALSE)
for both of the cases.
Is there any example in SDK v4.2.0 that would match power consumption as in v4.1.0?
I would appreciate any advice how to correctly implement lower power consumption, I would be glad if someone can provide an example, so I could then include that into my existing application.
Thank you in advance.
Best regards,
Miha