Hi,
Is there any similar to Online Power Profiler for Zigbee? How much my nRF52840 application should consume when using zboss stack? What is the minimum expected consumption for a Zigbee nRF52840 app?
I have implemented an application as peripheral BLE, using Zephyr. It consumes an average of 100 uA, so good !!!.
I have migrated this application to Zigbee (not multiprotocol at the moment), using NCS instead; functionality is OK, initialization of the hardware components is OK, but after enabling the Zigbee stack ( zigbee_enable(); ) the consumption steps up to 10 mA, which is 100 more times than the consumption with the BLE app.
Note: I do call the function zb_sleep_now(); when sig equals ZB_COMMON_SIGNAL_CAN_SLEEP in my zboss_signal_handler, but nothing changes.
Thanks,
Jordi.