Hello all,
as many others I am also playing around with RGB LED stripes. My first version is running with a ATmega328P and 8bit PWM. As I also want to dimm the light and still have smooth colour changes 8 bit is not enough. Therefore I want to try with 16 bit.
As the 328P has only 2 16bit PWM channels I am looking for a solution to have three of them. Now I could take an external PWM controller or another AVR chip. What do you think is the best solution and which the best controller for this? The chips should be available in DIP case because it's a prototype on perfboard. Besides the three PWM channels there is only a IR detector (one digital input). So I don't need a lot of I/Os.
Any hints and your experience would be greatly appreciated.
Elektrix