Servo controller that based on subdivision algorithm

Recently we have released two servo controllers that based on subdivision algorithm. The position and speed can be controlled separately, It’s useful for robot dynamic control. We hope that they can help you to build robots quickly.:slight_smile:

Feature:

][blockquote]All the PWM signals output at the same time(in other words, they almost have the same rising edge), and the actual resolution is up to 1μs(the hardware version must be higher than Vx2).[/blockquote]/:m]
][blockquote]The signal coupling is so low that it is difficult to detect visually, just like all the PWM signals are generated by separate hardware.[/blockquote]/:m]
][blockquote]It integrates the Soft-Start function. As we all know, the initial position of the PWM-Style servo is typically unknown. Conventional-Start mode makes servo rotate to the goal position with full speed, which is unsatisfactory in most robotic applications. Soft-Start mode can make servo rotate slowly when the current position is unknown, but need more current in a short time.It is suggested that all the servos should be started in time-sharing mode to reduce the electric current when you need to control several servos.[/blockquote]/:m]
][blockquote]The cycle, the minimum PWM-Effective-Width and the maximum PWM-Effective-Width can be set flexibly, which makes all the PWM-Style servos compatible.[/blockquote]/:m]
][blockquote]It is based on a subdivision algorithm, the maximum subdivision value is up to 250. The position and the speed of each channel can be controlled separately, which is conductive to robot dynamic control. The speed depends on the subdivision(see below).[/blockquote]/:m]
][blockquote]All the PWM signals can be terminated by setting the equivalent position value to 251 at any time, which is extremely useful for protecting the servo.[/blockquote]/:m]
][blockquote]It integrates a stable and high-efficiency RS485, and the baud rate can be detected automatically. There is no instruction packet loss when the baud rate is not higher than 28800bps, otherwise the first instruction packet will be discarded. Furthermore, it is recommended to send the sync bytes(0xff 0xff 0xff 0xff) first when the baud rate is higher than 28800bps.[/blockquote]/:m]
][blockquote]It integrates a stable and high-efficiency I2C. [/blockquote]/:m]

**More
**