Attempt 1: I had a USB wall charger from an old digital camera (5V 850mA), I removed the USB connector and soldered the output to the input of the DC-DC converter. I plugged the charger in and there was a loud buzzing coming from the ESP, I quickly unplugged it and noticed the chip on the ESP was uncomfortably warm, I cut the wires off the and measured the output at 5.29V DC with about 20mV AC ripple (DMM set to AC) and 100 Hz (this seems low but I'm not a SMPS expert) I hooked the circuit back up to my ATX benchtop supply and the circuit pulls about 130mA on the 5V, Doesn't operate and gets hot. Assuming the chip was fried I tossed it and soldered in my other ESP8266-03 and threw out the Camera charger thinking it was damaged/unusable for a project supply.
Attempt 2: I flashed my 2nd ESP and had it operating as desired attached to my bench supply. I got another USB charger (this one for a phone 5V 450mA) and connected it to the DC-DC converter. The circuit powers up and the ESP spews apparently garbage data to the serial port. I reflashed it and got
Fatal exception (0):
epc1=0x40212764, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
endlessly. I tried adding a cap to the output of the DC-DC conveter and swapping the DC-DC for a LM317 set at 3.3V and I continue to have the issue of garbage data on power up and the fatal exception after flashing, I switched back to the benchtop supply and the issue continues. I tried Reflashing with the AT firmware and get the ame results except a different code
Fatal exception (0):
epc1=0x40211558, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
Is there any possibility of saving this module and what happened to both why did a SMPS fry the 1st one through a DC-DC converter and what happened to the 2nd one to cause it to throw these exceptions? Has anybody successfully powered one from a USB charger?
Thankyou