Biomimetic Bionic Hand: Build & Control Guide

Added:

Project Overview
Printer Setup
Servo Mods
Arm Assembly
Palm Build
Finger Mech
Tendon Routing
Control Setup

Project Overview

0:00
Playing Section
  • 1

    Introduces the Delta 1.1 bionic hand build, covering printing, assembly, and wiring.

  • 2

    Mentions the project's difficulty, incomplete status, and community support channels.

Basic Principles of 3D Printing (FDM): Understanding slicing software, print settings, and material properties necessary for structural mechanical parts.
Fundamentals of Electronics and Circuitry: Familiarity with voltage, current, PWM (Pulse Width Modulation), and basic servo motor operation.
Microcontroller Programming (C++/Arduino): Ability to write, debug, and upload code to control physical inputs and outputs.
Introductory Biomimicry and Kinematics: Understanding how skeletal joints and tendons function in the human hand to replicate mechanical motion.
Myoelectric Control and EMG Integration: Utilizing electromyography sensors to control the robotic hand using real human muscle signals.
Closed-Loop Feedback Systems (Haptic Feedback): Implementing force and touch sensors on fingertips to allow the hand to dynamically adjust grip pressure.
Advanced Kinematics and Motion Planning: Studying the mathematical models (forward and inverse kinematics) required for complex, coordinated finger gestures.
Custom Printed Circuit Board (PCB) Design: Learning schema capture and board layout tools (like KiCad or Altium) to miniaturize the hand's electronics.
Machine Learning for Gesture Classification: Training neural networks to recognize and predict user intent based on multi-sensor inputs.
203.6K views10.1Klikes15:00@WillCogleyOriginal Release: 2024-04-12

This video demonstrates how to construct a biomimetic bionic hand using 3D-printed components, modified servo motors, and custom electronics. The key mechanical principles include: (1) modifying standard servos (like DS939 MG) for continuous rotation by removing internal gears and potentiometer limitations; (2) creating tendon-driven finger movement using fishing line cables routed through 3D-printed pulleys; (3) assembling a modular forearm and wrist structure with multiple servos; (4) integrating potentiometer feedback boards for position sensing. The control system uses an Arduino microcontroller with PCA9685 servo driver boards, allowing users to operate the hand through either a Leap Motion controller for gesture recognition or manual sliders. The project emphasizes iterative prototyping, community collaboration, and adapting commercial components (like small form-factor servers) for custom applications.