Power D1 mini with 4 AA batteries

batteriesesp8266

I would like to power a Wemos D1 mini with AA batteries for a project.

I'm really new to the subject but as I understood the board runs with 3.3V.
You can power the board through the 5V pin because there is a built in dropout there.

To get 5V I thought of using 4 AA batteries (4 x 1.5 = 6V) and mount them with a resistor to lower the voltage to 5V.

What I don't understand is how the resistor is acting on the overall system.
Does it increase its lifetime or does it disperse all extra voltage into heat ?
In other words, if I use more batteries with bigger resistor, does my circuit gets longer lifetime or should I stick to the required voltage ?

As I understood I could use 3 AA batteries (4.5V) it would work but I would opt for more lifetime if possible (Also I already bought boxes for 4 batteries 😉 ).

Is there any best pattern to decrease voltage effectively ? (Diodes, …, ?).

Thanks

Best Answer

The Wemos D1 Mini(ESP8266 in general) will use lots of power to keep up with the Wifi. It may go from 80 to 120mA. It wont hurt your device if you use 4 AA battery and can be used direct in the 5V Pin as suggested(not in the 3V3 though).

However, if you are planing to have your project accessing wifi, you should consider implementing deep sleeping. Otherwise you will be changing the batteries every day or every other day. If you dont need the wifi, I would consider other Microcontroller.

That said, it is a good option if you have something that will wake up, do a quick task over wifi and go to sleep. But, I would not use AA batteries in a ESP8266 project if it requires to be on all the time. I would consider 18650 batteries and the charging circuitry to allow you to easily manage the power needs of your project