Pwm ic ?
I have been looking for an IC that I can integrate with the propeller to control a small motor or fan. I would love to be able to send it a value and then have it PWM the motor/fan. I would even settle for a constant voltage instead of PWM as long as the propeller could adjust the voltage with a value. Any ideas or suggestions?
Yea the propeller could do this in its own cog, but I am running all cogs (8) for more important things.
Total voltage is 5 - 2.7 and current is 200ma max [noparse]:)[/noparse]
Thanks in advance.
Yea the propeller could do this in its own cog, but I am running all cogs (8) for more important things.
Total voltage is 5 - 2.7 and current is 200ma max [noparse]:)[/noparse]
Thanks in advance.
Comments
I've not done much with the counters on the Propeller but it may be worthwhile looking at those.
I have considered a small cheap micro, but which one? I don't want to learn a new programming language and have to purchase expensive compilers etc. Hum any other ideas or direction towards a cheap small micro.
Maybe I can get Parallax to make a small IC that has 4 I/O lines in a 8-soic package and runs spin...
Robert
Mike that Attiny13 looks like its gonna be a good choice.
Again thanks all.