-
Notifications
You must be signed in to change notification settings - Fork 157
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
Quite Stable #66
base: master
Are you sure you want to change the base?
Quite Stable #66
Conversation
issue 62 and 50 possibly adresses settings corrupted by not formating the filesystem if it is formatted This possibly could lead to corruption Fix Settings Corruption Fixes mtongnz#50 Fixes Setting not saving / corruption Should address corruption issues Format of eprom logic was incorrect
issue 62 and 50 possibly adresses settings corrupted by not formating the filesystem if it is formatted This possibly could lead to corruption Fix Settings Corruption Fixes mtongnz#50 Fixes Setting not saving / corruption Should address corruption issues Format of eprom logic was incorrect Preforming quite stable, after wifi reconnect the webpage always works, but the lights not always
Preforming quite stable, sometimes lights stop working after wifi reconnect
Preforming quite stable, sometimes lights stop working after wifi reconnect
@ammuller I am really looking forward to giving this a try when I get some time - hopefully this weekend. Thanks heaps for the work you've put in! |
@mtongnz Hi, do you any feedback for me? |
Any news on this ? |
@mtongnz Could you assist me? I would like to disable all the Dmx code to determine if the lockup is in the Dmx or WS code. |
Still crashes very often when used with many pixel. With 99 it runs often many hours but with 484 it crashes after minutes. Any news on that? |
|
@ammuller |
@bombcheck The reason for not using WiFi.setAutoReconnect(true) is it writes to the flash every time, not sure if relevant, but will wear out flash eventually. |
@bombcheck if the wdt triggers, my thought at that moment was, since it happens regularly, there is something wrong (like running out of stack) when the code runs stable for extended times this can be revised. Please note: ESP.reset() is a hard reset and can leave some of the registers in the old state which can lead to problems, its more or less like the reset button on the PC. |
Please hard Reset after flashing |
I always do a hard reset after flashing. And I use ESP.restart(), knowing that ESP.reset() is not the first choice. :) |
My reasoning behind the setup checks for reset reason was more for debug when I was trying different settings - rather than having to do a complete reflash when it locked up, I'd be able to simply change the offending setting back via the GUI and then continue my fault finding. I intend to change this behavior to a reset as suggested when the bugs are worked out. |
@scamiv I can compile and flash your version with the latest Arduino 1.8.5 and SDK 2.4.1, but it does not run. |
@Sine-Audio please see #92 as well as #65 |
@tohox I dont think its the same issue, in my case it just sets up the default hotspot with the generic ESP name without encryption and thats all. No response. I've tried like 6 boards and all the same issue, I've tried changing pins etc but it just does not run. |
Works very well :)
Only issue is that sometimes after a wifi reconnect the webpage works but the lights doesn't.