-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Receiving adalight over serial crashes ESP 8266 and 32 #2618
Comments
Thank you for reporting this! |
I was testing with 22, but I don't think the count is part of the issue
necessarily.
…On Mon, Apr 4, 2022, 00:46 Christian Schwinne ***@***.***> wrote:
Thank you for reporting this!
How many LEDs are you sending via Adalight?
—
Reply to this email directly, view it on GitHub
<#2618 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJPIRWADPO4OQ3UM5CCAWDVDKM4TANCNFSM5SN6IIDA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I experienced this behaviour too. But i downgraded to 0.13.0b6. I also use Adalight protocol but with boblight. In my setup i have 220 LED's. Thanks for your support! |
Same here on 0.13.1 release. might be #2517 related |
- wled_serial.cpp dumbed down to basic adalight functionality only (removed serial out, baudrate customization, improv and tpm2) - FastLED.show() instead of strip.show() - hardcoded adalight serial baudrate @921600 in wled.cpp / wled_serial.cpp
I've created a hacky workaround for this issue on latest, making these changes:
See sh00bx-adalight-workaround No more crashes with these modifications on 0.13.2a0 but to my surprise this did not also resolve another issue I have with adalight on serial, glitches in conjunction with wifi. But I'll open a separate issue on that. |
If the issue persists in 0.14.0-b6 or later please reopen the issue. |
I see this behavior in 14.0b6. Using ESP32. |
Can this be reopened as it still occurred on v0.14.0-b6 in October and for me just now on v0.14.4? I am using an ESP 8266 with 32 pixels and previously used DDP over wifi from LedFx. Now I wanted to try adalight/serial. |
What happened?
Adalight over serial causes boards to crash.
To Reproduce Bug
To replicate, use LedFX to send adalight data over a serial connection to ESP 8266 or ESP 32 board. Board will crash and reboot after a short period of time. Baud rate has no impact. Multiple boards were tried.
Expected Behavior
Serial data should not cause board crashes.
Install Method
Binary from WLED.me
What version of WLED?
0.13.1
Which microcontroller/board are you seeing the problem on?
ESP8266, ESP32
Relevant log/trace output
No response
Anything else?
Using https://github.com/dmadison/Adalight-FastLED/blob/master/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino I have no issues with boards crashing when receiving data from LedFX, but no luck when running WLED.
Adalight confirmed working on build 0.13.0b6 but is broken in latest build 0.13.1
Code of Conduct
The text was updated successfully, but these errors were encountered: