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

nRF52810 power optimization

Hi,

I am currently working on an application for nRF52810. It has only advertising feature and I calculated the consumption with online calculator. The values I got from the calculator are:


but in the real device I get values:
* 5s adv average: 3.9uA
* in sleep average: 1.46uA
* send peak: 6.67mA

This is the power consumption diagram:

I am using module  ISP1507_AL  and I am not sure where I can lower the consumption to get to the calculated values.
Suggestions and questions are welcomed.

Thank you,

Voja. 

  • I forgot to include relevant datasheet's footnote:

    In https://devzone.nordicsemi.com/f/nordic-q-a/44087/accuracy-of-the-32-768khz-xtal-oscillator-over-temperature is this statement:

    "frequency drift due to temperature is not taken into account in the NRF_CLOCK_LF_ACCURACY"

    Now I'm not sure. Am I not wrong with "5" for NRF_SDH_CLOCK_LF_ACCURACY (i.e. 50ppm)?

    Basic initial frequency tolerance only is NOT KNOWN.

    Shall I take into account initial frequency tolerance only OR initial tolerance+drift+aging+frequency pulling?

    Does mean high ppm (low NRF_SDH_CLOCK_LF_ACCURACY) also higher current consumption?

  • Hey again, sorry for the late reply.

    If you send us your device for pre-certification scan and antenna tuning we will measure the the absolute frequency offset at room temperature, if you include drift, aging, and operating temperature range then you'll have your actual PPM tolerance. 

    The tolerance setting does have an impact on the current consumption. The radio's will have to have a larger receive window due to clock inaccuracies in order to successfully receive a transmission, the larger the inaccuracy the larger the receive windows have to be. This in turn translates to more on-time of the radio and thus a larger current consumption. 

    How much current you can save depends on the connection parameters. 

Related