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

nRF52840 questions about power consumption in sleep mode

Hi There,

I'm a beginner with Nordic products and I'm taking over the nRF52840 Preview Development Kit.

My final goal is to supply with a solar cell my nRF52840 running in Low-Power mode and sending advertising at regular intervals.

--

So, I would like to measure the current of the chip in sleep mode with an ampere meter. To achieve this, I have followed this document :

http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52%2Fdita%2Fnrf52%2Fdevelopment%2Fnrf52840_pdk%2Fhw_measure_current.html

- I used external power supply (3V) on connector P21.

- I cutted the PCB track shorting solder bridge SB40.

- I connected an ampere-meter between the pins of connector P22.

- Switch SW6 is on “nRF only”.

- Switch SW9 is on position “VDD.

NOTE : maximum resolution of the ampere-meter : 10 nA

--

To measure, I used the following example program :

<InstallFolder>\examples\ble_peripheral\ble_app_beacon

- I have commented the advertising_start() function (in the main function) to stay in sleep mode.

- I have commented the BSP_init() function to reduce consumption.

NOTE : I used nRF5 SDK v12.3.0 and S132 softdevice.

--

My problems are as follows:

- The current given by my ampere-meter is 500uA, which is far too high in standby mode according to specifications. How can I reduce that ?

- By measuring with the ampere meter directly after the external power supply, I have about 2.5 mA which is even more and which does not correspond to my previous measurement. What does the current measured on P22 correspond to ? Later, where should I connect my solar cell ?

--

Can you please help me understand and solve my problems?

Thank you for your answers !

Parents Reply Children
No Data
Related