Skip to content
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

Open
Roycinger opened this issue Dec 20, 2021 · 6 comments
Open

WebUI wont connect #217

Roycinger opened this issue Dec 20, 2021 · 6 comments

Comments

@Roycinger
Copy link

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):
image

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:
image

Any help to resolve this is greatly appreciated

@WarDrake
Copy link
Collaborator

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.

@Ceda
Copy link

Ceda commented Jan 31, 2022

@WarDrake Same issue...


Update... After put ESP to board from usb programmer, issues are gone.. Maybe less power?

image
Then reqest go to canceled state...
$ curl -I http://192.168.1.125
curl: (7) Failed to connect to 192.168.1.125 port 80: Operation timed out

Installed deps with same versions from https://github.com/NimmLor/esp8266-fastled-iot-webserver/blob/master/Software_Installation.md#dependencies

@WarDrake
Copy link
Collaborator

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...
how are you powering the leds? from the ESP or from the powersource directly?

@Ceda
Copy link

Ceda commented Jan 31, 2022

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... how are you powering the leds? from the ESP or from the powersource directly?

On the contrary, the voltage in the USB programmer was probably low. Now is working correct.
I am using ESP01 & this programmer
image

@Ceda
Copy link

Ceda commented Jan 31, 2022

Screenshot 2022-01-31 at 18 28 25

I don't understand why, but the webserver doesn't respond when connected via a programmer

@WarDrake
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants