This control supports the Sabertooth H-Bridge Motor Driver as a movement panel with variable speed in Simplified Serial mode.
How to add the Sabertooth Movement Panel robot skill
- Load the most recent release of ARC (Get ARC).
- Press the Project tab from the top menu bar in ARC.
- Press Add Robot Skill from the button ribbon bar in ARC.
- Choose the Movement Panels category tab.
- Press the Sabertooth Movement Panel icon to add the robot skill to your project.
Don't have a robot yet?
Follow the Getting Started Guide to build a robot and use the Sabertooth Movement Panel robot skill.
How to use the Sabertooth Movement Panel robot skill
This skill supports the Sabertooth Motor Controller as a Movement Panel with variable speed in Simplified Serial mode. The Sabertooth Motor Controllers are high power. They come in many versions that range from 5Amp to 60Amp. The ARC software supports the Simplified Serial Mode at multiple baud rates on a configured software serial or hardware UART port.
Main Window
1. Movement Panel Buttons These buttons will allow you to control the motors attached to the Sabertooth Motor Controller (left, right, forward, and reverse).
2. Speed Sliders These sliders will allow you to control the speed of each motor attached to the Sabertooth. If the sliders are at the bottom the speed will be 0% (off) and the top is 100%.
Configuration
1. Software Serial Option Checkbox This uses any EZB digital I/O port to send a emulated serial signal to control the Sabertooth. This section includes a drop-down for the serial communication speed (baud rate) and a Button to change I/O ports. *note: Software serial should only be used if the ezb does not have hardware uart.
2. Hardware UART Option Checkbox This uses a EZB UART port to send a serial signal to control the Sabertooth. This section includes a drop-down for the serial communication speed (baud rate) and another drop-down to select the hardware UART number. *note: Use the ezb hardware uart if available over software serial.
3. PC COM Option Checkbox This uses a PC COM port (commonly a USB-to-Serial device) to send a serial signal to the Sabertooth to control it. This section includes a drop-down for the serial communication speed (baud rate) and another drop-down to select the COM port number. This option has the unique feature that allows you to connect the Sabertooth motor controller directly to a computer.
Wiring
The EZ-B connects to the GND and Signal to the Sabertooth. The Signal from the EZ-B connects to S1 on the Sabertooth, which is used for Simplified Serial mode. The Sabertooth will get its power from the Power terminals that you connect to the battery. The GND must be shared between the EZ-B and Sabertooth, even if the battery supply of each is different.How to Use Sabertooth Movement Panel
- Physically configure your dip switches on the Sabertooth Motor Controller.
DIP Switches Consult the Datasheet of your Sabertooth product for dip switch settings. The suggested Sabertooth setting is Simplified Serial at 38400 Baud. Lower baud rates can be used if interference or poor functioning is experienced. For the 2x25, here is recommended dip switch settings.
Add the Sabertooth Movement Panel Skill to your ARC project (Project -> Add Skill -> Movement Panels -> Sabertooth Movement Panel).
Configure the Sabertooth Movement Panel skill. Set the communication option and speed (baud rate) that matches the Sabertooth DIP switch setting.
Baud Rate It is important to understand how the EZ-B and Sabertooth communicate. This is done over a serial connection. Serial may seem simple enough in wiring, but the baud speed is a very important attribute that prevents the communication from working. The baud rate of the serial connection is the absolute most important property and must match between the EZ-B and Sabertooth. If the speed is not understood between the sabertooth and EZ-B controller, it won't work. Ensure both the EZ-B and Sabertooth are using the same baud rate.
Consult the manual for your Sabertooth model for the baud rate settings. The suggested baudrate is 38400, which much match the setting in the config menu of this control. Press the options menu on the Sabertooth control to view settings. Lower baud rates can be used if interference or poor functioning is experienced.
- Click the Sabertooth Movement Panel buttons to move your motors.
Video
Resources
Here's a helpful community post: https://synthiam.com/Community/Questions/Fun-With-A-Kangaroo-sabertooth-8542/commentsCustomer Support For customer support of Sabertooth devices and understanding their datasheets, please contact them here: Dimension Engineering Support.
Product Documentation Dimension engineering has PDF manuals for all of their products. The most popular product is the 2X25, which you can find the product page here.
Product Details Sabertooth allows you to control two motors. You can build many different robots of increasing complexity for years to come with a Sabertooth. Sabertooth has independent and speed+direction operating modes, making it the ideal driver for differential drive (tank style) robots and more.
The operating mode is set with the onboard DIP switches so there are no jumpers to lose or complicated programming sequences. Sabertooth features screw terminal connectors - making it possible for you to build a robot without having to solder.
Sabertooth is the first synchronous regenerative motor driver in its class. The regenerative topology means that your batteries get recharged whenever you command your robot to slow down or reverse. Sabertooth also allows you to make very fast stops and reverses - giving your robot a quick and nimble edge.
Sabertooth has a built in 5V BEC that can provide power to a microcontroller or R/C receiver. It also features a lithium cutoff mode allowing Sabertooth to operate safely with lithium ion and lithium polymer battery packs - the highest energy density batteries available.
Related Tutorials

Sabertooth+Kagaroo+DC Motors As Servos

Use Arduino For Wheel Encoder Counter
Related Hack Events
Related Questions

Does Anyone Have A Cytron Smartdrive Duo 30 And What Are The...

Sabertooth 2 X 32

Sabertooth Movement Panel And A Kangaroo X2

Adjusting Encoders On A Roboclaw 2X15
Upgrade to ARC Pro
Join the ARC Pro community and gain access to a wealth of resources and support, ensuring your robot's success.
Updated to allow specifying the board index for digital port "Send serial". This is to be compatible with the latest ARC: https://synthiam.com/Products/ARC/Releases/ARC-2021-09-27-00-Early-Access-Runtime-20785
@DJ, Thank you.
So I learned (or re-learned) something here. One way serial commands can be sent through any of EZB's digital pins. Two way serial commands need one of EZB's 3 uart ports. Two of witch are digital ports.
So much in this platform. So much to remember. Love it!! LOL.
Hi , anyone know what the script commands are to say use sabretooth to move forwards , stop etc? i can set the speed using SetSpeed(105,100) , however if i include in a script the command, but when i look in the script help it says so a Forward(100, 1000) for example , but wont this set both motors to 100, when i want one at 105 and one at 100 to sort out uneven motors and make bot drive straight ? is there another way of writing this , i tried Forward(105, 100, 1000) but that doesnt work ?
Thanks
You’d use two commands. The first can set the speed. The second will set the direction
Not in front of my pc but the JavaScript commands are here
the set speed command: https://synthiam.com/Support/javascript-api/Movement/setSpeed
the forward command: https://synthiam.com/Support/javascript-api/Movement/forward
if you’re using ezscript then you can find the similar commands here: https://synthiam.com/Support/ez-script-api/ezscript
This is not a comment on the command but setting up the ST. You are able to set the sabertooth's dip switches and put it into Mixed mode. From the manual:
EDIT: nevermind. I just reread your post. You have two motors what preform differently. The ST mixed mode cant see that. You are correct that you need to set the commands speeds differently. However if you use a Kangaroo X2 it will figure all that out for you after it auto tunes.I use the kangaroo with this robot. It has two dc geared motors that spin at different speeds. So I use the kangaroo with an encoder built in the gear box
Rather than using the direction arrows on the movement panels, I use the virtual joystick: https://synthiam.com/Support/Skills/Navigation/Movement-Joystick?id=19388
So i have got him moving about now, however i have noticed a wierd issue, sometimes even though the sabre tooth movement app says it is moving the robot actually isnt, i have tried diferent baud rates , using the UART so dont understand why, even when i manually click the Movement Panel itself i have to tap the up arrow to move twice ? Is that normal or am i missing something.
The Kangaroo looks interesting however not sure how i would integrate it into omnibots existing motors and gears etc ? any ideas on drop in replacememt motors that have encoders built in ?