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

Low power SAADC 394uA

Hi,

I am having some trouble getting optimal power consumption while using the SAADC.

I've tried running the example given here 2766.nRF5_SDK17.0.2_ble_app_beacon_lp_saadc.zip. I've changed the LF_SRC in sdk_config.h to RC.

I am using a BMD-341 with SDK version 17.0.2

394uA

I've checked that the hf clock is not running. But I am still measuring 394uA with the powerprofiler which seems high.

Do you have any ideas?

Parents
  • Hi,

    The BMD-341 contains a nRF52840 chip, while the project you have linked are for nRF52832 only (PCA10040 - nRF52 DK). Have you ported the project to pca10056/nRF52840?

    Have you made any other modifications to the example?

    The peak current also looks a bit odd to me. The expected TX current of the radio (when sending the beacons) in nRF52840 should be closer to 6-6.5mA, while in your screenshot the maximum is below 4mA. Are you seeing the beacons being sent from the board? Do you have another PPK that you can use to double-check the current measurements?

    Best regards,
    Jørgen

Reply
  • Hi,

    The BMD-341 contains a nRF52840 chip, while the project you have linked are for nRF52832 only (PCA10040 - nRF52 DK). Have you ported the project to pca10056/nRF52840?

    Have you made any other modifications to the example?

    The peak current also looks a bit odd to me. The expected TX current of the radio (when sending the beacons) in nRF52840 should be closer to 6-6.5mA, while in your screenshot the maximum is below 4mA. Are you seeing the beacons being sent from the board? Do you have another PPK that you can use to double-check the current measurements?

    Best regards,
    Jørgen

Children
Related