Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

pump control [hardware] #9

Open
dingens opened this issue May 28, 2018 · 2 comments
Open

pump control [hardware] #9

dingens opened this issue May 28, 2018 · 2 comments
Assignees

Comments

@dingens
Copy link
Collaborator

dingens commented May 28, 2018

No description provided.

@albertMgarcia
Copy link
Collaborator

To control the pump we thought to turn on and off the USB, if it isnt a good idea, what can we do?

@jcarrano
Copy link

jcarrano commented Jun 1, 2018

How does the pump work? Are you planning on driving the pump with the 5V supply off the usb port? That's not going to work:

  • The USB port can only supply power if the MCU is a host (i.e., the MCU must support USB OTG to act as host).
  • The current and power is very limited, pumps draw quite some power.
  • There are big current spikes when turning the pump on and on, as well as electrical noise when the pump is running.

What kind of pump will you run? Voltage? Power? AC or DC? If you only need ON/OFF control, the easiest route for you is to get a relay and toggle the relay using a GPIO. If you want to throttle the pump it depends on the pump you use.

The relay option will give you the least trouble, and you get galvanic isolation between the pump and the board.

@jarissimo jarissimo changed the title Write real pump controller Write real pump controller [hardware] Jun 11, 2018
@jarissimo jarissimo changed the title Write real pump controller [hardware] pump control [hardware] Jun 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants