Skip to content
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

Constant board reboots (esp8266 websocket commands every 0.1 - 0.5 milliseconds) #3458

Closed
1 task done
SergioLuxx opened this issue Oct 18, 2023 · 3 comments
Closed
1 task done
Labels
bug stale This issue will be closed soon because of prolonged inactivity wontfix workaround The issue contains a workaround

Comments

@SergioLuxx
Copy link

SergioLuxx commented Oct 18, 2023

What happened?

Using the websocket API, I send LED control commands to the esp8266 every 0.1 - 0.5 milliseconds. On firmware 0.14.0, the lamp freezes every 5 seconds and reboots, which is not observed on firmware 0.13.3 and the same congestion of the communication channel.

To Reproduce Bug

Send many websocket requests in a very short period of time

Expected Behavior

I expected stable operation of the lamp on firmware 0.14 under heavy load on the API. This stability is available on firmware 0.13.3

Install Method

Binary from WLED.me

What version of WLED?

0.14.0

Which microcontroller/board are you seeing the problem on?

ESP8266

Relevant log/trace output

No response

Anything else?

Please fix it

Code of Conduct

  • I agree to follow this project's Code of Conduct
@SergioLuxx SergioLuxx added the bug label Oct 18, 2023
@blazoncek
Copy link
Collaborator

Please upgrade to ESP32 if you intend to hammer ESP with requests every few milliseconds.
Resource demands have almost doubled in 0.14 and ESP8266 is no longer able to keep up.
There is nothing that can be done except stripping features.

@softhack007 softhack007 changed the title Constant board reboots Constant board reboots (esp8266 websocket commands every 0.1 - 0.5 milliseconds) Oct 19, 2023
@softhack007 softhack007 added wontfix workaround The issue contains a workaround labels Oct 19, 2023
@scottmclesly
Copy link

Check if your controllers reset pin is the same as default data pin of WLed.
I ended up installing 0.13 audio - it worked just fine.

A Default data pin selector on WiFi selection screen would be awesome to have.

Copy link

Hey! This issue has been open for quite some time without any new comments now. It will be closed automatically in a week if no further activity occurs.
Thank you for using WLED! ✨

@github-actions github-actions bot added the stale This issue will be closed soon because of prolonged inactivity label Apr 15, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug stale This issue will be closed soon because of prolonged inactivity wontfix workaround The issue contains a workaround
Projects
None yet
Development

No branches or pull requests

4 participants