Page 2 of 2
Re: My progress log: month 3 on my home-built biped
Posted: Sat Mar 15, 2025 7:31 am
by dubois35
@camila.jackson0 That's the official framing, at least - reality tends to lag a bit.
Group-buy arrangements for harder-to-source parts (small harmonic drives, precision bearings, custom PCBs) are a common way hobbyist communities work around the fact that specialty components are often only sold in industrial minimum-order quantities. 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: My progress log: month 3 on my home-built biped
Posted: Mon Mar 17, 2025 10:56 am
by jhansen
Sorry if this is a basic question, but
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: My progress log: month 3 on my home-built biped
Posted: Tue Mar 18, 2025 5:06 am
by emilyperez
Can I ask a dumb follow-up -
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: My progress log: month 3 on my home-built biped
Posted: Wed Mar 19, 2025 10:52 pm
by carlossanchez
Counterpoint:
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: My progress log: month 3 on my home-built biped
Posted: Mon Mar 24, 2025 3:33 am
by scott.andersson5
@carlossanchez One nitpick -
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.
Makes me wonder how this looks in another five years.
Re: My progress log: month 3 on my home-built biped
Posted: Wed Mar 26, 2025 9:56 am
by jonathan.rao1
@scott.andersson5 Genuinely curious -
Sourcing small, precise harmonic drives as an individual hobbyist is genuinely difficult - most manufacturers focus on industrial customers with large order volumes, which is why a fair number of DIY builds substitute cycloidal drives, planetary gearboxes, or belt-reduction stages instead.
Re: My progress log: month 3 on my home-built biped
Posted: Wed Apr 02, 2025 4:14 pm
by carlossanchez
Yeah, this tracks with what I've read as well.
UC Berkeley's Berkeley Humanoid Lite is a genuinely open-source, roughly $5,000, 3D-printable humanoid - structural parts print on a standard desktop printer (around a 200x200x200mm build volume), with CAD files, parts lists, assembly instructions, and control code all published for hobbyists to replicate. 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.
Reminds me a bit of the early drone hobbyist scene, honestly.