Current consumption is different between ampere meter measurement and source meter measurement using PPK II

Hello everyone,

I'm testing current consumption of nRF52 dev KIT (PCA10040). The test application is a BLE application. I tried with two methods for measuring current consumption (Ampere and Source meter). However, I got a significant difference between two methods.

The setups of both methods for current consumption are attached below as well. I've followed several video tutorials for this setup.

Using ampere meter, I got every low current consumption as shown in the following figure (147 uA for BLE advertising and 225 uA for BLE connection initialization). In contrast, using source meter method (set 3V to external supply) I got very high current consumptions with > 1.6 mA for BLE advertising and > 3.7 mA for BLE connection initialization. 

Are two methods supposed to give the same current consumption? Or please let me know if I have any wrong setup for this. Thanks!

Parents
  • Update: I changed my setup for source meter method with the reference setup from PPK II user guide. I got the same current consumption as measured with ampere meter method. 

    Here is very helpful post for those who is trying to measure current consumption with custom board - here

    Reading more information with this topic in another post, it mentioned about disabling NRF_LOG_ENABLED and verifying the DEBUG flag to significantly reduce the current consumption. Could you please help me to explain the DEBUG flag and how does it effect to power consumption?

Reply
  • Update: I changed my setup for source meter method with the reference setup from PPK II user guide. I got the same current consumption as measured with ampere meter method. 

    Here is very helpful post for those who is trying to measure current consumption with custom board - here

    Reading more information with this topic in another post, it mentioned about disabling NRF_LOG_ENABLED and verifying the DEBUG flag to significantly reduce the current consumption. Could you please help me to explain the DEBUG flag and how does it effect to power consumption?

Children
No Data
Related