Skip to content
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.

Node mcu crashing after few minutes after selecting effect #77

Closed
xBiohazardx opened this issue Feb 23, 2018 · 6 comments
Closed

Node mcu crashing after few minutes after selecting effect #77

xBiohazardx opened this issue Feb 23, 2018 · 6 comments

Comments

@xBiohazardx
Copy link

xBiohazardx commented Feb 23, 2018

Hello there,
This code is pretty awsome, but as mentioned before my node mcu crashes after a few minutes. After crashing it restarts and is available in the network (pingable), but doesn't react to the mqtt messages. After pressing the reset button everything works fine for about 5 minutes again. Thanks for your help.

@pcdiks
Copy link

pcdiks commented Mar 1, 2018

Happens to me too, it works fine for a couple of minutes and then it crashes and becomes not responsive. I have to powercycle it to come back online.

@ddtmax
Copy link

ddtmax commented Mar 9, 2018

unfortunately it happens to me too, after 2 minutes with some effects

@nickboucher
Copy link

This happens to me too -- I have a suspicion that the culprit is how FastLED interacts with the architecture of the NodeMCU as discussed in #60. I will be testing in a week and will report back if any of the proposed fixes in that thread work.

Also, for reference, I believe the issue being discussed in #73 is the same as this thread.

@xBiohazardx
Copy link
Author

xBiohazardx commented Apr 5, 2018

It seems that changing the line "FastLed.delay(1000 / TransitionTime);" in function show Leds, to just "delay(1000 / TansitionTime);" fixed this issue for me.

@bacumings
Copy link

Curious how many total LEDs you guys have connected? I am having similar issues and just discovered that there are several places in the code that use 8-bit functions on the NUM_LEDS variable. I have three connected strips with a total of 272 addressable LEDs and am wondering if this isn't causing issues.

@xBiohazardx
Copy link
Author

I have got 60 of them connected. But my issue on two of my strips i got a loose connection. (I am a very good engineer xD) sry for the late answer I am closing the issue if you still need help please open another one.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants