menix wrote:Can you please help me to connect the UNO to Sabertooth 2x25 Motrodriver?
The Sabertooth have only S1 S2 5V and ground
And which mode should i use for the Sabertooth? R/C , analog,serial??
You can controll Sabertooth by PWM signal in analog mode.
In this datasheet...
http://www.dimensionengineering.com/datasheets/Sabertooth2x25.pdf
... we can read
If you are using a filtered PWM signal from a microcontroller to generate the analog voltage, an R/C filter
with component values 10k ohms and at least .1uf is recommended.
But for this PWM signal must contain information about direction and must be generated by the following rules:
- 0% PWM mean maximum power to ONE direction
- 50% PWM mean STOP motor
- 100% PWM mean maximum power to OTHER direction
Unfortunately you can not connect Sabertooth 2x25 to Arduino UNO with current firmware version, because my firmware can't generate PWM with this rules YET.
Regards.
Ale