Reddit Reddit reviews ELEGOO 5 Sets 28BYJ-48 ULN2003 5V Stepper Motor + ULN2003 Driver Board for Arduino

We found 8 Reddit comments about ELEGOO 5 Sets 28BYJ-48 ULN2003 5V Stepper Motor + ULN2003 Driver Board for Arduino. Here are the top ones, ranked by their Reddit score.

Industrial & Scientific
Additive Manufacturing Products
3D Printer Parts & Accessories
3D Printer Interface & Driver Modules
ELEGOO 5 Sets 28BYJ-48 ULN2003 5V Stepper Motor + ULN2003 Driver Board for Arduino
Stepper motor with a standard interface, when used directly pluggable.A, B, C, D four-phase LED indicates the status of the stepper motor work.5 line 4 phase can be used for ordinary ULN2003 chip driver, connect to the 2 phase , support the development board,With convenient use, direct dockingDrive Module Board Size(in): 1.37*1.18*0.6 ; Stepper Motor diameter: 1.06(in) ; Stepper Motor lines: 9.45(in)Great packing in a box : 5 set Uln2003 Stepper Motor + Driver Board (with a little gift)
Check price on Amazon

8 Reddit comments about ELEGOO 5 Sets 28BYJ-48 ULN2003 5V Stepper Motor + ULN2003 Driver Board for Arduino:

u/Indifferentchildren · 3 pointsr/diyelectronics

There is a super-cheap stepper motor for very low-end projects: 28BYJ-48 You can buy a set of 5 from Amazon, with the motor-controller board that your Arduino or RaspberryPi can interface to, for $14.

https://www.amazon.com/ELEGOO-28BYJ-48-ULN2003-Stepper-Arduino/dp/B01CP18J4A/ref=sr_1_15?keywords=Cheap+stepper+motor&qid=1554555711&s=gateway&sr=8-15

An Arduino Nano is more than sufficient for this project, unless you want to get exotic for the trigger inputs, like voice-commands, Internet-controlled, etc.

u/TaurusSilver404 · 3 pointsr/robotics

You’ll need something that can keep a position so this would mean either a servo or a stepper motor. Both can be found cheaply at a hobby store or online. The servo would be easier to code imo but the stepper would be quieter and likely have a smoother operation. If you chose a stepper motor I would recommend these

ELEGOO 5 Sets 28BYJ-48 ULN2003 5V Stepper Motor + ULN2003 Driver Board for Arduino https://www.amazon.com/dp/B01CP18J4A/ref=cm_sw_r_cp_api_i_5ZY0CbGSMG87P

u/dotpan · 1 pointr/arduino
u/nighthawk4900 · 1 pointr/arduino

Thanks!

Would it be possible to use these motors/drivers with the NodeMCU?

https://www.amazon.com/gp/product/B01CP18J4A/ref=ox_sc_act_title_1?ie=UTF8&psc=1&smid=A2WWHQ25ENKVJ1

"Elegoo 5 sets 28BYJ-48 ULN2003 5V Stepper Motor + ULN2003 Driver Board for Arduino
"

I was thinking about getting the NodeMCU, that motor pack, and this conglomeration of parts to get started:

https://www.amazon.com/gp/product/B01ERPEMAC/ref=ox_sc_act_title_2?ie=UTF8&psc=1&smid=A2WWHQ25ENKVJ1

What do you think?

u/gbluma · 1 pointr/radiocontrol

If you outgrow those simple servos, you may also want to check out small stepper motors. I have some that include a gearbox which reduce the rotation rate by 64x, so something like 4000 steps per rotation--and theoretically you can do smaller steps.

I've been playing with these, and they're good, but much more difficult to configure in code.

https://www.amazon.com/gp/product/B01CP18J4A

Since there are 4 coils, you need to individually flip them high and low, and if you do it wrong it will move the wrong way, still stutter and jump, or just sit still. But, if time isn't an problem...

Best of luck on your project.

u/bk553 · 1 pointr/arduino

28BYJs are cheap steppers that you can control using a few different arduino libraries.

5 of them for 13 bucks with controllers.

https://smile.amazon.com/Elegoo-28BYJ-48-ULN2003-Stepper-Arduino/dp/B01CP18J4A/ref=sr_1_2?ie=UTF8&qid=1526995439&sr=8-2&keywords=stepper+motor

arduino library

https://github.com/tyhenry/CheapStepper

u/Jerry_Sandusky_69 · 1 pointr/arduino

It's a single very small stepper motor:

https://www.amazon.com/ELEGOO-28BYJ-48-ULN2003-Stepper-Arduino/dp/B01CP18J4A?ref_=fsclp_pl_dp_2,

Only other things connected are an IR receiver, a limit switch, a microphone, and might run it all through a sound shield.

u/dantheflipman · 1 pointr/raspberry_pi

Sorry for the crap video, but let me know if anyone is interested in bi-directional double stepper motor control script I wrote for these guys:

Elegoo 5 sets 28BYJ-48 ULN2003 5V Stepper Motor + ULN2003 Driver Board for Arduino https://www.amazon.com/dp/B01CP18J4A/ref=cm_sw_r_cp_api_W6KYxbJXP0NT1

Edit: Just started learning python so I probably have some funky code haha