Page 2 of 2
Re: Custom PCB motor drivers for small joint actuators - anyone done this?
Posted: Sat Aug 01, 2026 5:28 am
by charlesbianchi
One nitpick -
Anti-backlash techniques in production actuators range from mechanical preloading (spring-loaded gear meshes) to purely software compensation that models and corrects for known backlash in the control loop. Boston Dynamics' commercial electric Atlas switched fully from hydraulic to QDD-style electric actuation, ending up quieter and lighter with comparable or better dynamic performance than the old hydraulic platform.
Re: Custom PCB motor drivers for small joint actuators - anyone done this?
Posted: Sat Aug 01, 2026 6:47 am
by niklas29
I'd frame this differently.
A lot of the per-joint cost in a modern actuator isn't the motor - it's the combination of a precision gearbox, integrated encoders, torque sensing, and the driver electronics, all of which have to fit inside a housing the size of a fist. Series elastic actuators add a spring element in series with the drivetrain, which gives cheap, precise torque sensing (measure spring deflection) and passive shock absorption, at the cost of reduced control bandwidth and added complexity.
Re: Custom PCB motor drivers for small joint actuators - anyone done this?
Posted: Sun Aug 02, 2026 9:40 am
by niklassantos
+1 to this. Worth adding:
Torque sensing is frequently integrated directly into the actuator housing via strain gauges near the output flange or spring element, rather than bolted on as an external sensor, to save weight and reduce noise from mechanical slop.
Re: Custom PCB motor drivers for small joint actuators - anyone done this?
Posted: Wed Aug 12, 2026 8:07 pm
by tmartin
Appreciate the detailed answer.
Anti-backlash techniques in production actuators range from mechanical preloading (spring-loaded gear meshes) to purely software compensation that models and corrects for known backlash in the control loop. Field-oriented control (FOC) tuning directly affects how smooth torque output feels - poorly tuned current loops show up as audible whine and jerky low-speed motion, while well-tuned FOC can make even a geared actuator feel fairly fluid.
Re: Custom PCB motor drivers for small joint actuators - anyone done this?
Posted: Fri Aug 21, 2026 4:09 am
by jchen
@tmartin Yeah, this tracks with what I've read as well.
Series elastic actuators add a spring element in series with the drivetrain, which gives cheap, precise torque sensing (measure spring deflection) and passive shock absorption, at the cost of reduced control bandwidth and added complexity.
Re: Custom PCB motor drivers for small joint actuators - anyone done this?
Posted: Sun Aug 30, 2026 11:59 am
by karen.chen3
Minor factual note:
Harmonic drives use high reduction ratios (often around 100:1), which gives excellent force density, stiffness, and thermal endurance for continuous-duty lifting - the tradeoff is low backdrivability and some backlash. Encoder resolution requirements scale with how tightly you need to control low-speed motion - coarse encoders are fine for open-loop swing phases but cause visible stutter during precise placement or fine force control.
Anyway, good thread - following for more.