khoih-prog / ESPAsync_WiFiManager

This is an ESP32 (including ESP32-S2 and ESP32-C3) / ESP8266 WiFi Connection Manager, using ESPAsyncWebServer, with fallback web configuration portal. Use this library for configuring ESP32, ESP8266 modules' WiFi, etc. Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP WiFi channel. With examples supporting ArduinoJson 6.0.0+ as well as 5.13.5- . Using AsyncDNSServer instead of DNSServer now.
MIT License
291 stars 73 forks source link

Not working when not connected to Serial #27

Closed malte-j closed 3 years ago

malte-j commented 3 years ago

The WiFi Manager doesn't work when powering the ESP32 over its VIN Port, but does when powering it through USB. I'm simply using the Code from the Async_AutoConnect_ESP32_minimal.ino example. I already remove the while (!Serial); delay(200); line. Is there a simple fix for this?

malte-j commented 3 years ago

Turns out there is a more general problem with powering the ESP32 on the VIN Pins, which has nothing to do with the library.

khoih-prog commented 3 years ago

I've just been back home and seen this and am happy you did your thorough research/experiment and found out the issue before I would inform you.

This is good experience for other new users, and will be definitely helpful. Don't hesitate to post any issue, correct or not, as they are all beneficial somehow to other users.

Good Luck with your project,