October 14th, 2015
  • Stepper motor
  • 28BYJ-48
  • ULN2003

Stepper motor library

I've made it my quest to create OOP classes for Arduino. Read about that in this blogpost if you need some more context.

This library is created using the 28BYJ-48 stepper motor in combination with the ULN2003 driver board, but it will work with every 4 pin driver board for stepper motors.

  Scheme stepper motor  

This library lets you choose between three different step modes:

  • Half step mode
  • Full step single phase mode
  • Full step dual phase mode

If you want to know the differences between these modes, please look at this YouTube video explaining all three modes.

The 28BYJ-48 motor needs 512 full (inner) engine rotations to rotate the drive shaft once. In half-step mode these are 8 x 512 = 4096 steps for a full rotation, and in full-step mode these are 4 x 512 = 2048 steps for a full rotation.

Between every step the engine needs some time to move. You can specify this time as the step delay in milliseconds, which is 1ms by default. So when you increase the step delay, the motor turns slower.

When you've initialized the engine with a mode you can choose to let the motor run clockwise or counter clockwise continuously or only for a certain amount of steps. The library can call a method in the event the motor turned the requested amount of steps. See the example code which is in a subdirectory of the library.

Please note that full step mode may need an external power source in order to work. I use a PC power supply for this. You can use a red (5V) and a black wire from the power supply to power the driver board. To turn on a PC power supply you have to connect the green wire to one of the black wires. See my library to control a power supply here.

The stepper motor library can be found here on GitHub.
It uses the BaseTimedElement base class which can be found here on GitHub.

< Previous post Overview posts Next post >
3 Адвокат Спивак Н https://yuristi.com/advokat-po-poboyam П https://yuristi.com/advokat-po-moshennichestvu-159 ОГРН: 1157746291878 https://yuristi.com/advokat-po-grabezhu-161-uk-rf ООО «ЗУН» — IT-компания, которая предоставляет клиентам лицензию на программное обеспечение, позволяющее привлекать клиентов и управлять репутацией в Сети за счет автоматизированных модулей https://yuristi.com/advokat-po-razvratnym-dejstviyam Трудовое право https://yuristi.com/blog 12 мин https://yur
Irvingnurib, September 2nd, 2026
Жестких границ, отделяющих одно поколение от другого, не существует в принципе, отмечают в своей книге «Четвертое превращение» вышеупомянутые исследователи https://ng-kids.ru/soglasenieopd Программа основана на ФГОС и обогащена лучшими мировыми педагогическими практиками и технологиями https://ng-kids.ru/svedeniya Неясно, кого считать «зетами» и «альфами»: поколения, согласно разным исследователям, измеряются интервалами в 5–10 лет или 15–20 лет https://ng-kids.ru/soglasenieopd В п
Andrewzek, September 2nd, 2026
быстрая доставка по Москве Во флористике, как и в любом другом искусстве, существуют свои правила и принципы, которым необходимо строго следовать, чтобы создать красивую композицию, радующую глаз https://artcraftbouquet.ru/articles/tag/cvetok-hameleon На авось не составляют букеты даже очень опытные флористы https://artcraftbouquet.ru/magazin/folder/bukety-dlya-svekrovi/p/1 ? Наши флористы создают авторские букеты из свежих сезонных цветов: роз, пионов, тюльпанов, гортензий, ранункул
Henrycyday, September 2nd, 2026
В качестве исполнителя для такелажа строительного оборудования мы выбрали компанию Такелажники https://drogal.ru/glossary/logisticheskii-audit/ ру https://drogal.ru/glossary/terminal/ Необходимо было подготовить к отправке в Таджикистан партию экскаваторов и бульдозеров, погрузить их на железнодорожные платформы и закрепить соответствующим образом https://drogal.ru/glossary/kanistra/ Специалисты выполнили всю работу максимально качественно, обращая внимание даже на незначительные детали
RobertSwafe, September 1st, 2026

Leave a comment

= Thanks for your comment =