-
Notifications
You must be signed in to change notification settings - Fork 54
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
ESP8266 (d1 mini clone) crashes using artnet.forwardArtDmxDataToFastLED #99
Comments
Could you give me a minimal code to reproduce your problem in my environment? |
The following code is just a cut down version of the example receive_fastled and results in the same crash after this message: Note the requested number is this time different than my previous attempts.
|
Taking a stab at debugging this myself, I've narrowed it down to var "num" from Despite more than a decade of debugging code, I still consider myself a hobbyist and don't really understand why that would be the case. |
Thanks, #100 will fix it |
@Themicles v0.4.5 released. Please try it |
Sorry about the delayed response, I was on site working on some prep for a show next weekend. I have updated the library and recompiled, then uploaded the sketch to the ESP8266. Had to switch computers because the upload kept getting garbled, but after doing so, it is working as expected. Thanks! |
Crash occurs right after the following serial message:
WARN: ArtNet packet size is less than requested LED numbers to forward
requested: 19362 received : 512
That number after requested: doesn't change no matter how many LEDs I set in NUM_LEDS
I cannot make the loop version from the receive_fastled example work either, but there's no crash.
However I am able to use the receive example with the serial readout of the DMX values and that works fine.
The text was updated successfully, but these errors were encountered: