Hello folks I would like to build a turret with two axes to control myself, with the stepper driver TB6600 which I have twice, two nema 23 steppers and an arduino joystick. I find a lot of videos and tutorials just not for the setup what I have, they all have the easy driver or something else. can someone help me with the sketch since i can't do it by rewriting from the easy driver to the tb6600.
please post in English in the English forum or use the German language forum
there are plenty of information online. here is a good example
the AccelStepper library will also help make your life easy
oh sorry, i changed it to englisch. i have big problem to programing this, i need help to understand this
help with what? the link shows you how to connect things together and how to issue a step command.
These links may help
Stepper Motor Basics
Simple Stepper Code
also look up the AccelStepper library
...R
i like to controll two stepper with the tb6600 driver with an joystick, and i need a code then i was a very big noob in c++
BerserkerZocker:
i like to controll two stepper with the tb6600 driver with an joystick, and i need a code then i was a very big noob in c++
If you just want someone to write a program for you please ask in the Gigs and Collaborations section of the Forum and be prepared to pay.
If you want to learn to program yourself the examples that come with the Arduino IDE are a good place to start. They probably cover all the techniques you will need. There are also many online tutorials. Also see the Useful Links Thread.
...R