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
ARC Pro will give you immediate updates and new features needed to unleash your robot's potential!
How to hook up the Sabertooth and Kangaroo motion controller - EZB4? For any car or whatever robot a tutorial would benefit many of us
thanks
EzAng

BOT link (Tutorial): https://synthiam.com/Community/Tutorials/Sabertooth-Kagaroo-DC-motors-as-Servos-16229post: https://synthiam.com/Community/Questions/Fun-With-A-Kangaroo-sabertooth-8542/comments
Live hack: https://synthiam.com/Community/HackEvents/Dimension-Engineering-Sabertooth-Kangaroo-19484
Thanks @ptp I will update this skill page with those links!
@DJ, Sorry to be a pain in your side. I'm using the Simplified Serial Mode on my sabertooth 2x25 and the sabertooth Movement Panel. using the arduino mega on a digital port does not work. Do you know way it's not working? I do not wnat to use the custom movement panel. if you have time can you test it with your mega and sabertooth, if you have one. If not what am I doing wrong. I my have to just buy another EZB v4 1/2.
Thank you in advance. I really do appreciate all time you have spent on all these questions.
This is just a guess because I don't use the Arduino Mega. But if it was a EZB and you want to send Serial commands you would use it's UART ports. These have TX, RX, Ground and voltage pins. So looking at the Arduino Mega I'd think you need to attach to it's UART pins. TX1, RX2 or TX2, RX2 or TX2, RX3.
@Dave, This what I’m confused about. On my sabertooth it ha S1,S2,5v and 0v for ground. Do I connect s1 to TX and s2 to rx on the arduino mega?
I use 6vdc on the EZB’s and use the digital port and the sabertooth works fine. I have tried just the TX on the arduino but the motors move on there own. I am just learning about arduino so I am not sure.
thanks for the answer to maybe try a few other combinations.
Cheers
I've never used a Sabertooth without a Kangaroo attached. However in the 2x25 Sabertooth manual I did find this. I think you mentioned you are using Simplified Serial Mode :
I really don't know how your setup is built and what you are using so this is the best I can do for now.You can also read the manual on this page by scrolling up - there's a bit about the wiring