i buyed nema 17 motor model "42SHD0001"
in the data sheet motor pins are A,B,C,D
and in my grbl shield pins A+,A-,B+,B-
so how i connect them and does that will destroy the motors if i connect motors to shield wrong ?
i buyed nema 17 motor model "42SHD0001"
in the data sheet motor pins are A,B,C,D
and in my grbl shield pins A+,A-,B+,B-
so how i connect them and does that will destroy the motors if i connect motors to shield wrong ?
You need to use your multimeter to measure the resistance between the wires to figure which pairs belong to each of the two motor coils. Then you connect one coil to the A terminals and the other coil to the B terminals.
I am assuming your motor only has 4 wires. (Some of them have 6)
Robin2:
You need to use your multimeter to measure the resistance between the wires to figure which pairs belong to each of the two motor coils. Then you connect one coil to the A terminals and the other coil to the B terminals.I am assuming your motor only has 4 wires. (Some of them have 6)
i tried that and that's worked if i asked to move five steps our less but when i ask for 10 our 100 our biggers steps that's did't move more than one step and motor start vibration i use "grblcontrol" software for linux
Did you try my simple stepper code?
My guess is that you are asking the motors to rotate too quickly or your power supply is inadequate. Start with very slow speeds and increase the speed gradually until you find the limits.
Your link does not describe the electrical characteristics of the motor. Post a link to its datasheet.
What stepper driver are you using?
What power supply (volts and amps) are you using for the motor?
...R
Robin2:
Did you try my simple stepper code?My guess is that you are asking the motors to rotate too quickly or your power supply is inadequate. Start with very slow speeds and increase the speed gradually until you find the limits.
Your link does not describe the electrical characteristics of the motor. Post a link to its datasheet.
What stepper driver are you using?
What power supply (volts and amps) are you using for the motor?
...R
that's are link to the motor i use i did't found dtasheet just pics
power supply are 19v 3.29A laptop charger
i use grbl shield v3 and A4988 driver
i fixed the prolem after i changed my controller program from "grblcontrol" to "grbl controller 3.6.1"