Save
...
ict 8
4th quarter
Water Pump
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
sophia
Visit profile
Cards (26)
What is a water pump?
A
mechanical
device that transfers water
View source
How does a water pump create flow?
By creating
pressure
or
suction
View source
In what systems are water pumps commonly used?
Irrigation systems for
crops
View source
What is a submersible pump?
A pump
operating
while fully submerged
View source
Where is a submersible pump commonly used?
In wells,
boreholes
, and drainage systems
View source
What powers the water pump?
Electric motor
View source
What is the function of the impeller in a water pump?
Creates
centrifugal
force to move water
View source
What does the shaft do in a water pump?
Connects the
motor
to the
impeller
View source
What is the purpose of the pump casing?
Protects
components
and directs water flow
View source
What does the mechanical seal do?
Prevents water from entering the
motor
View source
What is the function of the discharge pipe?
Carries
water
from the pump to the surface
View source
What is a relay module?
An
electrically
operated switch
View source
How does a relay module function in a circuit?
Controls a
high-power
circuit with
low power
View source
What does the VCC pin provide in a relay module?
Power
to
the
circuit
driving
the
relay
View source
What is the role of the GND pin in a relay module?
Serves as the
return path
for the circuit
View source
What does the IN pin do in a relay module?
Triggers the relay by sending a
signal
View source
What does COM stand for in relay module pinout?
Main
power
or
signal
controlled
by
the
relay
View source
What happens when the relay is ON regarding Normally Open (NO)?
COM
connects to NO, completing the circuit
View source
What occurs when the relay is ON regarding Normally Closed (NC)?
Connection between
COM
and NC is
broken
View source
What hardware is required for the water pump setup?
Arduino board
,
submersible pump
,
relay
View source
What is the procedure for connecting the relay to the Arduino?
Connect VCC pin to
5V
pin of Arduino
Connect GND pin to GND pin of Arduino
Connect
IN
pin to a digital I/O pin on Arduino
View source
What should you do with the jumper wire in the NC pin?
Insert it into the
relay module's NC pin
View source
What is the next step after inserting a jumper into the NC pin?
Insert a jumper into the
COM
of the
relay
View source
How do you connect the water pump to the relay module?
Using
alligator clips
to
jumper wires
View source
What should you do after coding is done?
Clip the
alligator clips
to the
battery
View source
What are the coding steps for integrating a water pump with a soil moisture sensor?
Variable Declaration
Initialization
Execution
View source