Automate your desktop!
This is a project of a desktop robot manipulator. Included with it is the program "DRK" - a developer of robot kinematics.
Project features:
- Control using "GCODE" commands
- Availability of the inverse kinematics algorithm
- 6 degrees of freedom
Program the robot yourself using the "DRK" program! Management is available both directly from the computer and from the SD card. You can simulate the robot's movements to debug the trajectory.
Design your robot's body yourself or use ready-made models.
DRK created with:
STM32 Program created with:
Assemble the robot, focusing on the models and diagrams in the project.
Familiarize yourself with the installation of the components of the project (DRK and STM32 Program)
- Adjust the size of the robot;
- Set the robot's position;
- Create a robot movement algorithm
- Simulate the robot's operation and check the correctness of your program;
- Export your program to ".gcode" file;
- Move the file to the sd card and start its execution;
M32 /sd/<filename>.gcode
Distributed under the Apache-2.0 License. See LICENSE for more information.
- Andrew Pustovit - Comp Sci Student - AndrewPst - DRK & 3D-models & STM32 program