Hook

robotic arm
Their other posts in the index, biggest breakout first.
This is how I built my first robotic arm. I built it using these servo motors. SG90, MG996r. Pull on a fishing line like this, which makes the fingers retract. And then having an elastic band connected to the fingers, making them stretch out again when the tension is removed. The builder process for this was fairly simple. I started by finding a 3D model of a line that I liked. And made a few tweaks to better suit my design. Once printed, assembling the parts was pretty straightforward. I connected each servo to the board and powered everything using an external power supply. With hardware ready, the next step was integrating computer vision. With just a few lines of Python code, using the MediaPipe library, I was able to project 21 landmarks onto my hand in real time. These points track every movement on my hand, including bending, extension, and rotation. Using a simple function, I can detect whether my fingers are open or closed. And even track the overall rotation of my hand.