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

NRF52840-DK current consumption measurement

Hello, I just started to understand the NRF52840-DK. I want to measure the power consumption of NRF52 with broadcasting some data to air. How I will do it? Is there any example in SDK to put the device in sleep mode and I can broadcast the data.

I want to calculate how many days/months or years my device will work with cell operated.

I am new to this concept to measure the current consumption of the device. So, give some proper steps to do it.

Parents Reply
  • Hi, 

    The purpose of sd_app_evt_wait() is to do some extra housekeeping for the Softdevice before going to sleep. The function also makes sure that the code does not exit sd_app_evt_wait() unless an application event occurs, such as e.g. UART or ADC interrupt. All the Softdevice examples that use sd_app_evt_wait() in our SDKs should be able to enter sleep mode.

    According to your code, it will execute the nrf_data_mgmt_timeout_handler function when the timer event is triggered.

    Please take a look at this tutorial.

    -Amanda H.

Children
No Data
Related