Skip to the content.

Year Zero Robotic Arm Project

Introduction

This repository is for the Year Zero Robotic Arm project, included is Arduino sketches, software and some documentation.

Sketches

A Video on how to do download the project to get access the code in one place

App

Specification

Installation

Construction

Click the image to be redirected to the construction video on youtube

Make sure you use the right numbered servo motors (numbering on the end of the cable near the connector) in the right joints. And be a bit careful because mounting the servos with the screws causes the plastic to “bloom” a bit and it will never be quite as tight if you have to remove them and put them back in again. Although the plastic pentagons are pre-attached to the servo hub, but I found that some were a few degrees off center, so you just have to adjust your code for that, AGAIN IF YOU NEED HELP ASK!.

Operational Information

Click the image to be redirected to a quick video of simple pick and place task, on youtube

Manual Code

To avoid damage to servos serveral key functions are implemented in code, this takes a few seconds be patient after all it is a virtue.

The robotoic arm will only move when an excepted command is inputted:

Allowed values for each servo are as follows:

The robotic arm is ready to receive commands when the led is ON. When the light is OFF when your command is being processed

Automation code

ORDER OF OPERATION Robotic Arm moves in this order:

* base -> shoulder -> elbow -> wrist vertical -> wrist rotation -> gripper 

Plan your movements accordingly

Acknowledgements

WARNING There has been a request to change some code in the original source code linked above, mix-up of wrist values. So please only use the code that is provided in this repository as the change has been incorporated.

Health and Safety