-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Led lamp flickers visibly at low brightness #7978
Comments
This is very annoying, and I think I understand why it's causing flickering. Can you please try 8.2.0 and remove the file The problem is that to remove a flickering when multiple PWM are set, it creates a new flickering with a single PWM. |
I don't have the opportunity to build it myself, I only use the releases from https://thehackbox.org/tasmota/ and the github releases ... |
@BigMike71 Please test the annexed build compiled with @s-hadinger instructions and report back, thanks. |
looks good, no more flickering! |
This confirms that your flickering was caused by my anti-flickering patch. Oh boy... I tried to reproduce with my MagicHome led controller, and I can't see any flickering. Are only Teckin flickering or do you see this phenomenon on all your bulbs? Can you also paste the result of |
I can see it with all brands! 10:44:03 CMD: status 0 |
I got back my old Teckin SB50, and indeed I can see some flickering at low brightness, but it's hard to see in plain light. Hmmm. I will try experimenting when it's darker. |
ok. |
I removed the cap of the SB50, I can't see the flickering anymore... Can you try with |
i flashed back to 8.2.0 release, fade 0 but the flickering is visibly, i also switched off and powered down completly |
This appears also with Blitzwolf LT21 |
@BigMike71 I switched to a new and better PWM implementation from Arduino Core in #8246. Edit: it is merged now. |
@BigMike71 one last thing you should do is lower the PWM Frequency: |
ok i testet so far, a longer test the next days. I am afraid that the low frequency can cause headaches or something else. there is some experience due to low frequencies in LED light. Experts say a frequency in the kilo heart is only certain. I have this page that deals with it: https://www.derlichtpeter.de/en/light-flicker/ with my smartphone and camera app you can also see that the 223hz flickers quite a lot (thick bars) at 880hz or more, it is significantly better! But the main problem is solved at first, since they are 2 different things! |
Great. Thanks. 👍 |
PROBLEM DESCRIPTION
Led lamp flickers visibly at low brightness, sometimes more sometimes less.
I have several Teckin SB53 (and also other brands) where it stands out with a setting of color # 0000000001 or # 0000000002! (for rgb low level's flickering is visibly too!)
When testing different versions, there is no flickering up to version 8.1.0.4, after which this occurs, even with the latest 8.2.0 release.
in the Arduino Core I found them here:
esp8266/Arduino#7054
esp8266/Arduino#7057
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:Backlog Rule1; Rule2; Rule3
:Status 0
:(Please use
weblog 4
for more debug information)TO REPRODUCE
Steps to reproduce the behavior:
EXPECTED BEHAVIOUR
A clear and concise description of what you expected to happen.
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Add any other context about the problem here.
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: