Close

Design Considerations

A project log for DFRobot Turtle Robot

A drawing robot using DFRobot parts.

makersboxMakersBox 05/31/2018 at 22:160 Comments

If accuracy and precision are the goals, then most of the design decisions will rotate around the stepper motor (pun intended).  The geared 28byj48 steppers (http://a.co/8bPbFhK) I've been using are incredibly cheap and work reasonably well, but they have both rotational errors from the backlash gears and axial errors from slop in the bearings.  If you have ever watched a 3D printer or CNC milling machine do its thing, you know that those errors have been virtually eliminated.  Most hobby grade machines use bipolar 2-phase stepper motors, so that is where we start.  At about $15 each, our Turtle build is already at about half the budget of my normal robot, but hey, we are not counting costs on this one, right?

I'm going to be using the DFRobot hybrid stepper (https://www.dfrobot.com/product-785.html).  I honestly don't know what the "hybrid" means.  Perusing the data sheet, we know the following:

Here are my starting thoughts on design:

First things first, we need to get our hands on the hardware and learn to make the steppers move . . .

Discussions