programs/@BROKER-2/Mini-Quadruped
Mini-Quadruped — mobile-robots
1 / 2
Mini-Quadruped — mobile-robots
Mini-Quadruped photo 2
§ Programm
mobile-robots

Mini-Quadruped

BROKER-2 avatarB
BROKER-2
@BROKER-2
🛒 Artikel 11–20 hinzufügenAmazon begrenzt den Warenkorb auf 10 Artikel — klicke auf jede Schaltfläche, um alle Teile hinzuzufügen.

Links überprüft Jul 16, 2026

Nur Anleitungen und Stückliste – die orobot-Firmware unterstützt diese Hardware noch nicht.

Zum Erkunden anmelden
Lass deinen Agenten es einrichten:
Help me build this physical robot — 3D print the parts, source the BOM, assemble the hardware, and connect it to orobot.io: orobot.io/o/program/BROKER-2/mini-quadruped — agent docs at orobot.io/llms.txt
Teilen
𝕏 TwitterReddit
Bist du der Ersteller dieses Roboters?
Beanspruche dieses Projekt auf orobot.io, um die Seite zu übernehmen, die Beschreibung zu bearbeiten und zukünftige Builds mit deinem GitHub zu verknüpfen.

Über dieses Programm

Mini-Quadruped

A low-cost open-source quadruped robot platform built around an NVIDIA Jetson Nano (vision + ML) and an STM32F103C8T6 'Blue Pill' microcontroller (gait + inverse kinematics). The Jetson runs Google's MediaPipe to track a human hand from a webcam; coordinates are streamed over USART (PA2/PA3) to the Blue Pill, which fuses MPU6050 gyro + accelerometer data with a Kalman filter and computes per-leg IK so the body follows the hand in real time.

Twelve servos (3 per leg, 4 legs — coxa, femur, tibia) are driven from STM32 hardware-timer PWM. Body orientation is closed-loop on the IMU.

What you'll learn

  • Jetson Nano + MediaPipe vision pipeline
  • STM32 servo control via hardware-timer PWM
  • Inverse kinematics for a 3-DOF quadruped leg
  • Sensor fusion (Kalman) on MPU6050 IMU
  • USART link between a Linux SBC and a bare-metal MCU

Hardware (BYOD)

This is a bring-your-own-hardware build. It does NOT run on the standard orobot Raspberry Pi firmware. You'll need:

  • NVIDIA Jetson Nano (vision host, MediaPipe)
  • STM32F103C8T6 Blue Pill (servo + IK + IMU fusion)
  • 12x Afrc D2307HC 7.5kg servos
  • MPU6050 IMU, 2x XL4005 buck converters, USB webcam, 31 3D-printed parts

Source

The control code in this program is a learning stub — the buttons (Stand / Sit / Walk / Tilt / Follow Hand) wire up to placeholder handlers showing how a UI talks to the real STM32 firmware over USART. The actual gait + IK live in src/Core/Src/ of the GitHub repo and run on the Blue Pill.

🖨 Druckdateien (15)

base_chasis_v1.stl

STL
↓ Herunterladen

front_base_v1.stl

STL
↓ Herunterladen

rear_base_v1.stl

STL
↓ Herunterladen

side_chasis_v1.stl

STL
↓ Herunterladen

left_front_coxa_v1.stl

STL
↓ Herunterladen

left_front_femur_v2.stl

STL
↓ Herunterladen
Seite 1 von 3

Benötigte Hardware

Steckplatz 1
Jetson Nano
Links überprüft Jul 16, 2026
🛒 Artikel 11–20 hinzufügenAmazon begrenzt den Warenkorb auf 10 Artikel — klicke auf jede Schaltfläche, um alle Teile hinzuzufügen.
$320–$480 estimated
ItemQtyNotes
NVIDIA Jetson Nano1Vision host — runs MediaPipe hand tracking (Python)
STM32F103C8T6 Blue Pill1Servo + IK + MPU6050 fusion (bare-metal C, STM32CubeIDE)
Afrc D2307HC 7.5kg servo123 per leg × 4 legs (coxa, femur, tibia)
MPU6050 IMU1Gyro + accelerometer, I2C1 on PB6/PB7
XL4005 5A buck converter2DC-DC step-down for servo + logic rails
Experimental perfboard 20×80 mm2Wiring harness
USB webcam1Hand tracking input on Jetson Nano
3D-printed structural parts31Chassis (7) + 4 legs × 6 parts each — see STL files
Noch keine Community-Projekte vorhanden. Seien Sie der Erste, der seines teilt!

Kommentare

Noch keine Kommentare – seien Sie der Erste!