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

Average and Trigger windows show different currents

I find that the low current readings in the Average and Trigger windows can vary significantly.  I understand that the sample rates are much different, but does that also affect the current readings and offset?  For example, in the screenshot below, you can see that the sleep current after an advertisement reads about 140 uA on the Average window, but only 17 uA (and closer to expected) on the Trigger window.  These aren't the same time period, but it consistent for all the periods just after the advertising that I looked at.

I tried firmware with nothing but a system shutdown in main():

    NRF_POWER->SYSTEMOFF = 1;
    for(;;){}

This showed near zero current (+/- 0.6 uA) in the Average window, but a few uA in the Trigger window.

My setup is a PPK on top of the nRF52833 Dev Kit with power from the attached USB cable.  The app is the v3.5 Mac version.  I've run the PPK through the DK board interface with the PPK COM switch set to DK, and with the PPK attached to a separate DK board through the Debug In connector with the COM switch set to EXT.  (I wonder if the latter causes any problems with ground loops with two USB cables and the Debug ribbon cable between boards.)  The results are similar between the setups, with the two windows not agreeing on the current value for the quiet and flat sleep periods.

Any suggestions for how to get the numbers match better, or reasons why they don't?  And if this is an inherent problem, which numbers should I believe?

Parents Reply Children
Related