RobotDynOfficial / RBDDimmer

The following library is used for work with dimmer, it gives ability to control large ammoun of dimmer. This lib uses with Leonardo, Mega, UNO, ESP8266, ESP32, Arduino M0, Arduino Zero, Arduino Due, STM32.
227 stars 104 forks source link

0% light flicker #44

Open KevinJordil opened 3 years ago

KevinJordil commented 3 years ago

Hello,

I use this library to turn on a lamp and when I set the percentage to 0%, it happens that the light turns on and then turns off directly after.

An idea where this problem can come from

9ghost9 commented 3 years ago

If you try 50% is the light on stable ? How about -1% , is it off stable ? 1% -> 10% seems to low of power to turn on a lamp . The value scale in the library code is 1 -> 99 .

I am just experimenting with a 200W led flood lamp and I am getting a small buzzing with lots of flicker . The only semi stable values seem to be between 70 - 88 % though still with some flicker.

KevinJordil commented 3 years ago

I haven't tried 50% in the long term. By the way, I would like the lamp to stay off at night, but to turn on from time to time.

I'm not sure if putting -1 changes anything because in the function if it's values less than 1, the if is set to 1.

Maybe by modifying the code and letting a value of 0 pass it works?

9ghost9 commented 3 years ago

What hardware and method of control are you using ? When you say turn on and off from time to time ,are you thinking pir/motion sensor ?

I am using the Wemos pro mini and a simple async Web server . While testing I have found that -1 absolutely turns off the Flood leds.

bogomips commented 2 years ago

With a Wemos board connected to a 2CH dimmer any value < 6 makes bulbs flickering and the light intensity is quite high. if I set 6 lamps are off

KevinJordil commented 2 years ago

@bogomips I tried with 6 but my lamp lights up. However, with 1, it's really better than with 0. I'm going to test it over a longer period of time to see if the problem is solved

Grufoony commented 10 months ago

I have the same problem, using 2 as minimum... have you solved it?