I want to make a small robot on my rpi3 and I'm looking for a motor driver but have no idea what to get from DRV8835, L9110S, L293D.
Also, what is best to control speed with? Analog or digital input?
I'd look at a L9110S module. They are small and simple and inexpensive.clytemnestra wrote:They are going to be low current motors just enough to drive a small car.
Can I also count the rotations with that? Or the RPM? Or am I able to know what speed the motor has?joan wrote:I'd look at a L9110S module. They are small and simple and inexpensive.clytemnestra wrote:They are going to be low current motors just enough to drive a small car.
You can control the motor speed with PWM (the Pi can provide suitable PWM to all the GPIO connected to the expansion header).