Texas
Offline
Newbie
Karma: 0
Posts: 28
|
 |
« on: August 12, 2012, 10:58:57 pm » |
Hi all, I am new to this but have some experience with programming. I am going to be making a time fountain for starters and am looking for a DC waterpump that is 5v. I want to be able to push only one switch to turn the LEDs and waterpump on and off to. Also I want to be able to set the flow rate of the waterpump with the UNO controller. Anyone know where to get this type of pump for a reasonable price ($20 or less).
Thanks!
|
|
|
|
|
Logged
|
|
|
|
|
Tucson, AZ
Offline
Sr. Member
Karma: 4
Posts: 269
|
 |
« Reply #1 on: August 12, 2012, 11:05:25 pm » |
Flow rate? Head? Size? We need much more information before we can make any kind of informed recommendation.
|
|
|
|
|
Logged
|
|
|
|
|
Texas
Offline
Newbie
Karma: 0
Posts: 28
|
 |
« Reply #2 on: August 12, 2012, 11:10:27 pm » |
I need a very low flow rate. I will be dripping water out of 5 - 10 lines of the typical aquarium tubing. A few gallons of water an hour is probably plenty. I will be lifting the water 2 - 3 feet. The smaller a footprint the pump leaves the better but it will be hidden so I am not too worried about the size.
|
|
|
|
|
Logged
|
|
|
|
|
Texas
Offline
Newbie
Karma: 0
Posts: 28
|
 |
« Reply #3 on: August 12, 2012, 11:42:07 pm » |
|
|
|
|
|
Logged
|
|
|
|
|
Tucson, AZ
Offline
Sr. Member
Karma: 4
Posts: 269
|
 |
« Reply #4 on: August 13, 2012, 12:01:43 am » |
That looks like it should work just fine. I recommend that you read this to get a good grounding in motor control using Arduino: http://www.thebox.myzen.co.uk/Workshop/Motors_1.html
|
|
|
|
|
Logged
|
|
|
|
|
Texas
Offline
Newbie
Karma: 0
Posts: 28
|
 |
« Reply #5 on: August 13, 2012, 09:50:16 am » |
Sorry for the newb question but I am wanting to buy all the hardware today. Will this require any other Arduino boards or will the UNO be able to run the pump itself (which I am thinking it is) or do I need a motor sheild?
|
|
|
|
« Last Edit: August 13, 2012, 11:15:48 am by twychopen »
|
Logged
|
|
|
|
|
Tucson, AZ
Offline
Sr. Member
Karma: 4
Posts: 269
|
 |
« Reply #6 on: August 13, 2012, 11:28:02 am » |
At the very least you will need the components mentioned in that article: Appropriate transistors and diodes
|
|
|
|
|
Logged
|
|
|
|
|
United Kingdom
Online
Faraday Member
Karma: 130
Posts: 4645
|
 |
« Reply #7 on: August 14, 2012, 05:01:23 pm » |
That article looks a bit old (I'm surprised Mike hasn't updated it) - nobody would use a Darlington pair these days when mosfets are so much better (lower voltage drop = more power to the motor and less heat to get rid of). The pump you referenced only needs 300mA, so a bipolar transistor such as BC337 would suffice (use the first diagram on that page, but use a base resistor of 220 ohms instead of 3k3). Don't forget the diode across the pump (1N400x, where x = any digit in the range 1 to 7, will do).
|
|
|
|
|
Logged
|
Formal verification of safety-critical software, software development, and electronic design and prototyping. http://www.eschertech.com
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 2
|
 |
« Reply #8 on: August 14, 2012, 11:19:26 pm » |
|
|
|
|
|
Logged
|
|
|
|
|
Texas
Offline
Newbie
Karma: 0
Posts: 28
|
 |
« Reply #9 on: August 15, 2012, 10:25:31 am » |
Has anyone ordered from that site before? The stuff is really cheap but its all priced in Rupees and I am not prone to buying from foreign shops directly. If so, how did it work out?
|
|
|
|
|
Logged
|
|
|
|
|
|
|
Texas
Offline
Newbie
Karma: 0
Posts: 28
|
 |
« Reply #11 on: August 20, 2012, 11:54:03 am » |
I am building a time fountain so I only need the water to drip. I also want to be able to calibrate the dripping of water and strobing of lights very precicely to create different effects so I want to control the motor from the Arduino board. I checked harbor frieght but the pumps are too large for the small scale I am building at first. If this one works out as hoped, I am boing to build a full size fountain for the inside of my house entry but I wanted to start small for proof of concept. Thanks again all for your help. The small pump I found on Amazon arrived over the weekend when I was out of town. I am going to do some research on hooking everything up and begin to build the project. 
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 41
love arduino
|
 |
« Reply #12 on: October 29, 2012, 07:45:07 am » |
Hi all!
Reading about pump..
Whats the best way to make PWM that use ´for´
and have some interrupts that can´t handle with ´delay´??
Tks very much
|
|
|
|
|
Logged
|
|
|
|
|
|