On Oct 12, 2024, at 12:36 AM, gjgsm...@gmail.com <gjgsm...@gmail.com> wrote:
--
You received this message because you are subscribed to the Google Groups "accelstepper" group.
To unsubscribe from this group and stop receiving emails from it, send an email to accelstepper...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/accelstepper/5e33b062-9702-46fa-b204-deb889a1b82an%40googlegroups.com.
https://www.jst.co.uk/downloads/series/eSH_(21-03-24).pdf
this is the specification page for the connectors ….
They are really hard to do by hand particularly the crimps on the wire… the board mounted connectors are easier
Steve
From: accels...@googlegroups.com <accels...@googlegroups.com> On Behalf Of Ross Waddell
Sent: 11 October 2024 21:26
To: accelstepper <accels...@googlegroups.com>
Subject: [accelstepper] How to calibrate stepper
I have a bunch of small steppers with gear reduction hardware but I don't know the step angle or the gear reduction ratio. How can I figure those two things out? I was thinking I could use move(x) with various values to see yields a 360 rotation, but darned if I can find an example sketch.
This is what I use for a stepper where I know all the deets (constant speed):
const float motorStepperAngle = 18.0; // stepper motor w/o gear reduction
const float actualGearRatio = 9.677; // nominal 10:1 for GM12-15BY
const int stepAngle = 2; // 1/2 step angle
const float actualRPM = 60.0; // measured RPM of spinning dome
// Calculate AccelStepper setSpeed(x) value based on details above:
motorRPM = ((360/(motorStepperAngle/actualGearRatio))*(actualRPM/60))*stepAngle;
This is the one used in the example above:
Also, if anyone knows where I can get a JST Sh 1.0mm pitch 4-pin connector cable I would be most appreciative.
--
You received this message because you are subscribed to the Google Groups "accelstepper" group.
To unsubscribe from this group and stop receiving emails from it, send an email to accelstepper...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/accelstepper/f9a6e788-d542-4b4a-a334-8fb8d57ef245n%40googlegroups.com.