November 2, 2024
Description
I gave myself a challenge to create a small robot arm and control it in one month! April 2021.
I used a lot other projects in the 3d printing space for inspiration and understanding. (EEZYbotARM, MeArm, and many others, Thanks!)
This Arm was created in OnShape, controlled with and Arduino, and has an HMI (human machine interface) Created in WinForms.
With the controls you can do manual movements, but you can also teach each position, and play it back as a looping script!
You can get or view the Arduino code and download the HMI .exe file, made in WinForms from GitHub: https://github.com/Hobbesdcc/RobotArm (see “Releases” on the side of GitHub page for the windows binaries, exe file)
There might be other 3d printed arms out that that are more refined then this one! So if you are looking to put something together without much tinkering, might try one of those!
Controls overview:
Script Builder:
Example Script:
GOTO_X12,Y12,Z0;
GOTO_X4,Y4,Z0;
GOTO_X8,Y0,Z0;
OpenGrip;
GOTO_X12,Y-3,Z0;
CloseGrip;
GOTO_X12,Y4,Z0;
GOTO_X12,Y4,Z5;
GOTO_X12,Y-3,Z5;
OpenGrip;
GOTO_X12,Y0,Z5;
CloseGrip;
Loop;
Parts list: (Besides the 3d printed parts)
License:
Creative Commons — Attribution — Noncommercial — Share Alike
7