Home > Industry Insights >BLDC
TECHNICAL SUPPORT

Product Support

How to choose the steering gear model? Understand the core differences in one article

Published 2026-04-30

For common steering gear models, this article systematically sorts out their core differences. This difference covers key technical parameters such as structure type, control method, torque speed, size interface, etc., so as to help readers quickly grasp the key points of selection. The content of the article is based on common industry standards and does not involve specific brands. It only uses typical technical parameters and common application scenarios as examples to ensure that the information is universally applicable and authoritative.

Before starting to select a model, be sure to clearly define your application scenarios, such as model aircraft, robots, and industrial equipment, as well as core performance requirements, such as torque, speed, and accuracy, which will have a direct impact on model selection.

01Three core classification standards for steering gear models

There are differences in steering gear models. These differences are mainly based on the following three dimensions. When you can understand these dimensions, you can complete 90% of the selection decisions.

1. Distinguished by structure type: analog steering gear vs. digital steering gear

Comparative item Analog steering gear Digital servo
control signal frequency 50Hz (period 20ms) Up to 300Hz or more
Response speed Slower, there is instruction delay Extremely fast with virtually no lag
Holding torque Weak, need continuous pulse maintenance Extremely strong, large static locking torque
Accuracy Generally, about 1-2 degrees High, up to 0.1 degrees
Power consumption Low standby power consumption High standby power consumption
price Low medium to high
Applicable scenarios Entry-level model aircraft and toys Racing model aircraft, robots, robotic arms

Core conclusion: For entry-level amateurs, choose analog servos, and for high accuracy/response requirements, choose digital servos.

2. Distinguish by control method: standard PWM vs serial bus servo

Standard PWM servo(most common models):

The signal line is single, and the pulse width range is generally 500μs to 2500μs. This range corresponds to 0 degrees to 180 degrees.

Each servo needs to have an exclusive PWM interface

The control method is that the pulse width, whose unit is microseconds, is equal to 500 plus the angle divided by 180, multiplied by 2000.

Applicable: simple control system (Arduino, Raspberry Pi, receiver)

Serial bus servo(Intelligent steering gear):

Communicates via RS485, TTL or CAN bus

Multiple servos can be connected in series by sharing two lines (data + power)

型号区别舵机有多少种_型号区别舵机有几种_舵机型号有哪些区别

Can return angle, temperature, voltage, load and other status

Support position, speed, current multiple closed-loop control

Applicable to: complex robots (bipods, robotic arms, multi-degree-of-freedom platforms)

Core conclusion: 5 servos or if status feedback is required, bus servos must be used.

3. Divided by size and torque: from 9g to 50kg·cm

There are usually common rules in naming servo gear models. The numbers are used to represent the representativeness of the item. Is it the unit of weight of the item in grams or the reference value of torque?. Take the typical rectangular plastic servo as an example:

Common model levels weight Torque(4.8V) Speed(4.8V) Corresponding size (mm) Typical applications
9g servo 9g 1.5-2.0 kg·cm 0.12 seconds/60° 23×12×22 Miniature aircraft model, 9g car steering
12g/17g servo 12-17g 2.5-3.5 kg·cm 0.10 seconds/60° 30×13×30 Foam aircraft, small robot joints
20g/25g servo 20-25g 3.5-5.0 kg·cm 0.10-0.12 seconds/60° 32×14×30 Standard fixed-wing ailerons, 450 helicopter
35g/40g servo 35-40g 6.0-9.0 kg·cm 0.14-0.16 seconds/60° 40×20×38 Level 10-30 model, medium-sized robotic arm
55g/65g servo 55-65g 12-18 kg·cm 0.16-0.18 seconds/60° 54×20×38 1/8 off-road vehicle, level 30-50 aircraft
Large steering gear >65g 25-50 kg·cm+ 0.18-0.25 seconds/60° 60×30×55+ Industrial robotic arms, heavy robots

The core conclusion is that the torque is equal to 0.5 times the moment arm. The unit of the moment arm is centimeters, and then multiplied by the load. The unit of the load is grams. After actual measurement, a 50% margin needs to be reserved.

The golden indicator for steering gear selection is torque. The calculation formula is: the required torque in kg·cm is equal to the load weight in kg multiplied by the length of the arm in cm multiplied by the safety factor and the safety factor must be greater than or equal to 1.5.

02Detailed explanation of the core technical parameters of the steering gear model

Parameter 1: Operating voltage and signal level

Among them, the standard working voltage is in the range of 4.8V to 6.0V, which is the most common situation. The 4.8V is the result obtained by 4 AA batteries, and the 6.0V is achieved by 2S lithium iron phosphate or 5 nickel metal hydride batteries.

That thing called a high-voltage servo has a voltage range of 6.0V to 8.4V. It can be directly compatible with 2S lithium polymer batteries and does not require BEC to perform a voltage reduction operation. That's it.

The signal level here is that most of them are in a state where 3.3V and 5V are compatible with each other. This state belongs to the TTL level category. However, there are some industrial servos that require a level above 5V.

Overpressure is prohibited: Exceeding the rated voltage by 10% may burn the drive board and motor.

Parameter 2: Output gear material

Gear material strength life Backlash noise Applicable scenarios
Nylon/Plastic Low short smaller Low 9g-17g entry servo
Metal (copper/steel) high long extremely small higher 35g or above, high load scenario
carbon fiber hybrid middle middle very small middle racing model airplane

型号区别舵机有多少种_舵机型号有哪些区别_型号区别舵机有几种

Core conclusion: Metal gears are the only choice for loads above 10kg·cm.

Parameter 3: Angle range

Standard 0-180 degrees: The most common, corresponding to pulse width 500-2500μs

0-270 degrees: Special potentiometer version, used for large-angle joints of robotic arms

continuous rotation: Remove the potentiometer or special program, it is actually a reduction motor + ESC

360 degree limit: Rare, used for pan/tilt and other scenes that require full rotation

Important reminder: Most of the so-called "360-degree servos" on the market are of the continuous rotation type. They have no way to position the angle and can only control the speed and direction.

03Selection decision tree: 5 steps to lock in the right model

Step 1: Determine whether angle positioning is required? ├─ Need precise angle → Standard 0-180 servo └─ Only rotation or speed → Continuous rotation of servo Step 2: Determine the number of servos? ├─ 1-4 → PWM servos (lowest cost) ├─ 5-10 → Recommended bus servos (simplified wiring) └─ >10 → Bus servos are required (otherwise IO and power supply cannot be managed) Step 3: Calculate the required torque Formula: Torque (kg·cm) = Load (g) × Moment arm (cm) / 1000 × 1.5 (safety factor) Example: 500g weight, force arm 5cm → 500×5/1000×1.5 = 3.75kg·cm → choose 5kg·cm or more. Step 4: Match the size and weight. Check the installation space (length × width × height), common sizes: 23×12×22mm (9g level), 40×20×38mm (35g level) Step 5: Confirm the control signal Receiver/Arduino/Raspberry Pi (PWM) → Standard PWM servo Microcontroller serial port/CAN bus → Intelligent bus servo The robot needs angle feedback → A bus servo or a PWM servo with feedback is required (three wires + feedback line)

04FAQ

Q1: Can analog servos and digital servos be mixed?

A: It works.However, digital servos require controllers to support higher refresh rates. This refresh rate must be greater than or equal to 300Hz. Otherwise, its performance cannot be demonstrated, and analog servos cannot use high-frequency signals.

Q2: How to judge whether the servo has been burned out?

Firstly, after the power is turned on, there is no self-test action. Secondly, when turning it manually, the resistance is quite large. Thirdly, the casing heats up significantly. Fourthly, it makes a buzzing sound but does not turn, which indicates that it is damaged.

Q3: Why is the servo vibrating out of control?

First check whether the power supply voltage and current are insufficient, secondly check whether the contact of the signal line is good, and finally check whether the potentiometer is worn or whether the program pulse is unstable.

Q4: Can the 9g servo be changed to continuous rotation?

A: Yes. Cut off the limit protrusion of the potentiometer and fix the midpoint of the potentiometer. However, the angle positioning will be lost and the speed direction can only be controlled.

Q5: How to set the ID of the bus servo?

A: Use the host computer software or serial port instructions to set it up. The default ID when leaving the factory is 1. When multiple machines are connected in parallel, each ID must be unique.

Q6: How to convert torque kg·cm and N·m?

A: 1 kilogram centimeter is equal to 0.098 Newton meters, which is approximately equal to 0.1 Newton meters. 5 kilograms centimeters is about 0.5 Newton meters. When purchasing, choose the data with the same unit according to industry habits.

The response time of digital servos is about one-tenth that of analog servos, but attention should be paid to controller signal frequency matching. The article writing prompts indicate that in this case, control accuracy is directly related to response speed.

05Summary and action suggestions

Core point of view: The difference in steering gear models is concentrated in the dimension of structure, which is divided into two types: analog and digital. It is also reflected in the control aspect, including PWM and bus. In addition, torque size is also a dimension.. In each dimension, there are clear applicable boundaries. If there is an error in selection, it will lead to control failure or mechanical damage.

Suggestions for action

1. Calculate your load torque immediately: Use a vernier caliper to measure the length of the power arm, use an electronic scale to weigh the load, and apply the formula load (kg) times the moment arm (cm) and then multiply by 1.5.

2. Turn on the caliper to measure the installation space. There are no less than three sizes to choose from, such as 25g, 35g, and 45g, to avoid the situation that it cannot be installed.

3. Confirm your controller interface: count the number of PWM available,

4. Leave a 50% torque margin. The measured torque is often 10 to 20% lower than the nominal, especially for lower-priced servos.

5. Prioritize metal gears: Once the torque requirement exceeds 5kg·cm, it must be replaced with metal gears, otherwise the plastic teeth will sweep during the first impact.

The prompt when writing this article is: after completing the selection operation, please perform a power-on test to verify whether there is no abnormal heating phenomenon when the servo is in the neutral state. After 10 minutes of trial operation with load, the outer shell temperature should be lower than 50°C.

The content presented above covers a complete set of knowledge system for differentiating steering gear models. Operating according to this guide can ensure that the correct model is selected and a successful result is achieved the first time.

Update Time:2026-04-30

Powering The Future

Contact Kpower's product specialist to recommend suitable motor or gearbox for your product.

Mail to Kpower
Submit Inquiry
+86 0769 8399 3238
 
kpowerMap