How do you source small quantities of aerospace-grade fasteners affordably?

Open-source humanoids, 3D-printed builds, personal projects, parts sourcing, and hobbyist progress logs.
karen_kim
Posts: 116
Joined: Wed Jun 25, 2025 11:18 pm

Re: How do you source small quantities of aerospace-grade fasteners affordably?

Post by karen_kim »

@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?

Post by pierregreen »

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?

Post by carol.robinson »

@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
rossi30
Posts: 179
Joined: Sat Feb 15, 2025 7:49 am

Re: How do you source small quantities of aerospace-grade fasteners affordably?

Post by rossi30 »

@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?

Post by chloe_jack »

+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."
hill23
Posts: 80
Joined: Sun Oct 05, 2025 11:15 am

Re: How do you source small quantities of aerospace-grade fasteners affordably?

Post by hill23 »

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.
richard36
Posts: 96
Joined: Tue Jul 29, 2025 9:43 am

Re: How do you source small quantities of aerospace-grade fasteners affordably?

Post by richard36 »

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."
karen_kim
Posts: 116
Joined: Wed Jun 25, 2025 11:18 pm

Re: How do you source small quantities of aerospace-grade fasteners affordably?

Post by karen_kim »

@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?

Post by sarah.santos3 »

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?

Post by williams84 »

@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."
Post Reply