-
Hi makerdiary team, currently I am trying to optimize the sleep current consumption of your connectkit nrf52840 board (with ufl connector). Unfortunately, I am unable to achieve an acceptable sleep current. I hope you can help me to find my problem and further reduce the current consumption. Steps I have performed: KConfig:
Overlay:
Powering the board via the VBUS (+5V) and GND pins yields the following current consumption, which is way to high for my usecase: If I power the device via the 3.3 (3.3V) and GND pins yields the following current consumption, which is still to much: To be honest, I am not sure where I leak so much current. In addition, the consumption trace does not look like a peripheral to me. In addition, I have flashed the same example on a nrf52840dongle which yielded the expected current consumption: KConfig:
Overlay:
Power trace when powered via VBUS (+5V) and GND: This result brings up the question, if the connectkit leaks somewhere current to GND. Please be so kind and help me to reduce the current consumption if powered via the VBUS and GND pin. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
@whati001 Hi, there are three points you can follow to optimize the current consumption of nRF52840 Connect Kit:
If you still can not fix the issue, I will push an example while updating the ncs-playground repo. |
Beta Was this translation helpful? Give feedback.
Ok I finally down at ~11uA when sourcing the chip via SYS pin and shutting down the nrf chip entirely.
The spikes seem to be from the DC-DC converter and another problem was my USB cable. I have not investigate further but the cable leaked some current internally.
The final solution was as @caizelin stated:
https://github.com/orgs/makerdiary/discussions/10#discussioncomment-10378742