Soil Moisture Meter using Arduino

The project ‘Soil Moisture Meter using Arduino’ uses arduino board, a 16×2 LCD module and soil moisture sensor in order to display the humidity (moisture) of soil.

This project is very useful for farmer, floriculture, researchers etc. in order to know the moisture of soil at different stage. The working principle and circuit description is very simple that anymore can understand who have little knowledge of arduino board. The project is basically an interfacing circuit between arduino board with LCD and sensor. Previously, we had posted Greenhouse Automation System for easy, cost effective, portable and easy maintenance alternative for greenhouse applications, beneficial for small scale agriculture sectors in remote areas.

Circuit Description of Soil Moisture using Arduino

The circuit of soil moisture meter using arduino consist of arduino uno board (MCU), LCD (to display data), soil moisture sensor.

Soil moisture sensor I basically a transducer which convert soil moisture to electrical signal. The sensor has various element i.e. probe, wire and body. The two-metallic probe made from galvanized steel dipped into soil which measure the flow of electrical current between these two probes. The electric current between these two probes is further process and changed into possible electrical value and display on LCD.

Variable resistor VR is used to calibrate the moisture of soil, where wiper is connecting to pin A2 of arduino board. Variable resistor VR2 is used to control the contrast of LCD where resistor R2 is used to limit the current of backlight of LCD.

Software Code for Soil Moisture Meter using Arduino

You can directly download the code from below.

Procedure for calibration of Soil Moisture Meter using Arduino

  1. Burn the software code in arduino uno board using arduino IDE.
  2. Connect the entire circuit elements as shown in circuit diagram and after that connect power supply to the circuit.
  3. Dip two metallic probe into soil which is wet enough.
  4. Adjust the variable resistor VR1 in order to get 3V at pin A1.
  5. The calibration should be done for various sample of soil ranging from dry to wet.

PARTS LIST OF SOIL MOISTURE METER USING ARDUINO

Resistors (all ¼-watt, ± 5% Carbon)
R1 = 120 Ω

R2 = 100 Ω

VR1, VR2 = 10 KΩ

Semiconductors
T1 = BC547 (Silicon NPN Transistor)

16×2 LCD

Arduino uno board

Miscellaneous
Soil Sensor Probes

Connectors

 

Leave a Comment