robertoostenveld / esp8266_artnet_dmx512

49 stars 11 forks source link

Problem uploading web page #13

Open lightsun1323 opened 8 months ago

lightsun1323 commented 8 months ago

After uploading the project, I encountered the problem that none of the web pages in the data folder were uploaded, except for the ones in the photo below. Where do you think the problem comes from? artnet

robertoostenveld commented 8 months ago

As long as you see this, it is not connected to wifi and it remains basically stuck in the setup() function around https://github.com/robertoostenveld/esp8266_artnet_dmx512/blob/57212159923df2f84f8e9a81104d06b9ad493831/esp8266_artnet_dmx512.ino#L335

I am not exactly sure at which line it blocks, but it won't get to https://github.com/robertoostenveld/esp8266_artnet_dmx512/blob/57212159923df2f84f8e9a81104d06b9ad493831/esp8266_artnet_dmx512.ino#L382 where the webserver with all other pages is initiated.

Have you connected the ESP8266 over the serial/usb port to your computer? If you use the Arduino serial monitor, you can follow in much more detail what happens in the code with the Serial.println() lines.