I'm in the works of making a Wi-Fi IR remote and app. I currently have a NodeMCU running a webserver that works perfectly paired with a custom Android app and it all works flawlessly.
However, I'm trying to make another setup with an ESP-01 with the same webserver Arduino code I made, and the webserver is running when plugged into my computer and I can connect to it. My issue is when I have the ESP-01 powered by a 3.3V/5V Power Supply Module, the webserver never launches. I figured it was the power supply, so I checked to make sure it's supplying 3.3v to the ESP-01, which it is. Any other thoughts of why the webserver won't work when not connected to my computer?