After a hard reset I get ±32uA. I don't know why current intensity was so high the first time.
I manage to get ±25 uA with stopping BLE. I flashed the puck with this simple code :
setTimeout(function(){ NRF.sleep(); },20000);
It's far better but I still don't understand how I can get less than 5uA. I have a Reed Switch on a pin. Can it be leaking ?
@user111953 started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
After a hard reset I get ±32uA. I don't know why current intensity was so high the first time.
I manage to get ±25 uA with stopping BLE. I flashed the puck with this simple code :
It's far better but I still don't understand how I can get less than 5uA.
I have a Reed Switch on a pin. Can it be leaking ?