ruizivo / GRBL-28byj-48-Servo

GRBL 0.9j to control unipolar motors (28byj-48) plus Servo motor support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#GRBL 28byj-48 + Servo Motor

This GRBL uses an ugly hack to control two motors unipolar steps as 28byj-48 and also supports a servo motor on pin 11

The motors (28byj-48) are connected to a controller card that uses the chip ULN2003. This board is connected to pins A0, A1, A2, A3 for the Y axis and 2,3,4,5 digital pins to the axis X. The servomotor connected to pin 11 h.

Credits to costycnc who modified grbl from bipolar to unipolar: https://github.com/costycnc/costycnc-costycnc-grbl-1.1-unipolar

Credits to robottini who did support the servo motor ... link to git https://github.com/robottini/grbl-servo

I tested the code very well with 328p (Arduino Uno, Duemilanove etv), not with 2560 (Arduino Mega) because I did not do the alterations in the file cpu_map_atmega2560.h

About

GRBL 0.9j to control unipolar motors (28byj-48) plus Servo motor support

License:Other


Languages

Language:C 98.8%Language:Makefile 0.9%Language:C++ 0.3%