-------------------------
📌Introduction
-------------------------
Hello Everybody!
In this project, will be demonstrating Automatic Irrigation System with integrated temperature sensor which irrigates or waters your plants automatically. This system is best suited for drip irrigation technique.
A Moisture sensor is used to read the Moisture content of the soil and ultrasonic sensor to check water level in tank.This System will help you to irrigate your backyard Garden or your Indoor Garden automatically and you need not worry about watering your favorite plants in your busy schedule.
An LCD is provided to monitor the Soil Status, water level and Status of Water supply(Water Pump).Arduino UNO is the brain of this system and all the sensors and display devices are controlled by it.connected to the Arduino board.
-------------------------
📌 Tags
-------------------------
#arduino #irrigation_system #GSM
-------------------------
📌 The Code
-------------------------
In the programming part, to facilitate communication between Arduino and LCD module, we make use of a built in library in Arduino LiquidCrystal.h – which is written for LCD modules making use of the Hitachi HD44780 chipset (or a compatible chipset). This library can handle both 4 bit mode and 8 bit mode wiring of LCD. In our project, R/W pin is always grounded so we require only 6 pins in 4 bit mode, thus saving no of pins. During interfacing the library is first initialized and then define pins using the command LiquidCrystal lcd(RS, E, D4, D5, D6, D7), pins are assigned in this order.
The status of the float switch is compared to identify the current water level and according to these both sensor status the controller will switch the motor to ON or OFF condition. If values from the float switches is high and if the reading from the moisture sensor is low, then controller will shows a full level tank status and a low level moisture status on LCD and switches the motor to ON condition.
Source code shared in comment section
📌 Tune With us so you never miss any update
-------------------------------------------------------------------------------------------------------------------------------------------------------------
🏷️Telegram : https://t.me/electronicsdeveloper
🏷️Facebook : / electronicsdeveloper
🏷️Instagram : / electronics_developer
🏷️Tweeter : https://twitter.com/Electronics_Dev?s=09
🏷️LinkedIn : / electronics-with-shreyash
🏷️Pinterest : / electronics_developer
Copyright Disclaimer under Section 107 of the copyright act 1976
--------------------------------------------------------------------------------------------------------------------------------------------------------------
Copyright Disclaimer under Section 107 of the copyright act 1976, allowance is made for fair use for purposes such as criticism, comment, news reporting, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favour of fair use.
---------------------------------------------------------------------------------------------------------------------------------------------------------------
About Electronics Developer : YouTube certified creative essentials and asset monetization
---------------------------------------------------------------------------------------------------------------------------------------------------------------