Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 741 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 741 Bytes

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.