Hello everybody..
i am doing project of" Control of sun tracking system " and i had created a robot and i am using stepper motor ,but i faced problem which is how to connect the stepping motor driver model (Orientalmotor LDR507-K) with Arduino uno ,,,
kindly help me ..
Thank you ..
Google doesn't seem to help - do you have more details please?
Post a link to the datasheet for your stepper motor. You need some sort of stepper driver between the Arduino and the motor but we need to know what the motor is to make a recommendation.
You may find some useful stuff in stepper motor basics.
...R
To Robin2
here i attached the datasheet hope you can help me ..
thank you
HL-14073-2E.pdf (379 KB)
The PDF you linked to seems to be a linear actuator driven by a stepper motor and it seems to have its own controller which should simplify things.
I suspect you need to connect the CW- and CCW- connections to Arduino GND and connect the CW+ to the Arduino pin used for Step and CCW+ to the pin used for direction. Then you need to select the 1-pulse input mode. I presume the IN-COMMON connection should go to Arduino GND.
Read the manual carefully 4 or 5 times and if you think I have made a mistake be sure to ask more questions
Hopefully this simple stepper code will then make something happen.
I don't know if you need to use any of the other connections. Some experiments may be required to figure out what everything is for.
...R
Thank you so much Robin2 for your help
it is working with me now