What battery setup are people using for a small DIY biped safely?

Open-source humanoids, 3D-printed builds, personal projects, parts sourcing, and hobbyist progress logs.
greta78
Posts: 58
Joined: Fri Jan 23, 2026 8:34 pm

Re: What battery setup are people using for a small DIY biped safely?

Post 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.
"Torque is a lifestyle."
brian.campbell
Posts: 59
Joined: Thu Jan 22, 2026 3:10 am

Re: What battery setup are people using for a small DIY biped safely?

Post 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.
ivan22
Posts: 160
Joined: Mon Mar 31, 2025 11:13 am

Re: What battery setup are people using for a small DIY biped safely?

Post 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.
they/them
ethan_fisc
Posts: 198
Joined: Wed Dec 04, 2024 1:36 am

Re: What battery setup are people using for a small DIY biped safely?

Post 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.
vyoung
Posts: 51
Joined: Thu Mar 26, 2026 12:05 pm

Re: What battery setup are people using for a small DIY biped safely?

Post 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.
freya.sokolov
Posts: 60
Joined: Sun Mar 08, 2026 12:23 pm

Re: What battery setup are people using for a small DIY biped safely?

Post 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.
Ex-automotive, now full-time robots.
gimbalmar65
Posts: 86
Joined: Sun Jul 13, 2025 4:14 am

Re: What battery setup are people using for a small DIY biped safely?

Post 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.
Currently: 3D printing my way to bankruptcy.
servoken70
Posts: 179
Joined: Sun Nov 17, 2024 5:05 am

Re: What battery setup are people using for a small DIY biped safely?

Post 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.
Watching this space closely since 2019.
karen.chen3
Posts: 189
Joined: Mon Mar 10, 2025 1:30 pm

Re: What battery setup are people using for a small DIY biped safely?

Post 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.
they/them
nschmidt
Posts: 52
Joined: Tue Apr 14, 2026 9:26 am

Re: What battery setup are people using for a small DIY biped safely?

Post 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.
Watching this space closely since 2019.
Post Reply