High current consumption in sleep, Why ?
#1
I put 10 Ohm resistor serial with battery wire and measured the current consumption with my test software in sleep or deep sleep mode.
In to the main loop I switched off the backlights, disable the LCD and put some commands to sleep the system
NRF_POWER->SYSTEMOFF = 1; 
or
sd_power_system_off();

After that I measured 63mV on resistor, that is 6.3mA this is very high!
The next step, I flashed the same software to a standalone NRF52832 chip, the current was 2uA !!
Then I put the initialized Pinetime ST7789 display to SLEEPIN mode,  with this command: lcd.sendCommand(0x10)
The result is 0.8mA = 800uA instead of 2uA.
What can I do yet?
What is the minimal current consumption with Pinetime in deep sleep?


Messages In This Thread
High current consumption in sleep, Why ? - by galilei - 05-01-2020, 10:04 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PineTime Sleep Tracking any_mouse 12 12,583 07-10-2023, 05:41 PM
Last Post: davidair

Forum Jump:


Users browsing this thread: 1 Guest(s)