You are reading a single comment by @user111953 and its replies. Click here to read the full conversation.
  • 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 ?

About

Avatar for user111953 @user111953 started