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

Difficulty determining current consumption with oscilloscope

Hi, I'm currently trying to determine the power consumption of my nrf51DK during different states of my program using an oscilloscope. To do so, I am using an external power supply in series with a resistor on the external power supply pins, and then using an oscilloscope to measure the voltage across the resistor. Here is a picture of my setup: image description

Regardless of whether I turn on Bluetooth advertising or not or use the ADC or not, the voltage on the oscilloscope looks like the following picture oscilloscope

I am not sure why there is a periodic signal with a period of ~2ms, despite there being nothing in the code that executes at that frequency (That I set up, at least). Is there any issue of the way I am trying to measure power?

Any help would be greatly appreciated! Thanks

Parents
  • Hi

    This is not the recommended way of measuring current consumption of the nRF51422 chip on the nRF51-DK board. Look at the method described on page 18 in the nRF51-DK user guide. When you measure current consumption on the external supply pins, you are measuring current consumption of the Segger chip as well. If you measure on the "Current measurement" pins, then you are measuring on the nRF51422 only.

    However, there is a problem on the nRF51-DK board when measuring current consumption, at least on v1.0.0 boards, that there appears a current spike every 1 ms or 2 ms, when the board is powered with USB, and perhaps also when powered by external supply. However, it should not be present if you power the the board from battery.

Reply
  • Hi

    This is not the recommended way of measuring current consumption of the nRF51422 chip on the nRF51-DK board. Look at the method described on page 18 in the nRF51-DK user guide. When you measure current consumption on the external supply pins, you are measuring current consumption of the Segger chip as well. If you measure on the "Current measurement" pins, then you are measuring on the nRF51422 only.

    However, there is a problem on the nRF51-DK board when measuring current consumption, at least on v1.0.0 boards, that there appears a current spike every 1 ms or 2 ms, when the board is powered with USB, and perhaps also when powered by external supply. However, it should not be present if you power the the board from battery.

Children
Related