RAMPS 1.4 alternative stepper motor driver June 25, 2015 12:24PM |
Registered: 9 years ago Posts: 6 |
Re: RAMPS 1.4 alternative stepper motor driver June 25, 2015 02:09PM |
Registered: 12 years ago Posts: 1,049 |
Re: RAMPS 1.4 alternative stepper motor driver June 25, 2015 03:06PM |
Registered: 10 years ago Posts: 396 |
Re: RAMPS 1.4 alternative stepper motor driver June 25, 2015 03:16PM |
Admin Registered: 17 years ago Posts: 14,036 |
Re: RAMPS 1.4 alternative stepper motor driver June 25, 2015 03:43PM |
Registered: 12 years ago Posts: 5,797 |
Re: RAMPS 1.4 alternative stepper motor driver June 26, 2015 03:58AM |
Registered: 9 years ago Posts: 5,232 |
Re: RAMPS 1.4 alternative stepper motor driver June 26, 2015 11:55AM |
Registered: 9 years ago Posts: 6 |
Quote
the_digital_dentist
You've got it completely upside down. Though it doesn't seem to be done very often with regard to 3D printers, the torque needed to the job is calculated first, then the motor is selected to deliver that torque, then the electronics are matched to the motor.
3V (and less) steppers motors are quite normal and common even in 3D printing, and RAMPS would work poorly with 12V and higher motors. Steppers are typically driven by 8-20X their rated voltage. Driving them near their rated voltage will yield poor performance. Stepper motor current is rated based on temperature rise and designed torque. The voltage rating is just the winding resistance x the current and has nothing to do with driving the motor. When you set the current in the driver you're setting the average current as the instantaneous currents will normally be much higher than the rated current.
Re: RAMPS 1.4 alternative stepper motor driver June 27, 2015 04:35AM |
Registered: 9 years ago Posts: 5,232 |
Re: RAMPS 1.4 alternative stepper motor driver June 27, 2015 07:32PM |
Registered: 10 years ago Posts: 396 |
Re: RAMPS 1.4 alternative stepper motor driver June 28, 2015 02:51AM |
Registered: 9 years ago Posts: 5,232 |
Re: RAMPS 1.4 alternative stepper motor driver June 28, 2015 08:54AM |
Registered: 12 years ago Posts: 5,797 |
Re: RAMPS 1.4 alternative stepper motor driver June 29, 2015 09:36AM |
Registered: 9 years ago Posts: 6 |
Quote
o_lampe
Are you aware, these are NEMA23 steppers with a different footprint than the common reprappers NEMA17?
You could also use drv8825 drivers, which fit on the stepstick port and deliver 2.5A max with cooling. Your steppers would loose only a small amount of torque then.
They also have 1/32 step capability, reducing the noise of the NEMA23 alot.
-Olaf
Quote
The DRV8825 driver IC has a maximum current rating of 2.5 A per coil, but the current sense resistors further limit the maximum current to 2.2 A
Re: RAMPS 1.4 alternative stepper motor driver June 29, 2015 11:39AM |
Registered: 12 years ago Posts: 5,797 |
Re: RAMPS 1.4 alternative stepper motor driver August 24, 2015 06:20PM |
Registered: 12 years ago Posts: 17 |
Re: RAMPS 1.4 alternative stepper motor driver October 16, 2015 11:57AM |
Registered: 9 years ago Posts: 6 |
Quote
Tshawkins
You should not have any problems attaching the hobbycomponents drivers, you just need to locate the pins on the pololu socket on the ramps board, that has the 4 signals you need, a simple header with the wires soldered onto it would suffice. You may possibly have some issues with pulse width on the step and dir pulses, but i belive those are configurable on Marlin, as the there was a need to make them adjustable to support the drv8255 drivers, which in some cases needed slightly different timing.