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

current cosumption measurement

Hi,

I am trying to measure and minimize current consumption ..... Following previous question on this forum,I found way to measure current on NRF51 DK by cutting SB9...and running power profile application for BLE

When I put mutimeter(FLUKE 289)in series on current measurement pins it to measure current, I found out that I can not see the beacon advertising in the NRF master control panel.

If I remove my multimeter(in series) and short the current measurement pins I can see beacon advertising the data in the master control panel...

I am running Power Profile application as it is.....using S130 and nrf SDK 11.0.0-2-alpha

  1. Can anyone explain me the reason behind it ???

......... I set the tx_power for the radio to -12 dBm but it gets reseted to 0dBm..after service_init as NRF_RADIO->Tx_power register gets reseted to 0.

I tried to to find if any other function ,if using sd_ble_gap_tx_power_set() function , but did not see anywhere that it is being used.....

  1. So, where exactly I should use this function to maintain upto what I set.....
Related