-
Notifications
You must be signed in to change notification settings - Fork 94
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
artnet_neopixel SPIFFS Upload issue? #16
Comments
is the connection to the http server successful, and is it a spiffs issue or a http issue? Please add in the
Then you can GET What do you see if you listen on the serial interface? |
I do not think the web server is running, it works for the Wifi setup (which made me think web server was working and not even look down that path). Serial Monitor IDE Output for uploading sketch and SPIFFS ` Writing at 0x00000000... (5 %) Leaving... esptool.py v2.8-dev Writing at 0x00100000... (25 %) Leaving... |
what does http://arttnet.local/version return? That link should confirm that the http server is running, and does not use anything from SPIFS. Can you ping it? Is there any network connection possible after going through the wiki manager configuration? |
I can ping it, get no response from /version at all and when I do a port scan on the IP I get no open ports at all. So the webserver is not functioning. |
Then it is not a SPIFS problem, but a web server problem. Probably you are working with libraries that have all been updated to more recent versions compared to the last time I compiled and flashed the firmware. I propose you try first with a simpler sketch, e.g. with a hard-wired wifi setup (skipping WiFiManager) and e.g. one of https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266WebServer/examples. If that works, you can increase the complexity of the sketch step by step. |
You sir are 100% correct. Even the basic web server examples are not functioning, can I ask what version (from board manager) you are using for the ESP8266? Currently I'm on 2.5.2 |
how can I quickly determine the ESP8266 version? |
Arduino IDE > Tools > Board > Board Manager > Search "esp8266" |
Ive tried this with a few NodeMCU's and a Wemos (d1 mini lite) and still have the same results so I don't think its chip, |
Also running Arduino IDE 1.8.10 (thought id mentioned that) |
I have not done anything with Arduino for some time, but did get a new MacBook recently. I think all software was properly transferred from the old one to the one I am currently working on: I have Arduino 1.8.7, and under board manager I see that I have esp8266 version 2.4.2. So both are older than the ones you are working with. Since I don't have reasons to believe that it is a problem specific to my sketch, let me close this issue. |
Thank you for the assistance and pointing me in the right direction! |
Sketch compiles in latest IDE, no obvious errors. SPIFFS Data uploader says it completes upload. unable to browse /index or any other files outside of wifi setup pages.
The text was updated successfully, but these errors were encountered: