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

Power Profiler Kit tremendous delay, what's going on?

Hello, I'm trying to measure the current profile with the PPK (HW Rev:1.1.0, SW: 1.1.0) but I see a lot of strange behaviors.

My firmware initializes everything and the waits a button event. When it detect the button event it starts scanning with the maximum duty cycle, it also starts advertising. I expect to see the current consumption to go to something between 6mA and 10mA when I press the button, but that is not happening. What I see is something like having the graph updated with huge delay (10-20 sec, maybe more). It is very difficult to say what is happening because what I see on the graphs seems to be totally independent of what the MCU is doing.

Now I notice that if I set the Average Window to be 4 sec long it takes 10 second to fill the whole graph....This doesn't make sense to me.

Thank you, Davide.

EDIT:

System details:

OS: windows 10 Enterprise (10.0.15063)

Python: 2.7.13

Screenshots:

What I see just after the calibration ends: image description

After a while (15s), without touching anything on the board, the consumption grows to 2mA (it may be the CPU in the while(1) loop, I'm not sure because I didn't optimize energy consumption aspects, I'm sure the radio is off here)

image description

When I press the button (see the mark) that turns the radio on nothing change on the current. You can see the terminal monitor that indicate both the scanning and the advertising are ON.

image description

finally after 60 sec I see the consumption to go to the expected value

image description

Parents Reply Children
No Data
Related