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 :
- 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 !