Skip to content
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

RGB colors is not working as expected #2

Open
cotestatnt opened this issue Feb 8, 2020 · 2 comments
Open

RGB colors is not working as expected #2

cotestatnt opened this issue Feb 8, 2020 · 2 comments

Comments

@cotestatnt
Copy link

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.

@GRA-AFCH
Copy link

GRA-AFCH commented Feb 8, 2020 via email

@cotestatnt
Copy link
Author

cotestatnt commented Feb 8, 2020

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.

https://bitbucket.org/teckel12/arduino-timer-free-tone/downloads/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants