Close
0%
0%

Teensy-Powered 6-DOF Robot Arm

A fully 3D-printable, 6-axis robotic arm driven by a Teensy 4.1, featuring custom kinematics and a Python web control interface.

Similar projects worth following
0 followers
  • Description
  • Details
  • Files 0
  • Components 0
  • Logs 0
  • Instructions 0
  • Discussion 0
This open-source (GNU General Public License v3.0) 6-DOF robotic arm is designed for makers and educators looking for a capable desktop platform. It moves beyond simple servo setups to offer a robust, math-driven kinematic engine.

Hardware: The mechanical structure features 100% 3D-printable modular joints (all STEP files are included). The control system is powered by a Teensy 4.1, leveraging its processing speed to handle real-time calculations and smooth motor control.

Software:
• Low-Level (C++): Runs directly on the Teensy, executing the core forward and forward kinematics engine.
• High-Level (Python): A custom web application that provides a clean, user-friendly interface to control the arm right from your browser.

I hope some of you find it useful and can use it as as starting point to build something new. Enjoy!

[GitHub] https://github.com/danieljhand/6_dof_robot_arm
[Demo] https://github.com/danieljhand/6_dof_robot_arm/blob/main/media/robot-demo.mov

Enjoy this project?

Share

Discussions

Does this project spark your interest?

Become a member to follow this project and never miss any updates