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

Not used LEDs are on after some time #3243

Open
Apfelstruhdl opened this issue Sep 18, 2024 · 2 comments
Open

Not used LEDs are on after some time #3243

Apfelstruhdl opened this issue Sep 18, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Apfelstruhdl
Copy link

The Problem

I have a LED Ring of 16 to ilkuminate a watermeter and prevent shadows. That works good excrpt for some reflections that i optimized by using only the first 12 LEDs. I cused the config and set the number to 12. At first, this works and the remaining four stay off. After some time all LEDs are on and cause wrongly detected values due to reflections. I have to power off and power on the watermeter to reset them as a reboot does not help.

I guess it is caused by some glitch that forwards configuration data to the remaining LEDs and normally they are not configured which means they will also not be turned off again. This is the bug part. It might be in the used library to generate the configuration bitstream of the LEDs.

Now thr feature request part:
It wouls be great if there would be an option to disable certain LEDs of a strip.
Maybe a simple bitmask of the length of the strip would be enough.

Currently I would need to modify the strip on hardware level by cutting off LEDs or by putting light-absorbing tapebon them.

Version

irmware version: Development-Branch: rolling (Commit: 822753b) Firmware build time: 29.08.2024 22:19 Web interface version: Development-Branch: rolling (Commit: 822753b)

Logfile

None

Expected Behavior

No response

Screenshots

No response

Additional Context

No response

@Apfelstruhdl Apfelstruhdl added the bug Something isn't working label Sep 18, 2024
@SybexX
Copy link
Collaborator

SybexX commented Sep 18, 2024

If you increase CamGainceiling, you can reduce the LED intensity and thereby mostly eliminate the reflections.

@SybexX
Copy link
Collaborator

SybexX commented Sep 29, 2024

Which LED type do you use, WS2812, WS2812B or WS2813?
try this version: AI-on-the-edge-device__update__3261_merge_(fb37467).zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants