Aim
To build a shelter that protects plants when it rains.
Problem statement
The system should incorporate sensors capable of detecting the onset of rain and triggering a shelter mechanism to cover the plants automatically. Design the shelter to be lightweight, durable, and easily deployable, ensuring it effectively shields the plants from rain while allowing adequate sunlight for growth. Consider incorporating smart features such as connectivity to weather forecasts or user-adjustable settings to optimize the balance between rain protection and sunlight exposure. The goal is to create an intelligent and reliable solution that promotes plant health in outdoor environments.
Material used
Input: Rain Sensor
Brain: TinkerSpace Brain Board
Output: Servo Motor
Battery: 5V Lithium-ion rechargeable battery
Component description
Rain sensor
The function of Rain Sensor is to detect rain.
Servo Motor
Servo motor is used to open and close the shelter when it is raining.
TinkerSpace Brain Board
TinkerSpace board acts as brain of this project, its function is tis to monitor Rain Sensor and Servo motor.
Battery
5V Lithium-Ion battery is used to power-up this project
Working description
Case 1: When the rain is detected, Rain sensor turns ON and sends the signal to the Tinkerspace Brain Board. The brain board oscilates the servo motor to 0 Degree.
Case 2: When the rain is not detected, Rain sensor turns OFF and sends the signal to the Tinkerspace Brain Board. The brain board oscilates the servo motor to 90 Degree.
Circuit Design (DesignSpace)
Step 1: Connect RAIN SENSOR to input 1
Step 2: Connect SERVO MOTOR to output 1
Step 3: Connect supply and test project.