Skip to content

Update stepper-library-examples.md#2844

Open
gilgvirts wants to merge 1 commit intoarduino:mainfrom
gilgvirts:patch-1
Open

Update stepper-library-examples.md#2844
gilgvirts wants to merge 1 commit intoarduino:mainfrom
gilgvirts:patch-1

Conversation

@gilgvirts
Copy link
Copy Markdown

What This PR Changes

Description:
The default Stepper library examples often use the sequence (8, 9, 10, 11). However, for the widely used 28BYJ-48 stepper motor paired with the ULN2003 driver board, this sequence causes vibration without rotation.

Updating the pin definition to (8, 10, 9, 11) correctly sequences the internal coils, ensuring smooth rotation as intended by the tutorial.

Contribution Guidelines

Description:
The default Stepper library examples often use the sequence (8, 9, 10, 11). However, for the widely used 28BYJ-48 stepper motor paired with the ULN2003 driver board, this sequence causes vibration without rotation.

Updating the pin definition to (8, 10, 9, 11) correctly sequences the internal coils, ensuring smooth rotation as intended by the tutorial.
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Feb 20, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@jhansson-ard jhansson-ard added the community Bugs and fixes suggested by the community label Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community Bugs and fixes suggested by the community

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants