The Mini Diaphragm Water Pump by HJ is a compact and versatile pump designed for the controlled movement of liquids. Utilizing a flexible diaphragm, it provides reliable performance in various applications such as automated plant watering systems, portable water dispensers, and medical devices.
Parameter | Specification |
---|---|
Operating Voltage | 3-12V DC |
Maximum Current | 2A (at 12V) |
Flow Rate | 0.1-1.5 L/min |
Max Water Pressure | 2-3 bar |
Operating Life | > 600 hours |
Noise Level | < 60 dB |
Operating Temp. | 0°C to 60°C |
Pin Number | Description |
---|---|
1 | Positive Voltage (V+) |
2 | Ground (GND) |
// Define the pin connected to the relay or transistor
const int pumpPin = 7;
void setup() {
// Set the pump pin as an output
pinMode(pumpPin, OUTPUT);
}
void loop() {
// Turn on the pump for 5 seconds
digitalWrite(pumpPin, HIGH);
delay(5000);
// Turn off the pump for 10 seconds
digitalWrite(pumpPin, LOW);
delay(10000);
}
Q: Can the pump operate continuously? A: Yes, but it is recommended to allow periodic rest to extend the pump's life.
Q: Is it safe for pumping drinking water? A: Check with the manufacturer's material specifications to ensure compatibility with potable water.
Q: Can the pump handle hot liquids? A: The pump is rated for temperatures up to 60°C. Do not exceed this limit.
Q: How do I control the flow rate? A: The flow rate can be controlled by adjusting the input voltage or using a flow control valve on the outlet tubing.
For further assistance, please contact HJ customer support.