wassy wrote:Hi.
I've seen several suggestions here and on another blog where people have put a HT7333-A LDO voltage regulator between a 18650 and the ESP-01 board. Isn't an 18650 going to have too low a voltage output to be above the voltage dropout for an HT7333?
Can I echo torntrousers sentiment in asking for an example diagram of using an 81650, LDO regulator and ESP8266
Thanks
The standard Li-ion 81650 battery could be 'floated' at just under 4V so the above diagram could be used with a resistor change to set the LM317 output to 4.2V (i.e. make R2 560 Ohms) Then the battery will be charged to around 3.9V
Then between the battery and ESP8266 all you need to add is a fixed drop of 0.6V which can be a silicon diode e.g 1N4001
The LM317 is already providing a constant voltage, albeit 0.6V higher than required so the fixed forward voltage drop of the silicon diode does the job just fine. In discharge, the battery will fall to 3.6V and still be OK, the ESP8266 will drop to 3V and still be OK.
The good news is that if leads are kept short and sensible, the source impedance of this circuit is very low and that's something the ESP8266 "cares about" more than the actual value of Vdd.
Remember, my suggestion here has the goal of being a minimal solution - where a throw-away design is sought after. It is not as precise as a fully engineered design might be but I believe it to be perfectly adequate for its purpose.