-
• #2
Hi Lorenzo - maybe you could ask RAK themselves?
Without anything running (eg. just after boot), Espruino should manage around 20uA from the nRF52832 chip (0.02mA), and with
NRF.sleep();
Espruino should do 3uA.So the increased power draw will likely be from the circuitry around the nRF52832, but I don't know enough about RAK's design to be able to help you out properly.
-
• #3
Hi Gordon,
thank you for your response.
I'll take your advice -
• #4
RAK didn’t make a good choice of voltage regulator. This needs to be changed to one with a lower quiescent current.
Hello,
I'm using Espruino on the Rak8212 board and I would to know what is the lowest power consumption I can reach.
So i'm using the following program:
Furthermore, I detached the passive GSSN antenna because it produces a 10mA power consumption even with the BG96 module switched off.
Running that code I can get a 0.9mA power consumption.
Now, I would like to get a lower power consumption, in the order of 0.02mA.
Is it possible and how I could make it?
Thank you