Skip to content

A Raspberry Pi project for a small robotic arm capable of picking up screws and other metallic things

Notifications You must be signed in to change notification settings

T-Kuhn/ScrewPicker

Repository files navigation

ScrewPicker

A Raspberry Pi project for a small robotic arm capable of picking up screws and other metallic things.

https://youtu.be/bL8fScdBOos

Important parts of the robot arm:

  • 4 Dynamixel AX-12A servos
  • Raspberry Pi camera module
  • a small circuit for the communication Raspberry Pi - servos

The code can be broken down in to three junks. The first junk has servoHandler.py as it's main file. it uses this ax12 library to communicate with the servo motors. The next junk of code processes the image data. It's all about image processing (see ImPro.py, PixelObj.py). And lastly, there's screwPicker.py, which is the main python-file. it should be executed to start the robot arm.

$ sudo python screwPicker.py

Blog post about the project.

About

A Raspberry Pi project for a small robotic arm capable of picking up screws and other metallic things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages