You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am using NodeMCU clone board (esp8266 with CP2102).
Flashed V1 with arduino, upgraded to espArtnetNode_2.0.0_b5d.bin OTA.
It works for a while (30min? or leass) an then it starts to reboot randomly (strip stops and I see specific pattern as when it boots - some white LEDs and a green). Then it re-connects to AP and condinues.
I had connected arround 200 leds or 60 leds - this does not matter.
I did run artnetWIFI sketch next to it and that did not freeze or reboot, so I guess power would not be the issue.
After a several reboots, the setup gets corrupted - SSID/password and other settings and of course falls back to AP mode (where I was able to see the corrupted settings)
Have you seens something similar?
Note this is my 1st day playing with your code and esp8266.
P.S.
I seem to have kind of lost or dropped UDP packets. I run 3x nodesside by side and all of them stutter at the same time once in a while, i guess it is a router thing, could you please comment on this also.
BTW I was impressed by the web interface - good job!
The text was updated successfully, but these errors were encountered:
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
Fixesmtongnz#50
Fixes Setting not saving / corruption
Should address corruption issues
Format of eprom logic was incorrect
ammuller
pushed a commit
to ammuller/ESP8266_ArtNetNode_v2
that referenced
this issue
Sep 25, 2017
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
Fixesmtongnz#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
Hi,
I am using NodeMCU clone board (esp8266 with CP2102).
Flashed V1 with arduino, upgraded to espArtnetNode_2.0.0_b5d.bin OTA.
It works for a while (30min? or leass) an then it starts to reboot randomly (strip stops and I see specific pattern as when it boots - some white LEDs and a green). Then it re-connects to AP and condinues.
I had connected arround 200 leds or 60 leds - this does not matter.
I did run artnetWIFI sketch next to it and that did not freeze or reboot, so I guess power would not be the issue.
After a several reboots, the setup gets corrupted - SSID/password and other settings and of course falls back to AP mode (where I was able to see the corrupted settings)
Have you seens something similar?
Note this is my 1st day playing with your code and esp8266.
P.S.
I seem to have kind of lost or dropped UDP packets. I run 3x nodesside by side and all of them stutter at the same time once in a while, i guess it is a router thing, could you please comment on this also.
BTW I was impressed by the web interface - good job!
The text was updated successfully, but these errors were encountered: