- Sun Mar 10, 2019 6:41 pm
#81023
The LM1117 is fine if you are using a 5 volt power source. It has too much voltage drop when used with lithium batteries.
I found the MCP1702 to be unreliable. During some peak current demands from the ESP8266 the output of the
MCP1702 can produce significant dips in the output voltage. This was a big disappointment for me because the MCP1702 has a lot of good things going for it. I had used it initially when I first started using the ESP8266. I thought I was getting sporadic software crashes because of bad code, but after changing out the regulator to a higher capacity part the crashing stopped.
The HT7333 is often used but it also has a 250mA rating. I do not consider it adequate. Less know is the HT7833 that has a 500mA rating. This is a much prefered part as far as I'm concerned. And it can be bought at a low cost. it is also available as a thru hole part and that might be important if you are not using a surface mount designed board.(hacking something together, or on a breadboard)
http://www.holtek.com.tw/documents/1017 ... 99f2d0f6d7I have used the Microchip TC1262 a lot. It is another good part but it is not as low in cost as the HT7833 or the LM1117.
https://www.aliexpress.com/item/10pcs-1 ... 78069.htmlThose are the linear parts that I have experience with.
I tend to use 5 volts and then a linear regulator to provide the 3.3 volts for the ESP. There is little to gain by using a switching regulator when you start with 5 volts. I have designed in a switching regulator to go from 5 volts to 3.3 volts for a Microchip PIC32 based design at work. The PIC32 is the main processor. There will be a ESP32 acting as a wifi and bluetooth connection option. This will also be powered by the same 3.3 volt switching supply. There is a cheap board being made called the Mini360 and I have had a lot of success using it to go from 12 volts to 5 volts.
The mini360 was originally based on the MPS MP2307DN but now is often made with a cloned part. I have found differences in the behaviour of the cloned part but that was in an unusual application. I think in most cases the mini360 with the cloned part will work well but we only use the original MPS part for our products.
I have designed in the MP2307DN into the product but have only made a prototype batch so we can do software development. I still am a little uncertain about using it. Hopefully I will feel more confident about it in time.