Welcome,
I am building a wireless sensor based on the esp8266. The circuit will be powered by a li-po 18605 pack.
The ADC in the esp measures voltages up to 1v - so I can use a voltage divider built with e.g. two resistors (e.g. 100R + 33R).
The problem is that I would like the whole circuit to be energy efficient - so the ESP itself is woken up for a few seconds every 10 min - it measures and transmits the results. And such a voltage divider would "eat" energy all the time.
Do you perhaps know of any better solutions that I could implement? Maybe some kind of transistor key?
I would like the voltage to be measured only when I want it to be, and no extra energy would be lost.
I am building a wireless sensor based on the esp8266. The circuit will be powered by a li-po 18605 pack.
The ADC in the esp measures voltages up to 1v - so I can use a voltage divider built with e.g. two resistors (e.g. 100R + 33R).
The problem is that I would like the whole circuit to be energy efficient - so the ESP itself is woken up for a few seconds every 10 min - it measures and transmits the results. And such a voltage divider would "eat" energy all the time.
Do you perhaps know of any better solutions that I could implement? Maybe some kind of transistor key?
I would like the voltage to be measured only when I want it to be, and no extra energy would be lost.