Stepper motor
-
I Am Trying To Use Qt creator to control a Stepper Motor, I have been unable to get it to work properly.
I don't know which Library i use, can you help me please@jackfr You will need to provide more information.
"I don't know which Library i use" - do you mean you do not know what library to use or you don't know how to use it?
Also: how is your question related to Qt (Qt/QtCreator do not control any stepper motors)? -
@jackfr You will need to provide more information.
"I don't know which Library i use" - do you mean you do not know what library to use or you don't know how to use it?
Also: how is your question related to Qt (Qt/QtCreator do not control any stepper motors)? -
@jsulm thank you for your reply.
i do not know what library to use.
i m using Lattepanda (board computer that runs a full version of Windows 10/linux)
with qt Creator -
@jsulm thank you for your reply.
i do not know what library to use.
i m using Lattepanda (board computer that runs a full version of Windows 10/linux)
with qt Creator@jackfr i have seen that in this type of scenario linux driver you need to install for that stepper motor.
or else you have to write user space driver on linux to check it.
-
I Am Trying To Use Qt creator to control a Stepper Motor, I have been unable to get it to work properly.
I don't know which Library i use, can you help me please@jackfr said in Stepper motor:
I don't know which Library i use
A computer can't control a stepper motor by itself... you also need a motor driver.
What motor driver are you using? The hardware supplier normally also provides the libraries.
-
@jackfr said in Stepper motor:
I don't know which Library i use
A computer can't control a stepper motor by itself... you also need a motor driver.
What motor driver are you using? The hardware supplier normally also provides the libraries.
-
@jackfr said in Stepper motor:
@JKSH Thank you for your reply, i'm using tb6600
OK, the TB6600 doesn't provide a library. You just need to apply signals to 3 different digital input pins: https://dfimg.dfrobot.com/nobody/wiki/0bcc0b661ce7750ff7d0134bfc3e88b3.pdf
So you must ask the LattePanda developers how to drive the board's digital output pins.