wirekraken / ESP8266-Websockets-LED

Real-time addressable LED strip (ws2811/ws2812/ws2812b) control using ESP8266 via web interface.
GNU General Public License v3.0
68 stars 26 forks source link

I can't seem to get the webserver up #4

Closed ChristopheBaeyens closed 3 years ago

ChristopheBaeyens commented 3 years ago

Hi, I can't seem to get the webserver up and I do not see what I could be doing wrong. Connection to wifi seems ok as I can ping the assigned ipadress but I'm getting "file not found." The led matrix itself is working. Tried another project with a webserver and that worked fine.

ChristopheBaeyens commented 3 years ago

I finally figured it out. I installed python (not sure if it was necessary) I installed a recent version of the FS tool (esp8266fs) I had to increase the flash memory in the arduino IDE (Flash mode to 128 kb) You need it to transfer the subdirectory data to the esp board. And Finally it worked. And it was worth the effort.

[spiffs](https://tttapa.github.io/ESP8266/Chap11%20-%20SPIFFS.html#:~:text=Uploading%20files%20to%20SPIFFS&text=(Only%20use%20small%20files%20like%20text%20files%20or%20icons.&text=The%20procedure%20is%20exactly%20the,fit%20into%20the%20SPIFFS%20memory.)

upload web files to esp