Hello, all!
Are there ways to reduce current consumption of Vim3 in sleeping mode,
after “poweroff” command?
For example, is it possible to disable (turn off) blue LED?
Thank you.
Hello, all!
Are there ways to reduce current consumption of Vim3 in sleeping mode,
after “poweroff” command?
For example, is it possible to disable (turn off) blue LED?
Thank you.
Hi @sergetsp
Regarding power saving by turning off LED, please check the mcu register characteristics
For your case, you need to set the register at 0x29 of the mcu to 0x00.
You can run the command,
i2cset -y 0 0x18 0x29 0 b
Regards.