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

nRF52811 and s140 softdevice low power

On the nRF52811 with the s140 softdevice, what is the set of things to do to enter very low power sleep state? The product specification says ION_RAMON_RTC is 1.5 μA. What are the circumstances under which this power state is achieved? What are some of the main things which can cause the chip to use more power?

For things like the BLE stack and GPIOTE events, what is the proper way to shut them down when they're not needed so they use the least amount of power? Here is a quick list of the features we're using:

  • BLE (under development but definitely using the s140 to have coded phy)
  • app_timer
  • GPIOTE when in active state - may not need wake on GPIO

Thanks.

Related