Hello all. I have an ESP-01S device that I'm trying to make as compact as possible. It has no sensors or motors connected to it; it's just a WiFi device. I'm trying to find a very compact battery power supply for it, or possibly design my own PCB. Does anybody have any suggestions? The battery doesn't have to keep it going for a super long time, only a few hours. Keeping it small is more important than battery life.
Does anybody have any suggestions for this, or how I could possibly design my own PCB?
Keep in mind that an ESP8266 is fairly power hungry, calculate about 100mA as a baseline average. Not using WiFi would probably make it less so, but then i figure that WiFi is most likely the reason to use an ESP.
LiPo is the smallest and lightest battery, but they deliver a variable voltage. A buck converter is the most efficient, but usually a bit more bulky with the use of external components than a lineair regulator.
If it is possible in the scheme of things to use deepsleep, then another ESP board like a Wemos D1 mini may be more practical. The Esp-01 does not have the pin exposed that is required for wakeup.