arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.08k stars 7.01k forks source link

Stepper Library Documentation Addition #8826

Closed doorgunnerjgs closed 3 years ago

doorgunnerjgs commented 5 years ago

After spending a day and half trying to use a stepper motor with the Stepper library, I finally found the solution on a model railroading forum. In the discussion on "Stepper(steps, pin1, pin2, pin3, pin4)" (https://www.arduino.cc/en/Reference/StepperConstructor) there should be a note that the mapping of pins to stepper inputs is pin1 = N1, pin2 = N3, pin3 = N2, and pin4 = N4. It is DEFINITELY not obvious and not easy to find the answer.

animeshsrivastava24 commented 5 years ago

@doorgunnerjgs @per1234 On https://www.arduino.cc/en/Tutorial/StepperOneStepAtATime , a reference is given to the following website which shows connection of stepper motor pins to H-Bridge http://www.tigoe.com/pcomp/code/circuits/motors/stepper-motors/ but no direct reference is mentioned for connection of pins to Arduino. May I rewrite the code and post it for review?

per1234 commented 5 years ago

Hi @animeshsrivastava24 I think this is already documented under the "Bipolar Stepper Circuit and schematic" section of that page. You need to click the "Show images for the bipolar circuit and schematic" link to show the Fritzing and schematic. Am I misunderstanding your proposal?

animeshsrivastava24 commented 5 years ago

@per1234 Pardon for the misunderstanding in the previous discussion. Sure, I found that schematic, I diverted to the other reference page from the

For more information about the differences of the two types, please take a look at Tom Igoe's page on stepper motors.

@per1234 Please guide me on how to fix this issue.

per1234 commented 3 years ago

I haven't been able to find any references about this N1, N3 ... thing so I think it will be impossible to take action on this request. Therefore, I'm going to close this.

@doorgunnerjgs if you will comment here with more information I'll be happy to reopen this.