Hi, I just need to know wheather my informations are right or not. I was interested in PWM control of RGB LED. So th easiest and most accurate thing is to use 3 PWM channels of ATmega8. But than I realised that 3 channels is not enough, becouse in my other future-planned projects, mainly robots, I will need to precise control of 4 DC motors connected thru Hbridge to change polarity, and maybe even some servos. So, am I right when I thing this can be only achieved using software PWM?
And if it does, isnt ATmega8 even on 16MHz too slow to control for example ten servos? Becouse there is a time limit for pwm input, since in software yoiu will be feedig just one servo at a time. But you know surely better than me. Thanks.