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

WLED 0.15.0 doesn't allow GPIOs 32 and 14 on wroom ESP32 and adds flickering #4501

Open
1 task done
thost96 opened this issue Jan 18, 2025 · 2 comments
Open
1 task done
Labels
documentation documentation should be updated to explain behaviour workaround The issue contains a workaround

Comments

@thost96
Copy link

thost96 commented Jan 18, 2025

What happened?

With WLED Software Version 0.15.0 LEDs connected to GPIO 32 and GPIO 14 start flickering. Also the LED preferenz config doesn't allow to save anymore, as GPIO 32 and GPIO 14 aren't allowed anymore.

To Reproduce Bug

Use WS2814 LEDs on GPIO 14 and 32 with WLED Software 0.15.0.

Expected Behavior

No flickering and no error message using GPIO 32 and 14 like in WLED Software 0.14.4

Install Method

Binary from WLED.me

What version of WLED?

0.15.0

Which microcontroller/board are you seeing the problem on?

ESP32

Relevant log/trace output

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@thost96 thost96 added the bug label Jan 18, 2025
@softhack007
Copy link
Collaborator

softhack007 commented Jan 18, 2025

@thost96 gpio 32, 14 and 15 are the default pins for audioreactive; if you don't use audioreactive please go into usermod settings, and set all I2S pins to "undefined" ( -1 ). After saving, you should be able to use these pins for other purposes.

LEDs flickering could be related to this known problem:

Edit: probably not related to #4389 - if you connect leds to a pin that's not available in LEDs settings (already allocated to another function) then you should expect flickering.

@softhack007 softhack007 added workaround The issue contains a workaround documentation documentation should be updated to explain behaviour and removed bug labels Jan 18, 2025
@thost96
Copy link
Author

thost96 commented Jan 24, 2025

@softhack007 thanks for mentioning the Pins 32, 14 and 15. I've removed /unset these in the usermod settings are you said. Now the LED preference configuration isn't complaining anymore but GPIO 32 usage, but it's still flickering and not working. So downgrading again to 0.14.4.

Would be nice for the future, if new thins were added to some default gpio pins, that these would be mentioned in the release notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation documentation should be updated to explain behaviour workaround The issue contains a workaround
Projects
None yet
Development

No branches or pull requests

2 participants