Stepper drivers - 4 ports, single driver

Thread Starter

james211

Joined May 29, 2012
283
I'm not sure if this exists or not, but what I'm looking for is a stepper driver that has ports for four motors, but will only drive one motor at a time.

Basically I'm looking to convert my 4 channel peristaltic doser to stepper motors. The doser uses a system similar to arduino.

The motors would be 24v, bi-polar at 1amp max.
 

Thread Starter

james211

Joined May 29, 2012
283
It will be controlled via a particle.io photon which I know has two SPI interfaces. To be honest I've never programmed a stepper before, so its going to be a bit of a challenge either way.
 

MrSoftware

Joined Oct 29, 2013
2,199
There are arduino libraries, written in C, for controlling these controllers. If you have any C experience then it should be strait forward to port the code to a different platform. In my limited experience with steppers, there will be a learning curve. It's not as simple as take a step, take 2 steps, etc.. you've got to figure out acceleration and deceleration profiles (how fast you can start and stop), micro stepping which is sending pulses between full steps, etc.. There will be trial and error.
 

mcgyvr

Joined Oct 15, 2009
5,394
Sparkfun used to have a quad stepper board (its retired) but may be still available from some suppliers..
Or just use 4 x Easy Drivers
Or something from "china/ebay"

Is this for a Jebao DP4?
 

Thread Starter

james211

Joined May 29, 2012
283
Sparkfun used to have a quad stepper board (its retired) but may be still available from some suppliers..
Or just use 4 x Easy Drivers
Or something from "china/ebay"

Is this for a Jebao DP4?
I've been working on building a doser from the ground up using a photon and photon 4-relay board. The programming is pretty much finished for standard ac/dc motors, but I want the option for stepper motors as well. In the end my ultimate goal is to give people in the coral reef communities the option of building a DIY doser without spending a ton of money. I'm doing the leg work by creating the programming and testing, they will just need to buy the parts and build it. I have no intentions of making money, its a contribution to a community.

Back to the project...
I've come to understand a few things...one, that 12v brushed motors and mechanical relays will not play well forever...not sure why, but I've been told this. So, I ordered a 4channel mosfet board from china, who knows when that will be here and who knows how well that will play with the photon. Second, having the option for stepper motors is pretty big for most people in the community as it allows for significantly more accurate dosing.

I've tried to find someone in the community with electro-mechanical experience but I'm not having much luck.
 

Thread Starter

james211

Joined May 29, 2012
283
You can, they just aren't reliable. They are notorious for over dosing, unreliable pumps and programming isn't convenient. I have two of the DP4's here. One I've been testing, the other I gutted out and have been using as a base for testing.
 

mcgyvr

Joined Oct 15, 2009
5,394
So are you trying to give just the programming portion or a complete DIY solution complete with PCB design,etc?
If just programming then you should make it universal and just output the step/direction signals that most drivers accept..
Then someone isn't tied to one specific piece of hardware or the other..
 

Thread Starter

james211

Joined May 29, 2012
283
So are you trying to give just the programming portion or a complete DIY solution complete with PCB design,etc?
If just programming then you should make it universal and just output the step/direction signals that most drivers accept..
Then someone isn't tied to one specific piece of hardware or the other..
Make it universal was the plan, but I'm not sure how to go about that....that's a good point. Can you explain further?
 
Top