How do you source small quantities of aerospace-grade fasteners affordably?
Re: How do you source small quantities of aerospace-grade fasteners affordably?
@choi98 Agreed, and I'd add:
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.
-
pierregreen
- Posts: 205
- Joined: Thu Dec 12, 2024 11:01 am
Re: How do you source small quantities of aerospace-grade fasteners affordably?
Speaking from personal experience here,
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.
she/her
-
carol.robinson
- Posts: 153
- Joined: Sun Mar 16, 2025 11:36 am
Re: How do you source small quantities of aerospace-grade fasteners affordably?
@pierregreen Counterpoint:
Building a scoped-down project first - a single leg, an arm, or a torso-only upper body - is a common and sensible way to learn the mechanical and control fundamentals before committing to the cost and complexity of a full bipedal platform.
This whole thread is a good reminder how young this field still is.
they/them
Re: How do you source small quantities of aerospace-grade fasteners affordably?
@carol.robinson 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.
"The best actuator is the one that doesn't overheat."
-
chloe_jack
- Posts: 176
- Joined: Sat Nov 30, 2024 12:42 pm
Re: How do you source small quantities of aerospace-grade fasteners affordably?
+1 to this. Worth adding:
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 best actuator is the one that doesn't overheat."
Re: How do you source small quantities of aerospace-grade fasteners affordably?
This lines up with my experience.
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: How do you source small quantities of aerospace-grade fasteners affordably?
New to this, so forgive me if this is obvious -
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 best actuator is the one that doesn't overheat."
Re: How do you source small quantities of aerospace-grade fasteners affordably?
@richard36 Not to derail, but this reminds me of something adjacent:
Building a scoped-down project first - a single leg, an arm, or a torso-only upper body - is a common and sensible way to learn the mechanical and control fundamentals before committing to the cost and complexity of a full bipedal platform.
-
sarah.santos3
- Posts: 213
- Joined: Thu Feb 13, 2025 5:30 am
Re: How do you source small quantities of aerospace-grade fasteners affordably?
Small correction on one detail:
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.
This whole thread is a good reminder how young this field still is.
they/them
-
williams84
- Posts: 237
- Joined: Sat Sep 28, 2024 8:50 am
Re: How do you source small quantities of aerospace-grade fasteners affordably?
@sarah.santos3 That's the official framing, at least - reality tends to lag a bit.
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. 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.
"The best actuator is the one that doesn't overheat."