-
Notifications
You must be signed in to change notification settings - Fork 130
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
Light flickers when using less than 1 #69
Comments
|
Rasp Pi 2 Model B No screen, I do have a WiFi dongle attached and that's it. Output: Running |
You should only start pi-blaster once and never need to re-run it later. Do you kill it or stop it? |
If you're finding that it flickers with non-0/1 values and that restarting the pi-blaster daemon resolves it (temporarily), it sounds like you're having the same issue I did (#67) - it seemed something else I was running messed with the PWM config. Switching to PCM (as you've tried here) got it working for me. |
Given
GPIO 18(r), 23(g), 24(b)
If I do
echo 18=0.5 > /dev/pi-blaster
instead of the red led being 50% power, it just flashes. Same behavior for all colors. However, if I issue 18=1, then the light is on full power with no flickering. Where this really causes a problem is getting certain colors such as orange where i need very little green.The text was updated successfully, but these errors were encountered: