Skip to content

Yondu from the Marvel Cinematic Universe controls his flying arrow with his whistle. While I don't have a flying arrow, I've managed to make a robotic hand that I now plan to control via different forms of Signal Processing.

Notifications You must be signed in to change notification settings

mixed-signal/Yondu-hand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yondu-hand

Setup

  1. pip install opencv-python
  2. pip install mediapipe
  3. pip install pyserial

The Robotic Hand

Disclaimer - The purpose of this project was NOT to make a robotic hand but to achieve actuation in different ways.

I've used an Arduino board, 4 servos (the fifth one broke), each to control one finger.

Control using computer vision

I've used opencv and mediapipe to detect and track the hand and determine which finger is closed and which is open. I've then sent the data to serial port on the ardiuno using pyserial.

About

Yondu from the Marvel Cinematic Universe controls his flying arrow with his whistle. While I don't have a flying arrow, I've managed to make a robotic hand that I now plan to control via different forms of Signal Processing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published