https://www.sparkfun.com/products/15200
I have tried two of these with similar results. They are driven with the Picobuck controlled by an Uno for the PWM signals and there seems to be combinations of levels of that create a bad flickering.
Lower levels seem to be okay and strangely enough, high levels too, but combinations in the middle seems to cause the flickering. It also seems to flicker more as it stays on which indicates some . For example, if everything is cold and just turns on, I don’t see a flicker, then after about 5 or 10 seconds, it starts to blink pretty bad.
[2 second video showing the blinking
For example, this blinks badly
void setup()
{
...
analogWrite(C_RED, 200);
analogWrite(C_GREEN, 85);
analogWrite(C_BLUE, 0);
}
and this does not blink
void setup()
{
...
analogWrite(C_RED, 255);
analogWrite(C_GREEN, 255);
analogWrite(C_BLUE, 0);
}
I’m a bit stumped, should I try new LEDs or a different driver?
Setup:
https://cdn.sparkfun.com/assets/learn_t … k_1led.png](https://kyle-keating.s3.us-west-1.amazonaws.com/VID_20220103_124845.mp4)