You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I bought one of your kits and works quite well except the fading between the different background colors.
I noticed that the Tone library is used which unfortunately interferes with PWM signals and in fact the blue channel is not modulated correctly but only works in on/off mode.
To solve, I modified the firmware using a library that does not use hardware timers and therefore leaves the PWM functioning unchanged on all channels.
It would also be very useful to add the possibility to set the maximum light intensity of the background color among the settings, because at the maximun is a little annoying.
The text was updated successfully, but these errors were encountered:
Hi, I bought one of your kits and works quite well except the fading
between the different background colors.
I noticed that the Tone library is used which unfortunately interferes
with PWM signals and in fact the blue channel is not modulated correctly
but only works in on/off mode.
To solve, I modified the firmware using a library that does not use
hardware timers and therefore leaves the PWM functioning unchanged on all
channels.
It would also be very useful to add the possibility to set the maximum
light intensity of the background color among the settings, because at the
maximun is a little annoying.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2?email_source=notifications&email_token=AEVNYIKUVXJGLEAZOZV65ADRB2VJHA5CNFSM4KR2NUR2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IL7WM4Q>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEVNYIKXPTFJLZTMGLVECL3RB2VJHANCNFSM4KR2NURQ>
.
I'm using TimerFreeTone. The disadvantage of this library is the usage of delayMicroseconds() in the iplementation, but with this "slow" type application is not a big issues for me.
Hi, I bought one of your kits and works quite well except the fading between the different background colors.
I noticed that the Tone library is used which unfortunately interferes with PWM signals and in fact the blue channel is not modulated correctly but only works in on/off mode.
To solve, I modified the firmware using a library that does not use hardware timers and therefore leaves the PWM functioning unchanged on all channels.
It would also be very useful to add the possibility to set the maximum light intensity of the background color among the settings, because at the maximun is a little annoying.
The text was updated successfully, but these errors were encountered: