Asked — Edited

Easiest Way To Control Individual Motors On Sabertooth

So I received my old 2 x12 back, I tested it, and it's running well. I'm thinking of using it for a couple of upgrades but it would require me to be able to control the motors individually. I did not find anything regarding individual control on the Sabertooth Movement Panel help. First up I'd like to run the dome motor using this and replace it with an old 12v screwdriver motor. Looking over the documents I believe the simplest way to do this is to set it to R/C input and run in independent mode(dip 4 down) so S1 controls motor 1 and S2 controls motor 2. Then treat it as a continuous servo to S1 to control the dome left and right.

Any thoughts on this or an Alternative?


Related Hardware Arduino Due/Mega
Related Control Sabertooth Movement Panel

ARC Pro

Upgrade to ARC Pro

Harnessing the power of ARC Pro, your robot can be more than just a simple automated machine.

#1   — Edited

I've used a Sabertooth in RC mode but it was set to Mixed mode (Tank style). I used it with 2 wheelchair motors and a quality RC controller and receiver to move a 300 pound robot. I was very happy with how smooth and responsive it was. If you want to remote control a couple induvial motors like this I think if you can get it to work that you would be very happy. Again, I've never used a Sabertooth in Individual mode and RC mode. The only drawback I can think of is that now you have to lug around a separate controller just to operate 2 motors. Also I'm not sure how the joysticks would end up being set up on the RC controller for separate motors.

#2  

Hi Dave, I'm thinking of still using ARC via one of the Arduino's. Can't I just control it like a servo in RC mode?

90 degrees would be full stop, above and below starts to move, the further away from center the faster the motors driven?

PRO
Synthiam
#3  

I was going to suggest that. Rc mode it is called. Connect s1 and s2 to digital ports of any ezb that supports pwm servos. As you said, 90 is stop and faster in each direction get further you go from 90

then just use the servo commands when programming.