Recall & Review
beginner
What is the main purpose of an automated plant watering system?
To water plants automatically based on soil moisture levels or a set schedule, ensuring plants get the right amount of water without manual effort.
Click to reveal answer
beginner
Which sensor is commonly used to detect soil moisture in an automated watering system?
A soil moisture sensor, which measures the water content in the soil to decide when to water the plants.
Click to reveal answer
intermediate
Why do we use a relay module in an automated plant watering system?
A relay module acts like a switch controlled by the Raspberry Pi to turn the water pump on or off safely without damaging the Pi.
Click to reveal answer
beginner
What role does the Raspberry Pi play in an automated plant watering system?
It reads sensor data, decides when to water the plants, and controls the water pump through the relay.
Click to reveal answer
intermediate
How can you prevent overwatering in an automated plant watering system?
By setting a moisture threshold and watering only when soil moisture is below that level, and by limiting watering duration.
Click to reveal answer
Which component measures soil moisture in an automated plant watering system?
✗ Incorrect
The soil moisture sensor detects how wet the soil is, which helps decide when to water.
What does a relay module do in the system?
✗ Incorrect
The relay acts as a switch controlled by the Raspberry Pi to turn the pump on or off.
Why is it important to set a moisture threshold?
✗ Incorrect
Setting a threshold ensures watering happens only when soil is dry enough.
Which programming language is commonly used on Raspberry Pi for this system?
✗ Incorrect
Python is popular on Raspberry Pi for hardware control and easy coding.
What is the main input for deciding when to water plants?
✗ Incorrect
The soil moisture level tells the system if the plants need water.
Explain how an automated plant watering system works using a Raspberry Pi.
Think about how the system senses dryness and turns water on or off.
You got /4 concepts.
Describe the role of the relay module in protecting the Raspberry Pi during watering.
Consider why the Pi should not be directly connected to the pump.
You got /3 concepts.