Chat freely about anything...

User avatar
By koushik k m
#24855 I started working with esp8266 , when I gave the power supply it works fine and tried some AT commands. But within few seconds my 3.3 regulator started heating,I double checked connections ,everything was fine. I used l7833 regulator. Help?
User avatar
By lethe
#24917 What's the input voltage of your regulator? The ESP can draw up to 300mA in bursts (when esp. transmitting). With a LDO I would not recommend more than 5-6V on the input side, otherwise the regulator will have to dissipate a lot of heat.
If you need to work with a higher input voltage, you should consider using a switching regulator.
User avatar
By martinayotte
#24922 Also, the 78L33 is rated for 100mA, so since ESP8266 is taking more than that, it is normal that regulator is suffering, it will maybe even die later ...
Better use something like AMS1117 rated to 1A.
User avatar
By alonewolfx2
#24959
martinayotte wrote:Also, the 78L33 is rated for 100mA, so since ESP8266 is taking more than that, it is normal that regulator is suffering, it will maybe even die later ...
Better use something like AMS1117 rated to 1A.

right. esp8266 consumes almost sometimes 300ma peak on boot. 100ma not enough.