Servo Delta Robot

https://www.thingiverse.com/thing:3223787https://www.thingiverse.com/thing:3223787https://www.thingiverse.com/thing:3223787

I found the Delta Robot to be interesting in how it works and how it can be used. I thought it would be interesting to try and make one out of parts I had around and 3D printed parts. Unlike most of the Delta 3D printers, this robot uses a hinge method. This method gives the robot more flexibility than the ball joint.
This robot uses 3 hobby servos with arms and rods to allow the robot to move in the XYZ.

Controller:

The controller is a servo shield on an Arduino UNO with some libraries to control the robot. One library is the Kinematics for the Delta robot and the another is to allow the computer to control the robot with GCode. The are others libraries used but they are not as important as these. Both libraries are important to control the positioning of the robot. Links for servo shield and the libraries are below.

Servo shield: https://www.tindie.com/products/williambailes/servo-and-potentiometer-arduino-shield/
Delta Kinematics library: https://github.com/tinkersprojects/Delta-Kinematics-Library
Gcode library: https://github.com/tinkersprojects/G-Code-Arduino-Library

Related Projects

G-Code-Arduino-Library

G-Code-Arduino-Library

This is a library that allows any machine or robot to be controlled by G-Code What is G-Code? G-Code is the instructions that 3D Printer and CNC used to create there part. G-Code is a set of instruction commands sent to the controller of the machine to be performed. Position, feed rate, and tool used are some of the items that G-Code can control. The G-Code can either be sent from the …
Read more


Delta-Kinematics-Library

Delta-Kinematics-Library

Delta-Kinematics-Library https://tinkersprojects.com/ Forward and Inverse Kinematics Library for Delta robot. Thank you to: http://forums.trossenrobotics.com/tutorials/introduction-129/delta-robot-kinematics-3276/ https://www.marginallyclever.com/other/samples/fk-ik-test.html …
Read more


Latest Projects

Popular Projects