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

How to reduce the free rtos power consumption in idle mode?

Hi Sir,

As reference below link, and we can find the Tickless IDLE enabled ~700uA in SDK 15.2

https://devzone.nordicsemi.com/f/nordic-q-a/24733/nrf52840-sdk-14-0-0-and-tickless-idle-freertos---some-suggestions

1. Does the ~700 uA is the lowest idle current?

2. from devzone, some discussion can reduce the idle current below 100 uA, any suggestion we can reach this target?

Thank you.

Han

Parents
  • 1. Does the ~700 uA is the lowest idle current?

     With the advertising/connection parameters, it is the lowest you can see. But ofcourse you can reduce it more by increasing the adv/conn interval.

     

    2. from devzone, some discussion can reduce the idle current below 100 uA, any suggestion we can reach this target?

     Like I said above, the consumption int he examples we gave depends very much on the adv/connection interval. These values are very close to the one examples which behave the same but without the RTOS. So the RTOS overhead power consumption is not big.

Reply
  • 1. Does the ~700 uA is the lowest idle current?

     With the advertising/connection parameters, it is the lowest you can see. But ofcourse you can reduce it more by increasing the adv/conn interval.

     

    2. from devzone, some discussion can reduce the idle current below 100 uA, any suggestion we can reach this target?

     Like I said above, the consumption int he examples we gave depends very much on the adv/connection interval. These values are very close to the one examples which behave the same but without the RTOS. So the RTOS overhead power consumption is not big.

Children
Related