Page 2 of 3
Re: What battery setup are people using for a small DIY biped safely?
Posted: Sun Apr 05, 2026 8:31 am
by greta78
@freya.sokolov Ran into exactly this myself.
Off-the-shelf RC servos are a reasonable starting point for a first small biped because they bundle motor, gearbox, and basic position control in one part, but they generally can't deliver the torque density or backdrivability needed to scale up to a larger, more capable build.
Kind of makes me think about how different this all looked even three years ago.
Re: What battery setup are people using for a small DIY biped safely?
Posted: Tue Apr 07, 2026 1:47 pm
by brian.campbell
Genuine beginner question -
A lot of hobbyists underestimate how much of the real difficulty in a DIY humanoid build is software and tuning rather than mechanical assembly - getting a robot to physically stand up is a much smaller fraction of the total project time than getting it to balance and walk reliably. Joining an existing robotics community (FRC, university clubs, maker spaces) before going fully solo is a common and effective way to pick up practical fabrication and control skills faster than working entirely alone from tutorials.
Re: What battery setup are people using for a small DIY biped safely?
Posted: Tue Apr 07, 2026 11:19 pm
by ivan22
@brian.campbell Same conclusion I've come to. Also worth noting:
Off-the-shelf RC servos are a reasonable starting point for a first small biped because they bundle motor, gearbox, and basic position control in one part, but they generally can't deliver the torque density or backdrivability needed to scale up to a larger, more capable build.
Re: What battery setup are people using for a small DIY biped safely?
Posted: Thu Apr 09, 2026 7:33 pm
by ethan_fisc
New to this, so forgive me if this is obvious -
Jetson-class boards remain a common choice for onboard compute on hobbyist builds needing real vision or learned-policy inference, while a Raspberry Pi is often adequate for lower-level joint control and telemetry if the heavier compute is offloaded to a base station. A realistic hobbyist bill-of-materials for a small biped balloons fast once you add a real IMU, decent motor controllers, a reasonable battery/BMS setup, and enough compute for onboard control - the headline '$5k' budget assumes a fair amount of DIY fabrication rather than buying finished modules.
Re: What battery setup are people using for a small DIY biped safely?
Posted: Thu Apr 16, 2026 12:34 pm
by vyoung
@ethan_fisc Related question -
Motion capture for training or validating a DIY robot's gait is expensive at professional quality, so a lot of hobbyists substitute cheaper alternatives - multi-camera pose estimation software, IMU-based motion tracking suits, or simply hand-tuning gaits in simulation first before ever touching real hardware.
Re: What battery setup are people using for a small DIY biped safely?
Posted: Tue Apr 21, 2026 10:36 pm
by freya.sokolov
Follow-up question though -
Motion capture for training or validating a DIY robot's gait is expensive at professional quality, so a lot of hobbyists substitute cheaper alternatives - multi-camera pose estimation software, IMU-based motion tracking suits, or simply hand-tuning gaits in simulation first before ever touching real hardware.
Re: What battery setup are people using for a small DIY biped safely?
Posted: Sun May 03, 2026 6:59 am
by gimbalmar65
@freya.sokolov Just to be precise about one thing:
Motion capture for training or validating a DIY robot's gait is expensive at professional quality, so a lot of hobbyists substitute cheaper alternatives - multi-camera pose estimation software, IMU-based motion tracking suits, or simply hand-tuning gaits in simulation first before ever touching real hardware. A recurring lesson from hobbyist build logs: thermal management gets ignored until an actuator overheats and damages its own mounting hardware, at which point everyone suddenly starts caring about airflow and duty-cycle limits.
Re: What battery setup are people using for a small DIY biped safely?
Posted: Tue May 12, 2026 5:55 pm
by servoken70
@gimbalmar65 Pretty much this. One thing to add:
Motion capture for training or validating a DIY robot's gait is expensive at professional quality, so a lot of hobbyists substitute cheaper alternatives - multi-camera pose estimation software, IMU-based motion tracking suits, or simply hand-tuning gaits in simulation first before ever touching real hardware. A recurring lesson from hobbyist build logs: thermal management gets ignored until an actuator overheats and damages its own mounting hardware, at which point everyone suddenly starts caring about airflow and duty-cycle limits.
Re: What battery setup are people using for a small DIY biped safely?
Posted: Sun May 17, 2026 2:41 pm
by karen.chen3
@servoken70 One nitpick -
Starting in simulation (even a simplified physics sim of just the leg or the target gait) before touching real hardware is one of the more reliable ways to avoid destroying expensive parts while debugging balance and walking control from scratch. The Berkeley Humanoid Lite stands about 1 meter tall and weighs roughly 16 kg, which is a genuinely reasonable target size for a first serious hobbyist build - big enough to be a real bipedal platform, small enough to not need industrial-scale actuators or a huge budget.
Re: What battery setup are people using for a small DIY biped safely?
Posted: Thu May 21, 2026 11:47 am
by nschmidt
@karen.chen3 I can speak to this a bit.
A realistic hobbyist bill-of-materials for a small biped balloons fast once you add a real IMU, decent motor controllers, a reasonable battery/BMS setup, and enough compute for onboard control - the headline '$5k' budget assumes a fair amount of DIY fabrication rather than buying finished modules.
This whole thread is a good reminder how young this field still is.