This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ZigBee + FreeRTOS example power consumption optimization

Hi, I'm using nrf52 dk and struggling to get low power consumption using multi_sensor_freertos ZigBee example from nrf sdk. Can you provide me some guides on how to optimize it? The lowest I can get is 600uA, which in my case is unacceptable. I was trying to add ZigBee dependencies to compile with blinky rtc example, but still after radio start-up i've got more than 0.5mA.

Parents Reply
  • Then it looks like it is specific to freeRTOS issue. I would have to look at implementation of this example. I am good knowledge on FreeRTOS but not so much on Zigbee, I need to figure out if there are any inconsistencies in how the tasks are made.

    If you have enabled the logs, I have noticed on other SDK that they create some issues with power consumption. Try to disable the logs and see if that helps, if it does, then I would have more focused area to debug the issue.

Children
Related