Here is the current look of this project, Super cool update, magpi magazine wants to feature this build with steps how it was done , !
By jstarne1
— Last update
Other robots from Synthiam community
DJ's Taught Jd How To Somersault
Don't try this at home!
Animator28's AVA (Advanced Visual Android)
Human-sized open-source 3D-printed humanoid robot AVA with free Thingiverse files, built on the EZB platform, seeking...
Toymaker's Introducing The Altair Ez:2 Robot
EZ:2 robot with EZ-Robot V4, face & object recognition, advanced AI, modular low-cost design, integrates with...


Preview of rear wheels
My baby started taking its first steps today. I was using 9600 baud and 12 volts to the sabertooth. I kept having wierd things happen when I sent commands , but if I slowed down the speed slider to the bottom quarter then forward and turning started working fine. Another wierd development was that I could adjust the speed slider so that it moved forward straight , but then when reversing it would turn as the motors where not moving the same speeds. Thinking that maybe I was having a low torque issue I rewired the batteries in series to 24 volts and tried agian. It was better, but still happening. Will I have to make a custom Movement Panel to correct this?
Any ideas for correction are great.
There might be interference on the uart to the sabertooth. You shouldn't need a custom Movement Panel - because the sabertooth Movement Panel is popular for being reliable. Try a different baud rate and make sure the uart cable isn't running along side any power that could interfere
If the reverse isn't moving the same speed, that is most likely power/motor/gearing related. The sabertooth receives the command and does its thing. Long as it is receiving the command correctly, it'll output the same voltage on both channels via pwm.
Slow speed movement is very much going to cause challenges due to the motors having different efficiency ratings. Slow speed is going to expose any of the differences across the two motors.
Ok what baud rate do you suggest?
I don't suggest any specific rates - i suggest trying different ones
Also, If the reverse isn't moving the same speed, that is most likely power/motor/gearing related. The sabertooth receives the command and does its thing. Long as it is receiving the command correctly, it'll output the same voltage on both channels via pwm.
Slow speed movement is very much going to cause challenges due to the motors having different efficiency ratings. Slow speed is going to expose any of the differences across the two motors.
Ah ok , I will play with it tommorow. I don’t think it is the motors because if I give them straight 24 volts everything is gravy, they have matched speeds.
Edit : I see what you mean about the slower the Robot moves the more differences pop out.
I could put a meter to the sabertooth while in reverse and see if the pwm voltage is reading the same on both sides too , thanks for the feedback.