Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 2.51 KB

README.md

File metadata and controls

24 lines (18 loc) · 2.51 KB

desk-robot-manipulator

Open-Source Desk Robot Manipulator Design Project

This project is designed to cater towards the growing demand of more ubiquitous open-source robotics software and hardware. The files below provide the materials and resources necessary to recreate this desktop serial robot manipulator with a parallel gripper.

CAD Files

Included are individual SolidWorks CAD part files and an overall CAD assembly to help for 3D printing and assembling.

Arduino Program

This desk robot uses an Arduino MEGA, Dynamixel Motor Shield, SparkFun Serial Basic Communications Chip, and the Arduino IDE as the robot's control mechanisms. To make edits to the code and test out additional programs install Arduino IDE and download the DynamixelShield Arduino library here. These will allow you to program using Dynamixel software and upload code to the manipulator.

Included in this package is the move_all_motors.ino Arduino program which takes in input keys a, w, s, d, j, i, k, l to control the position of each individual Dynamixel servo. T

Specifications:

  • XL430 Dynamixel Servo Motor can be found here
  • Dynamixel Motor Shield can be found here