28BYJ-48 + Makelangelo
- This topic has 1 reply, 2 voices, and was last updated 8 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Shop › Forum › Makelangelo Polargraph Art Robot › 28BYJ-48 + Makelangelo
Tagged: 28BYJ-48, Makelangelo
Hi, I’ve built a vplotter using 28BYJ-48 and the corresponding drivers (https://www.marginallyclever.com/product/28byj48-stepper-motor-driver/)running on arduino mega 2650
The drawbot works when I use stepper.h in another sketch, an it runs fine under accelstepper.h etc, see
Bbt when I compile and upload the sketch from
https://github.com/ffleurey/Makelangelo/commit/367340f8de2094186f5037220e2e4f0328e877bf not much happens. In the serial monitor I can see the help text it outputs, but now I’m sort of stuck on whether it is my settings that are wrong or something else?
I downloaded the code from https://github.com/ffleurey/Makelangelo, installed the libraries, and changed the values of the stepper pins to
static Stepper m2(32, 22,24,26,28);
static Stepper m1(32, 30,32,34,36);
which corresponds to the digital pins on the mega.
I’m not familiar with the ffleurey version of Makelangelo.
Nice robot!