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 >
Техническое задание на разработку ППР выданное заказчиком или генподрядчиком https://paritet-project.ru/ppr-na-jelektromontazh-zakazat-razrabotku-proekta-proizvodstva-rabot-na-jelektromontazhnye-raboty/ Сбор и анализ исходных данных: изучение рабочей документации проекта организации строительства ПОС технического задания результатов инженерных изысканий действующих норм и правил https://paritet-project.ru/razrabotka-ppr-na-demontazh/ Субподрядчик разрабатывает ППР на выполняемый им вид или компл
Altonmosse, July 2nd, 2026
Допустим что ваша приусадебная территория размером 6 соток простаивает – вы не хотите заниматься выращиванием сельскохозяйственных культур а сам коттедж и например гаражные постройки никак не облагорожены https://berezov-lsk.ru/ Чтобы пространство не пустовало обратитесь в компанию ландшафтного дизайна – специалисты прекрасно разбираются в тонкостях обустройства и помогут превратить ваши владения в действительно комфортное и красивое место отдыха https://berezov-lsk.ru/ Вы сможете сделать моще
ScottWoupe, July 2nd, 2026
Система Тёплый пол вся площадь 138 м?: Организован эффективный водяной тёплый пол по всей площади включающий экструдированный пенополистирол специализированную подложку с разметкой надёжные скобы распределительные гребёнки насосно-смесительный узел с соответствующими трубами и насосом а также автоматику управления тёплым полом с комнатными термостатами https://master-vodoved.ru/master/master-m3.html ИЗ ЧЕГО СКЛАДЫВАЕТСЯ СТОИМОСТЬ ИНЖЕНЕРНЫХ КОММУНИКАЦИЙ В КОТТЕДЖЕ? Параметры дома: Одноэтажный до
Thomaswhafe, July 2nd, 2026
Парадиz https://rich-house.su/about/ Завтрак Wi-Fi https://rich-house.su/rooms/ Всё включено https://rich-house.su/services/ 736 https://rich-house.su/photos/ 9 м от центра Геленджик https://rich-house.su/photos/ Показать все https://rich-house.su/about/ До центра 1 https://rich-house.su/services/ 4 км https://rich-house.su/services/
GeraldChona, July 2nd, 2026

Leave a comment

= Thanks for your comment =