Guidance Needed for Measuring nRF52805 Current Consumption (Sleep, TX, RX Modes)

Hello,

I need to measure current consumption on the nRF52805 in sleep, TX, and RX modes. Which sample applications are recommended for each of these measurements? Additionally, please advise if there are any specific considerations or precautions I should keep in mind to ensure accurate current measurements.

Thanks,

PKG

Parents
  • Hi Samruddhi,

    Thanks for sharing the link. I’ve made some progress on my side. I’m measuring the sleep current with the system in System OFF mode [sample: System Off ] , and I’m seeing about 0.173 µA. However, the link shows that the expected sleep current for System OFF, no RAM retention, wake on reset is around 0.3 µA.

    I’m not sure whether my code is currently using RAM retention or not. How can I configure the system to ensure RAM retention is disabled?

    Also, I’m not certain whether the sample I’m using is configured for DCDC or LDO mode. How can I change this configuration in the code?

    Sample :

    .. zephyr:code-sample:: nrf_system_off
    :name: System Off
    :relevant-api: sys_poweroff subsys_pm_device

    Use deep sleep on Nordic platforms.

    My measurement.

    Thanks,

    PKG

Reply
  • Hi Samruddhi,

    Thanks for sharing the link. I’ve made some progress on my side. I’m measuring the sleep current with the system in System OFF mode [sample: System Off ] , and I’m seeing about 0.173 µA. However, the link shows that the expected sleep current for System OFF, no RAM retention, wake on reset is around 0.3 µA.

    I’m not sure whether my code is currently using RAM retention or not. How can I configure the system to ensure RAM retention is disabled?

    Also, I’m not certain whether the sample I’m using is configured for DCDC or LDO mode. How can I change this configuration in the code?

    Sample :

    .. zephyr:code-sample:: nrf_system_off
    :name: System Off
    :relevant-api: sys_poweroff subsys_pm_device

    Use deep sleep on Nordic platforms.

    My measurement.

    Thanks,

    PKG

Children
Related