Hi,
My first objectif is that the Micro:Bit consumes less than 2μA without the BLE. I read that the Micro:Bit program was not powered if the Micro:Bit is powered by the JTS connector (I transform the program into J-Link). In addition, I removed the accelerator and compass components. I use :
- Keil_v5
- nRF51_SDK_8.0.0
- s110_nrf51_8.0.0
With the power_manage () statement, the consumption is 2mA :-(
I know that:
- set the clock to 32kHz
- disable the memory
- disable the UART and SPI port
BUT I find only the instruction power_manage ();
Thanks you for your help
Jennifer