Hi,
I'm making a small turn table out of leftover parts. I'm using an Arduino Pro Micro board together with 28byj-48 steppers with the ULN2003 boards (the smd version). However, my boards appears to be resetting after a few seconds.
I'm using 3 steppers. To keep them in sync and not use all my pins I soldered the same input pins of all 3 boards together. Power is connected to the raw pin of the arduino with power being supplied by USB.
The steppers turn for a few seconds and then the board resets. When that happens, the LEDs on the ULN boards seem to fade off over a second, as if supplied by a drained battery. It runs a little longer if I only use 2 steppers and does not reset if I only use one (by disconnecting the power pins).
This makes it seem like the steppers draw to much power. Google says that each stepper needs up to 250mA. If my PCs USB port happens to be only 500mA (I don't know its rating), then It would explain why there is not enough power. However, I also connected the board to a power bank which can supply several Ampere on the port, so the steppers should get enough power (since I use the raw pin).
That leaves the 4 control pins for the board. I'm wondering if they draw to much power from one set of pins for 3 (2) boards. However, I didn't find how much power the ULN board draws on those pins (although I would expect it to be very little)
Does anyone have any ideas?