I have a stepper motor, its a few years old, with no markings. I assume it came from Aliexpress.
The motor looks just like this:
The controller looks like this:
I am using a ESP8266 to drive it.
Cabling I have:
#define IN1 14 //GPIO 14
#define IN2 12 //GPIO 12
#define IN3 13 //GPIO 13
#define IN4 15 //GPIO 15
I have tried lots of example code, and no matter what I do, I only get lights B and C flash.
THe motor is spinning ok (i assume, it looks ok anyway). But I assume I should have more lights? Is the lack of LEDs a issue?
