I am using an Artemis Nano for a weather station. I would like for the board to be off unless I specifically turn it on, and I’d like to use the minimum power possible while the board is off to maximize battery life.
The Nano has power control by allowing access to the enable pin of the voltage regulator. However, it is pulled high with a 10K resistor.
There are several issues with this design. If I were to simply connect the enable pin to ground, turning the device off, there would still be a 0.4 mA current (4 volt average for a lithium battery thru 10k) which over time would be quite significant. It also makes direct use of the enable function more complicated than it needs to be.
The pullup resistor is labeled R1. While not thrilled with the prospect, it looks like the best way to handle the problem is to remove R1 and connect the enable pin directly to my external enable circuitry. I don’t know which resistor that is on the board, and I can’t read an Eagle file (don’t have the software).
So, two questions.
-
Can anyone point out R1?
-
Am I missing something? A better way?
Thank you all in advance