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://www.profit-energo.ru/catalog/k-8141280-metallokonstruktsii_dlya_lep Модели бывают легкого и сильного типа https://www.profit-energo.ru/pages/15883-dostavka-i-oplata Уличные опоры освещения — это инженерные конструкции, которые используются для строительства систем освещения различных открытых площадок https://www.profit-energo.ru/contacts Они разработаны как универсальные изделия и могут а
DavidGof, August 20th, 2026
По запросу 6 122 https://deneb-spb.ru/shurup-shpilka 56 https://deneb-spb.ru/svarochnye-apparaty-i-mashiny Минимальная глубина гнезда под трубу при сварке https://deneb-spb.ru/zaglushki По запросу 6 072 https://deneb-spb.ru/contacts 20 https://deneb-spb.ru/krany-i-ventili Наша компания готова осуществить поставку труб прямо на Ваш строительный объект https://deneb-spb.ru/svarochnye-apparaty-i-mashiny Мы используем специализированные автомашины, приспособленные для перевозки тр
Robertdup, August 20th, 2026
Сборка К типовым металлическим изделиям из металла, кроме стальных каркасов цехов или иных промышленных помещений, относятся фермы, балки, колонны, опоры, связи, лестницы, ограждения, анкерные группы и закладные детали https://profstroimetal-sp.ru/dlya-doma-i-dachi/metallicheskie-ograzhdeniya/krasnogorske.html Можно купить отдельные интересующие элементы или оформить заказ на комплексное проектирование и изготовление https://profstroimetal-sp.ru/dlya-doma-i-dachi/metallicheskie-ograzhdeniya
BillyCag, August 20th, 2026
Потрібен комфортний готель у Житомирі? На офіційному сайті готелю зібрана інформація про номери, зручності та умови проживання у Житомирі. Готель ГЕРМЕС — готель для відпочинку, ділових зустрічей і проживання у місті. На офіційному сайті представлені категорії номерів для короткого та тривалішого проживання. Є варіанти для індивідуальної поїздки, пари, сім'ї або відрядження. Під час вибору варто звернути увагу на: - зручне розташування у Житомирі - варіанти розміщення
Hotel Hermes Zhytomyr, August 19th, 2026

Leave a comment

= Thanks for your comment =