Cheap peristaltic / doser pumps investigation

Some updates (as I dig through my project archive)

- The actual motor driver of the board works great, and the voltage regulation is working out nicely. Smooth and quiet stepper motor control is easy now.
- The RTC circuit was ... screwed up. It also carried over to my lighting controller, so oops. I haven't made a revised PCB without this, but unless you were interested in the Nordic Bluetooth/MCU module, the version with headers works just great. More wiring but everything else fits.
- I should probably make a version which can support an ESP32, but that whole product lineup is kinda a mess right now (everyone is jumping on each other to be the first to market with devboards).

With that said, I can build version 1 PCBs if there is interest, sans the rRF module so you'll need to provide your own MCU. The actual control logic is super simple (set a few mode pins, pulse the step pin however much you want).
 
Found this looking for something else.



http://www.robotdigg.com/product/1035/Stepper-motorized-openable-head-peristaltic-pump



Looks like a variant of the peristaltic head you found with a nema 17 pancake motor. At $24 the price seems pretty good.



That looks nice - the Chinese pump heads aren't bad at all, but always happy to find a more local source. I have a pile of like 20 stepper pumps from eBay now - all the same pump head, some different motors and a wide variety of pre supplied tubing sizes.

Been really busy of late so haven't had time to rev the design or tweak anything :(

I'm spending some time cleaning up my shop and retooling a few things in the next few weeks so should be able to knock a bunch of things out after that, so I can get updated boards after that point.
 
That looks nice - the Chinese pump heads aren't bad at all, but always happy to find a more local source. I have a pile of like 20 stepper pumps from eBay now - all the same pump head, some different motors and a wide variety of pre supplied tubing sizes.

Been really busy of late so haven't had time to rev the design or tweak anything :(

I'm spending some time cleaning up my shop and retooling a few things in the next few weeks so should be able to knock a bunch of things out after that, so I can get updated boards after that point.

I bought the cheapest 3 pack I could find off aliexpress and used them for an AWC setup from my basement to the tank upstairs with them mounted in the basement, so noise wasn't a concern. Now I'm looking for something a little quieter with more precision for 2 part dosing from underneath the tank where noise matters a little more.

Do you have any preference for one pump over another? There are so many choices on aliexpress and even amazon that it's hard to decide. I figure if you've already looked at a few, even briefly, i'd rather pick one based on your opinion than on nothing at all.
 
Thank you for this post, very informative, I look forward to more results
I am currently building a 800g NPS anthias system in my basement and plan on using masterflex pumps for my 'critical dosing', but for the continuous feeders and other 'non-critical' pumps, I have been exploring the idea of trying to build my own from various ebay pumps, but the more I looked at them, the more I realized I didn't have a clue as to what would work for my purposes
 
I bought the cheapest 3 pack I could find off aliexpress and used them for an AWC setup from my basement to the tank upstairs with them mounted in the basement, so noise wasn't a concern. Now I'm looking for something a little quieter with more precision for 2 part dosing from underneath the tank where noise matters a little more.

Do you have any preference for one pump over another? There are so many choices on aliexpress and even amazon that it's hard to decide. I figure if you've already looked at a few, even briefly, i'd rather pick one based on your opinion than on nothing at all.

I personally like the stepper motor pumps quite a bit. The housing and roller mechanism is actually pretty robust, and they can produce quite a bit of torque. The repeatability of the stepper outweighs any driving challenges (you need a stepper driver) in my mind. In addition, the stepper motor is a standard NEMA sized motor so can be swapped if the drive ever gives out.

I have no idea what brand they are or where they're sourced, but I've gotten the same black housing with the metal latch and the blue center sticker pumps from multiple vendors. Each vendor cobbles in a different piece of tubing, but the motor and housing appear identical. The motor uses a standard 2.5mm JST header, or you can cut the leads since there is plenty of extra wire.

I haven't found the "perfect" tubing for them, but silicon tubing works the best, so I wouldn't use it for continuous duty applications.
 
Im tryin to do same use a stepper as a doser, and have written all code for arduino, but just in testing phase at minute, Its not as advanced as yours im just using generic sheilds with A4988 drivers

Did you manage to get accurate dosing? at minute im counting steps to 100ml as a calibration then doing

calibration steps / 100 * how many ML to dose

Just wondered how accurate you found these dose heads and if you ever got to try the BPT tube (thicker wall)
 
Im tryin to do same use a stepper as a doser, and have written all code for arduino, but just in testing phase at minute, Its not as advanced as yours im just using generic sheilds with A4988 drivers

Did you manage to get accurate dosing? at minute im counting steps to 100ml as a calibration then doing

calibration steps / 100 * how many ML to dose

Just wondered how accurate you found these dose heads and if you ever got to try the BPT tube (thicker wall)

Yup! It all depends on the pump head - the smaller chinese stepper heads don't like the thicker wall tubing and aren't very good for dealing with higher vacuum (long intake pipes).

If your feed and dispensing tubing and setup is the same, once calibrated its very consistent, much more so than the DC pump motors.
 
Cheers, are you saying you tried 3mm inner / 5mm outer bpt pipe in the bellow

s-l1600.jpg


from 100ml calibration, 1mm-10mm seamed perfect, but 25ml was out. but this could be down to RPM im using

Going from ebay one site said 50rpm max, produces 160ml,

50rpm certainly doesnt produces 160ml, I ended up running it at 200rpm as i found another site suggesting 300rpm was max
 
Back
Top