01 Conclusion First: This is a highly integrated mechatronic actuator
Judging merely by appearance, this joint looks like a thick metal cylinder. Once disassembled, however, it reveals itself as a complete robotic motion unit integrating the following compacted subsystems:
- Brushless motor: Converts electric energy into rotational torque
- Reduction mechanism: Converts the motor’s high-speed low torque into low-speed high torque for the joint
- MOS power driver: Supplies controllable current to the three-phase motor
- Main control MCU: Executes motor control, signal sampling, communication and protection logic
- Current sampling: Estimates output torque and serves as the foundation for FOC control
- Magnetic encoder: Detects rotation angle and multi-turn position
- NTC temperature sensor: Monitors the thermal status of the motor
- Communication & debugging interface: Connects to the overall robot control network and supports factory testing & maintenance
- Metal housing & output flange: Bears structural loads during robot movement
This marks the biggest difference between humanoid robot joints and ordinary motors: standard motors only need to rotate, while robot joints must constantly know their position, output torque, operating temperature safety status, and remaining output capacity.
02 Appearance & Structure: Hollow Shaft, Metal Housing and High-Stiffness Output End
Figure 2: The front side of the joint adopts a large-size output end fastened with dense screws, with a through hole reserved in the center.
The most notable exterior feature is the central through hole. This structure is not merely decorative; it delivers highly practical benefits for the overall robot design:
- Power cables, communication wires and sensor cables can follow shorter routing paths.
- Wire harnesses are less likely to be exposed when multiple joints are connected in series.
- The risk of wires being scraped, pulled or caught in mechanisms during large-angle joint movement is reduced.
- For multi-degree-of-freedom parts such as legs, waists and shoulders, the hollow structure helps improve the overall assembly density of the robot.
Figure 3: Multiple sets of interfaces are visible on the side, indicating this joint simultaneously handles power supply, communication, debugging and potential daisy-chain connection.
The metal housing and densely arranged front screws reveal that the joint is designed to withstand substantial structural loads. When a humanoid robot walks, squats or stands up, its joints bear not only motor torque, but also radial forces, axial forces, impact loads and transient reaction torque. Therefore, such modules must be engineered as an integrated structural assembly combining the motor, reducer, bearings and output flange.
03 Overall PCBA Layout: Power, Control, Sensing and Communication Circuits Integrated on a Single Circular Board
Figure 4: Module PCBA Board
This board can be divided into at least four functional zones:
| Functional zones | visible components | engineering functions |
| power drive area | Multiple MOSFETs, phase wire solder joints and R001 current-sense resistors | Drives three-phase brushless motor and samples phase current. |
| Main Control & Logic Area | ST-marked MCU, peripheral resistors & capacitors, crystal oscillator and debugging pads | Executes FOC algorithm, protection logic, communication and status management |
| Power Management Area | TLV767 | Converts high-voltage bus into low-voltage control power supply |
| Communication & Debugging Area | USB-C、SWD、CANH/CANL、Inter-board connector | For debugging, firmware flashing, robot communication and testing |
Several details
P+ and P- serve as the main power input. The thick metal terminals at the connection points indicate this path carries large currents.It is critical to use genuine AMASS XT30 2+2 connectors here; counterfeit alternatives carry risks of melting and poor electrical contact.
Markings of USB-C and SWD on the board confirm support for debugging, firmware flashing and factory testing, rather than acting merely as a sealed motor driver.
An ST logo can be seen in the main control chip area, with the silkscreen consistent with the STM32G4 series. This series is widely adopted for motor control applications, equipped with high-speed ADCs, advanced timers, PWM outputs, comparators and operational amplifiers—peripheral resources ideal for implementing FOC algorithms.
The key here lies not in using some high-performance exclusive chip, but in the well-structured zoning logic of the entire PCBA: high-current traces are kept as short as possible, current sampling circuits are placed close to the power stage, control and communication circuits are arranged in relatively low-noise zones, and all connectors are laid out along the board edge for easier assembly.
04 Power Drive: The 3-Phase MOS Bridge Determines the Joint's Output Torque Capacity
Figure 5: The three-phase motor wires are centrally connected to the MOS power section, with sampling resistors, drivers and filter components arranged around it.
This joint driver is designed for three-phase brushless motors. High-performance control of three-phase BLDC motors typically requires three half-bridges, forming a three-phase inverter with a minimum of six power MOSFETs. Multiple large-package MOS devices can be spotted on the PCBA surrounding the three-phase output solder points, consistent with this architecture.
The operating logic of the three-phase bridge can be simplified as follows:
Battery or bus voltage is fed in via P+ and P-; High-speed switching of MOS half-bridges converts DC voltage into three-phase current;
The three-phase current flows into motor windings to generate a rotating magnetic field; The controller continuously adjusts PWM duty cycles based on encoder position and current feedback;
Ultimately enabling the joint to output target torque, speed or position.
Poor design of this section will lead to several typical issues: excessive MOS heating, low-speed jitter, severe torque ripple, false overcurrent protection triggering, and EMI interference affecting encoders or communication circuits. For this reason, power board design for robot joints is far more challenging than that of ordinary small motor driver boards.
Figure 6: The TLV767 voltage regulator can be seen on the board, alongside inductors, capacitors and several low-voltage power components.
The power supply tree is also worth analyzing. LDO regulators such as the TLV767 and power inductors marked "100" are visible on the PCB. Considering the application scenario of 48V-rated joints, it can be inferred that the low-voltage system is unlikely to be directly stepped down from high voltage solely via LDOs. Instead, a power supply architecture similar to the following is adopted:
High-voltage bus → Switching step-down conversion → Low-voltage rails (5V / 3.3V, etc.) → Secondary LDO regulation / local noise filtering
This power architecture is more rational. The MCU, encoder, sampling amplifiers and communication transceivers require clean, stable low-voltage power, while the MOS switches and motor phase lines generate intense noise. If the low-voltage power supply lacks sufficient anti-interference performance, the first faults to emerge are usually not motor malfunctions, but abrupt angle jumps, communication dropouts or drifting current sampling readings.
05 Current & Temperature Sensing: Robot Joints Must Monitor Output Torque in Real Time
Figure 7: Multiple R001 low-value sense resistors are located beneath the three-phase power section.
The R001 components are critical on this board, representing milliohm-level low-value sense resistors (1 mΩ typically) used to measure motor phase current or bus current. Current sensing forms the core of closed-loop control for robot joints, as the output torque of a BLDC motor is strongly correlated with its phase current.
In other words, the controller does not "guess" the torque output of the joint; instead, it calculates the current by measuring the tiny voltage drop across the sense resistors:
Voltage drop across sense resistor → Amplification & filtering → ADC sampling → Current calculation → FOC torque control
The precision of this signal chain directly affects:
Torque Control Accuracy: If the current estimation is inaccurate, the torque output will be inaccurate.
Low-Speed Smoothness: High sampling noise tends to cause jitter at low speeds.
Overcurrent Protection: Slow response may burn out MOSFETs, while overly sensitive settings result in false protection triggers.
Thermal Management Strategy: Sustained high current leads to simultaneous temperature rise in motor windings, MOSFETs and current-sense resistors.
From a layout perspective, placing current-sense resistors close to MOSFETs and phase wiring shortens the high-current loop, which helps reduce parasitic inductance and sampling errors. A large number of small resistors and capacitors are arranged near each phase, generally used for gate damping, sampling filtering, driver stabilization and local decoupling.
Temperature detection is equally indispensable. The MOTOR NTC label indicates a thermistor installed inside the motor or adjacent to the windings. For humanoid robot joints, low-speed high-torque operation, prolonged static holding, and transient impact during standing up or squatting all generate substantial temperature rises. The NTC enables the controller to perform three key temperature-based functions:
Current limiting: Reduce the maximum output current as temperature rises; Derating: Cap peak torque under sustained heavy loads;
Protective shutdown: Enter fault mode once temperature exceeds the safety threshold.
This is also a fundamental capability that professional robot joints must have. Without temperature closed-loop control, the joint cannot operate reliably for extended periods despite its high peak torque rating.
06 Position Detection: Dual Magnetic Encoders and Gears Convert Single-Turn Angles to Multi-Turn Position Readings
After removing the PCBA, a set of small gear structures can be seen on the reverse side. These are not the main reduction gears, but auxiliary mechanisms designed for angle detection.
Figure 8: Gear and magnetic encoder area on the reverse side of the control board
Figure 9: Rotation of the central shaft drives the two adjacent pinion gears to rotate synchronously.
Structurally, rotation of the central shaft drives the two small gears. A magnetic component is fitted at the center of each small gear, with magnetic encoder ICs mounted on the matching positions on the rear side of the PCBA. Magnetic encoders measure angular variations of magnetic fields, eliminating the need for optical grating discs. They are tolerant to minor oil contamination and dust, making them more suitable for fully enclosed robot joints.
Figure 10: The dual-gear and dual-encoder structure improves angular resolution and enables multi-turn position detection.
What stands out most here is the "dual-gear + dual magnetic encoder" configuration. Its value goes far beyond simply adding a second sensor for higher accuracy; it is most likely engineered to realize a multi-turn absolute position encoding scheme:
A single magnetic encoder accurately measures angles within 0–360°;
yet a joint may rotate multiple revolutions, and a single-turn encoder cannot determine the number of rotations on its own;
If the two gears feature different tooth counts or gear ratios, they form a vernier-like correlation;
By combining the two angular readings, the controller calculates the absolute position over a much wider range.
This structure delivers great value to humanoid robots. After power-off, the legs, arms or waist joints may be displaced by external forces. Upon re-powering, joints requiring extensive homing movements suffer from low efficiency and pose safety hazards. Multi-turn absolute position sensing allows joints to instantly retrieve posture data as soon as power is restored.
07 Mechanical Transmission: Compact Stack Layout of Motor, Reducer and Output Shaft
Figure 11: The central area houses the motor shaft and the core mechanical transmission path.
Proceeding to examine the mechanical layer, the motor shaft, stator windings, rotor assembly and reducer end are all stacked along a single central axis. This is a typical design approach for integrated joints: the motor is no longer an external separate component but an integral part of the joint structure.
Figure 12: Dense ring gears, grease and connecting structures are visible inside the output end.
Large ring gears, lubricating grease and multi-point connecting structures can be observed at the output end. Though the full gear stages are not fully exposed, the visible structure indicates a compact gear reduction unit with a high reduction ratio. Its core function is far more complex than merely slowing down the motor rotation, as it must simultaneously satisfy the following requirements:
High Reduction Ratio: Convert the high-speed rotation of the motor into low-speed, high-torque output for joints;
Low Backlash: Minimize position control errors and reverse clearance impact;
High Stiffness: Withstand external forces and shocks during robot movements;
Long Service Life: Ensure controllable gear tooth wear under prolonged repetitive motion;
Reliable Lubrication: Distribute grease evenly to cover gear teeth, bearings and seals.
Figure 13: The rotor is linked to the intermediate shaft, and motor output power is transmitted to the subsequent drive stages via this intermediate shaft.
Figure 14: Motor stator iron core and copper windings are visible.
Copper windings, stator iron core and rotor assembly can be seen on the motor section. Joints of this type typically prioritize high torque density, which means delivering maximum torque within a limited volume. This target requires simultaneous optimization of magnetic circuits, windings, heat dissipation, bearing support and reducer matching.
Nevertheless, high torque density comes with trade-offs: concentrated heat accumulation, higher sensitivity to assembly tolerances, more complex stress loads on bearings and gears, as well as more stable control algorithms. A joint is not a simple combination of a motor, circuit board and gearbox, but a tightly coupled integrated system.
08 Professional Analysis: The Real Technical Challenges of Joint Modules
Judging from the disassembled structure of this joint module, its professionalism is mainly reflected in five aspects.
1. Power Density
Integrating the motor, reducer, drive board and position detection unit within a limited diameter imposes extremely strict constraints on structural space. MOSFETs, sampling resistors, power components and connectors must all be arranged around the hollow shaft layout. The design needs to accommodate high current transmission while reserving low-noise routing space for signal circuits.
2.Closed-Loop Control
It does not operate with open-loop drive, but relies on multiple feedback signals simultaneously:
- Angular feedback from encoders
- Current sampling feedback
- Temperature feedback
- Communication command feedback
These signals jointly govern the output torque, speed and position of the joint. Excessive noise in any single link will cause abnormal performance of the entire module, such as jitter, overheating, slow response or false protection triggering.
3. Thermal Design
Heat is generated by power MOSFETs, sampling resistors, motor windings and friction inside the reducer. The circuit board is enclosed inside the joint with limited heat dissipation conditions, so thermal conduction paths have to be jointly formed by the metal housing, end caps and internal structural components.
4. Mechanical Stiffness and Backlash
Humanoid robot joints are required not only to rotate but also to bear loads reliably. When standing, walking or squatting, joints must maintain stable position and torque under loaded conditions. Excessive reducer backlash or insufficient output stiffness will lead to unstable leg support, mechanical oscillation and poor posture control performance.
5. Mass Production & Serviceability
Robots are not one-off lab prototypes. The overall engineering capability of the complete machine depends on whether faults can be quickly diagnosed, firmware upgraded and modules replaced after mass production.
AMASS High current connector widely used in the internal battery, motor, and electrical control connections of Intelligent Robot Solutions.
Post time: Jul-04-2026