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

question about the power consumption of nRF52832 in BT connected and advertising mode

the power consumption is about 6.12mW in BT connected, and consumption is about 7.75mW in advertising mode.

is it normal or has possibility to reduce it to extend the battery life?

thanks in advance.

Parents Reply
  • The internal and external clocks are used in two different ways, and not really comparable. The internal clock is started whenever it is needed by the peripherals automatically, e.g. the CPU. It has a very short startup time and cannot be controlled by the application. The external crystal has to be started manually, and will consume current after being started even though it's not actually being used. The startup time is a lot longer, and you will typically not use this unless you need the increased accuracy provided by the crystal, which in fact the radio does. If you just look at the run current for the CPU when running from the external crystal versus the internal clock, it's almost the same.

Children
Related