Aim
To create an umbrella that opens when it starts raining.
Problem statement
The system should be automated, activated by sensors detecting changes in weather conditions, and capable of swiftly deploying umbrellas over outdoor dining areas. Consider aspects such as durability, ease of maintenance, and integration with weather forecasting technology to ensure timely and accurate response. The goal is to create a user-friendly solution that enhances the dining experience by providing quick and efficient protection from the elements in open restaurant settings.
Material used
Input: Rain Sensor
Brain: TinkerSpace Brain Board
Output: Motor driver and 1 Gear motor
Battery: 5V Lithium-ion rechargeable battery
Component description
Rain sensor
The function of Rain Sensor is to detect rain
Motor Driver + 1 Gear Motor
Motor driver is used to control the motors to rotate either CLOCKWISE or ANTI-CLOCKWISE.
Gear Motor is used to open and close the umbrella.
TinkerSpace Brain Board
TinkerSpace board acts as brain of this project, its function is tis to monitor Rain Sensor and Motor Driver, Gear 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 moves the Motor Driver clockwise.
Case 2: When the rain is not detected, Rain sensor turns OFF and sends the signal to the Tinkerspace Brain Board. The brain board moves the Motor Driver anti-clockwise.
Circuit Design (DesignSpace)
Step 1: Connect RAIN SENSOR to input 1
Step 2: Connect MOTOR DRIVER(1 GEAR MOTOR) to output 3
Step 3: Connect supply and test project.