Hello! I apologize if this is the wrong category, this is the first time I am ever posting here
Basically, I am new to Arduino and my first project is a watering system for my plants. What I have in my disposal is an Arduino Uno and a water pump, which is originally used for drinkable water from a big bottle. It is battery powered and its battery can be recharged. I unplugged the battery, but it refuses to work with only Micro USB current plugged in - it flashes the charging diodes, but since there is no battery attached it's pretty much not doing anything. It also has a switch on it, which when pressed with the battery unplugged just makes the diodes flash. (when fully assembled it turns the pump on and off)
I have attached a picture of the board.
My plan is to unsolder the board completely from the pump, and connect wires directly to the + and - on the pump itself. Then I will make the Arduino run a timer and turn on the pump for X amount of time every Y amount of seconds.
This is where my questions come in:
-
Will the pump work when directly wired to the power output of the Arduino, or do I need additional power supply?
-
Do I need to use a relay with this pump?
Could you please advise me on how I can better go about this project, if you have any suggestions in mind?
Thank you very much in advance