joshua-barber / ScrewPicker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%