Automatic Shed System during Rain

Published Aug 18, 2022
 16 hours to build
 Intermediate

The automatic shed system working under the basis of rain sensor and NodeMCU. When the rain falls the shed will open automatically and when the rain stops the shed will close automatically with some time delay.

display image

Components Used

ESP8266 WiFi Module
ESP8266 is a system on chip (SoC) which provides WIFI capability for embedded applications. This enables internet connectivity to embedded applications. ESP8266 modules are mostly used in Internet of Things(IoT) applications.
1
LM393 Analog Comparators
LM393 Analog Comparators
1
SG90 micro servo Motor
DFRobot Accessories 9g micro servo (1.6kg)
1
Male to Male Jumper Wire
Jumper Wires Mach pin jumper wires
1
Breadboard
Breadboard
1
LM393 rain sensor
Used for sensing the rain drops
1
Description

Single board microcontrollers and microprocessors along with huge number of sensors available in market have enabled researchers to automate various daily life items.

An automatic Shed is an intelligent shed that is opened or closed depending upon the environmental factor: rain. 

Circuit

Automatic Shed is ready to use, cost-effective, and energy-efficient system. It is of key importance where sheds or shacks are opened or closed frequently. Like in open-air restaurants normally sheds are removed but it should be applied immediately if it starts raining or the temperature bypasses a specific threshold. 

Automatic Shed has two modes of operation: Manual and Automatic. 

In the manual mode of operation, all environmental factors are disabled, and shed is applied or removed depending upon user preference by means of a physical switch. In automatic, the shed will open automatically during rain and closes automatically with some time delay when the rainfall stops also it can be controlled using IoT through mobile phones. The work has been shown in the below video.

Video

https://drive.google.com/file/d/1ChqBGKKNDZGY93SxPuaZvzVtpUPp7RRK/view?usp=drivesdk

Codes

Downloads

Automatic Shed Download
Comments
Ad