I am making a small robot that is using 2 DC 3V motors that will be powered with a Li-ion battery. The problem is most of the electronics run at 5V using a step up circuit and I need a way to control the motor (forward and reverse with PWM) at 3V. I have used H-bridges for this but most have a voltage drop of 2V, so I could not use them with the 3.7v battery. I prefer one that uses a PWM input and a direction input (Ex.dir=0 CCW dir=1 CW, PWM=1 On PWM=0 Off), that makes it easier when the AVR only has two PWM channels. Has anyone been able to use motors like this before?
Thanks,
Justin