Page 2 of 2
Re: Anyone running a Raspberry Pi vs Jetson for their DIY build's brain?
Posted: Fri Oct 03, 2025 9:53 am
by gimbalmar65
@zoeanderson Speaking from personal experience here,
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: Anyone running a Raspberry Pi vs Jetson for their DIY build's brain?
Posted: Mon Oct 06, 2025 5:47 am
by johnrossi
Yeah, this tracks with what I've read as well.
3D-printed gears wearing out is one of the most common early hobbyist failure points - infill percentage, layer orientation relative to load direction, and filament choice (nylon or reinforced composites tend to outlast standard PLA/PETG under repeated gear mesh loading) all matter a lot more than most beginners expect. 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.
Re: Anyone running a Raspberry Pi vs Jetson for their DIY build's brain?
Posted: Wed Oct 08, 2025 10:35 am
by chloe_jack
@johnrossi Counterpoint:
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: Anyone running a Raspberry Pi vs Jetson for their DIY build's brain?
Posted: Thu Oct 16, 2025 1:08 pm
by jonathan.rao1
To answer this directly:
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.
Re: Anyone running a Raspberry Pi vs Jetson for their DIY build's brain?
Posted: Mon Oct 27, 2025 3:44 am
by carol38
@jonathan.rao1 Agreed, and I'd add:
3D-printed gears wearing out is one of the most common early hobbyist failure points - infill percentage, layer orientation relative to load direction, and filament choice (nylon or reinforced composites tend to outlast standard PLA/PETG under repeated gear mesh loading) all matter a lot more than most beginners expect.
Reminds me a bit of the early drone hobbyist scene, honestly.
Re: Anyone running a Raspberry Pi vs Jetson for their DIY build's brain?
Posted: Sat Nov 01, 2025 3:40 am
by servoken70
Respectfully, I think this undersells it a bit.
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.
Re: Anyone running a Raspberry Pi vs Jetson for their DIY build's brain?
Posted: Wed Nov 12, 2025 12:48 pm
by zoeanderson
Yeah, this tracks with what I've read as well.
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: Anyone running a Raspberry Pi vs Jetson for their DIY build's brain?
Posted: Sat Nov 22, 2025 6:49 pm
by matthew43
Side note that might be relevant:
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.
Anyway, good thread - following for more.