Maker Pro
Maker Pro

Can I attach a water pump (12v) to raspberry pi (3v)?

darpan_r

Oct 17, 2021
3
Joined
Oct 17, 2021
Messages
3
I'm starting my first raspberry pi project. Its an irrigation system.I've got a waterpump whose input is 12V and only has a usb cable attached to it. I'm using raspberry pi 3 model A+ whose input is 3V. I think if I connect the pump to the raspberry, it'll fry up the raspberry. please can somebody help me how I can fix it?
 

darpan_r

Oct 17, 2021
3
Joined
Oct 17, 2021
Messages
3

bertus

Moderator
Nov 8, 2019
3,330
Joined
Nov 8, 2019
Messages
3,330
Hello,

There seem to be two versions of the pump on that page.
Using the pull down menu I see:
USB DC 5V 3W or
DC 12 V

The USB version uses a USB connector.
The 12 Volts version uses a different connection.

Bertus
 

darpan_r

Oct 17, 2021
3
Joined
Oct 17, 2021
Messages
3
Hi! yes, you're right! there are two versions and the USB version uses 5V, but the question now is will it still work? given the input for raspberry pi is also 5V. thanks!!
 

Alec_t

Jul 7, 2015
3,591
Joined
Jul 7, 2015
Messages
3,591
If the pump is rated 5V 3W then the nominal running current is ~0.6A. AFAIK the Pi outputs can't provide that current, so a buffer stage between the Pi and pump will be needed. See post #2.
Note that the start-up current of the pump will likely be several times the running current. The buffer stage must handle that. Also, unless the pump already has one internally you will need a reverse-biased diode across its power terminals to catch voltage spikes which occur at switch-off.
 
Top