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

DC/DC power consumption peaks after TX

Hello!

I have PCA10006 with revision QFAA nRF51422

I am testing the buck converter's ability to make the system consume less power when transmitting. Example is ant/broadcast_tx from SDK 11 with S210 ver. 5 soft device.

Seems like the RMS is really lower as the maximum is not that high as when DC/DC disabled. I am using the following API as:

APP_ERROR_CHECK(sd_power_dcdc_mode_set(dcdc_mode));

One thing that seems weird is the short peaks that happen at the end of the power consumption "wave". The yellow line shows the power consumption measured from the power measurement pins of the DK. The blue line is the actual power from the antenna (an external sniffer with power detection abilities). As you can see the actual power output from the antenna matches the power consumption. But can someone explain those short peaks after that?

image description

Thanks in advance!

Related