-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebUI wont connect #217
Comments
Press F12 and select console in the new window, after that reload the page, wait 30 seconds and post the output of the console over here, that'll help us diagnose why it's not connecting. |
@WarDrake Same issue... Update... After put ESP to board from usb programmer, issues are gone.. Maybe less power?
Installed deps with same versions from https://github.com/NimmLor/esp8266-fastled-iot-webserver/blob/master/Software_Installation.md#dependencies |
Hmm... I suppose your power source could be delivering too high a voltage, amperage is not an issue on these ESP boards, check it really is delivering 5v power under load I think the most the ESP can take before it fails is 8 or so... |
Ah, that makes sense, it's the pins on the ESP-01 when all pins are connected there's a short between 2 of them to set into programming mode, that's what prevents the webserver from working properly, you might be able to set the programmer to read mode only if not, then run it outside the programmer |
Hi there,
I just reflashed my Wemos D1 with the sketch and noticed that the WebUI does not fully load.
A similar issue is reported in this issue here: #190
After reading this, I cleared my EEPROM (with the Arduino sketch from Examples -> EEPROM), chose Tool -> Erase Flash: "All flash contents", this is what I assume is a "clean" install.
After that, I connected to the AP that's provided by the D1 and connected it to my Wifi (which connected successfully):

Also, I uploaded the Sketch data via Tools -> ESP8266 Sketch Data Upload.
After all that, I tried accessing the WebUI and get the same issue as in the issue linked above.

It says "Connecting, please wait" at the bottom and wont load any further:
Any help to resolve this is greatly appreciated
The text was updated successfully, but these errors were encountered: