I bought these EtekCity remote controlled (433Mhz) sockets. I wanted to rip out the 433Mhz reciever and put in an ESP-01 in there. I have a little problem in powering the ESP-01. The 433Mhz receiver and the original microcontroller are powered by a 78L05, which maxes out at 100mA. I tried connected an AMS1117 after it to power the ESP-01, but of course, the 78L05 cannot provide enough current.
I have unregulated 8V at the input of the 7805, but the AMS1117 can only accept 5V. Any ideas to get around this problem?
[EDIT] My bad, the AMS1117 can actually accept intup upto 12V, so I tried bypassing the 78L05 but shorting the input and output. Same problem, the ESP-01 powers up fine when I provide 5V with a battery (power bank). When I use the bridge rectifier on the socket, without the ESP-01, the AMS1117 produces 3.3V just fine. The moment I connect the ESP-01 the output voltage drops down to 1.7V. Tried adding some bug capacitors on input and output, doesnt help. Any idea?
My last option is to rip out everything and just put a NodeMCU board on there with a Relay board along with a USB phone charger circuit.