Simple plant monitor using Soil Moisture and Arduino Nano

Published Sep 05, 2018
 3 hours to build
 Beginner

Simple plant monitor using Soil Moisture and Arduino Nano.

display image

Components Used

Soil Moisture Sensor
Soil moisture sensor is used to measure the water content (moisture) in soil. It is used in agriculture applications, irrigation and gardening systems, etc.
1
LCD 16x2 Display Module
LCD16x2 has two lines with 16 character in each line. LCD16x2 is generally used for printing values and string in embedded application.
1
Arduino Nano
Arduino Nano
1
Breadboard
Breadboard
1
Connecting Wire Jumper Wires
Connecting Wire Breadboard wires
1
9V Battery
Consumer Battery & Photo Battery 9V RECTANGLE
1
Description

Introduction

In this project we used a soil moisture sensor to monitor when a plant requires water. This sensor will be connected to an Arduino Nano that will check the Moisture of soil and display it on LCD 16x2. Now let’s do it.

 

Connect the Arduino Nano to the LCD16x2 as shown in schematic below

 

 

Now Connect the Soil Moisture Sensor to the A1 Pin of Arduino Nano As shown in schematic above

 

 

Now Download the code and burn it on Arduino Nano.

After flashing code remove the USB cable connected to the Arduino and your computer and connect the external Battery supply to the VIN and GND pin of aduino nano board.

 

Program the Controller to read Soil moisture.

Now connect this on your plant like this

Codes
Comments
Ad