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

Confusion about understanding PPK observations

I have custom board  with nrf 52832. I am using SDK 15.2.0  and softdevice s132 V6.1.0  to transmit advertising packets periodically. I have written simple application that reads battery status and transmitted it in manufacturing data  of advertising packet 

By referring online Power profile   I got average current 20 microAmp for following configuration.

Tx Power = 0 dBm

Tx Payload = 27 bytes

BLE Interval = 1000 msec

DCDC = No.

sensor = lis2dh12

Power Profiler Kit nRF6707 is used for average current calculation. PPk setup as follows

SW2 = External

SW4 = Reg

COM = DK

 I have captured 2 images with different average current for above configuration I am little bit confused which value i will consider for calculation.

a)

b)

kindly remarks on this. These remarks will be valuable for me.

Parents Reply
  • I have found that xtal_accuracy is ignored for RC.

    This behavior was changed starting from s132_nrf52_5.0.0-2.alpha. From release notes:

    "The RC oscillator accuracy can now be set to any of the defined NRF_CLOCK_LF_ACCURACY values, and there is no default anymore. In other words, the nrf_clock_lf_cfg_t::accuracy
    parameter now has the same functionality when used with the RCOSC clock source as with the XTAL clock source"

    so which value I will use? Does it depend on hardware?

    Due to errata 146, I recommend using 500 ppm when using the LF RC oscillator.

Children
Related