91
Mechanics and Construction / robotic toy
« Last post by mklrobo on August 14, 2021, 12:03:52 PM »

Hello robot superheros!!
In my plight for using stepper motors for "relative" precision required for my robot,
I have decided to try to use the Easy Driver stepper motor driver. With just a few pins from
the raspberry pi, you will be able to control 2 stepper motors with enough accuracy to
use the robot effectively.

I wanted to use the adafruit stepper motor hat, BUT, you have to download the library
and use their code; not bad, but will stray away from true python programming. I would like
to keep the programming language as pure as possible, without getting entangled with other
languages that might not even be in existence in 3 years, not to mention the stepper hat might
not even be available.

I would like to keep this robot working for the long term, in which more applications can be
intuitively installed without involving a convoluted mess of languages, which only serve to
kill the learning curve and progress of the robot.

You will always have the option to use other languages as add ons to your own apps, but the
basic cores (I think) should be a pure building block that can serve the future as well as
retro apps.

I have attached the picture of the servo controller, in which I have heard good things about.
I am going back to the drawing board to accommodate these drivers, which will involve some
soldering skills, BUT, will be worth in the future, for simplicity of diagnostic and control.


