What battery setup are people using for a small DIY biped safely?
Re: What battery setup are people using for a small DIY biped safely?
@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?
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?
@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?
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?
@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?
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?
@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?
@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?
@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
Re: What battery setup are people using for a small DIY biped safely?
@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.