GROUND HYDROGENOUS MANAGING PROBE

Published Aug 29, 2021
 2 hours to build
 Beginner

When it comes to precision irrigation, knowing the soil moisture in your fields is crucial for optimal irrigation scheduling. That's why we offer our probe by Audrino Uno which senses the moisture content of the ground and as in the same way it irrigates the field by the pump which we fix in it,if there is a need. It is efficient and connected to a Bluetooth for sharing information of water content. It is to be an essential device in wide farms.

display image

Components Used

Breadboard Half Size
Breadboard Half Size
1
Arduino UNO
Arduino UNO
1
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.
3
Bluetooth Module HC-05
Bluetooth is a wireless communication protocol used to communicate over short distances. It is used for low power, low cost wireless data transmission applications over 2.4 – 2.485 GHz (unlicensed) frequency band.
1
Water Flow Sensor
Seeed Studio Accessories G1&2" Water Flow Sensor
1
Resistor 10 kOhms
Metal Film Resistors - Through Hole 10 kOhms 250 mW 1% 100 PPM / C
4
USB type A Connector USB 2.0
USB Connectors USB 2.0 type A plug 4 pin Horizontal TH
1
Male to Male Jumper Wire
Jumper Wires Mach pin jumper wires
2
Solenoid Valve 12V
Solenoids & Actuators 12V Solenoid Valve 3/4in
1
Submersible Water Pump
Adafruit Accessories Submersible 3V DC Water Pump with 1 Meter Wire - Horizontal Type
2
12VDC Adapters Power Supply
Wall Mount AC Adapters POWER SUPPLY 12VDC MEDIC GRADE US EU UK
1
Description
Software simulation of Ground hydrogenous managing probe. 

GROUND HYDROGENOUS MANAGING PROBE
 

The moisture of the soil plays an essential role in the irrigation. As nutrients in the soil provide the food to the plants for their growth, Supplying water to the plants is also essential to change the temperature of the plants and it must be in  efficient amount. soil moisture levels can guide to anaerobic situations that can encourage the plant’s growth as well as soil pathogens, which are the enhancer of the plant yield.

We are here to give a better solution for poor moisture in our field, that is a major drawback of our agricultural system. We can detect the moisture level of the ground and can irrigate it with perfect level of water. This increase the agriculture rank and make it to reach the next level in yield.

Components used:
1. Breadboard 
2. Audrino - UNO
3. Submersible pool water pump-240L/H
4. Wall adapter power supply - 12VDC 2A
5. Soil moisture sensor
6. HC-05 Bluetooth serial module
7. N-channel MOSFET 60V-30A
8. 10 K ohm resistor 
9. Water flow sensor - G1/2"
10. Female DC power adapter 2.1mm jack to    screw terminal block
11. USB cable A-B
12. Jumper wires pack M/M
13. Male header pack-Break-Away
 

In this project, we are going to build a transistor base soil moisture detector circuit  and auto water irrigator.

A breadboard is connected preferably to an analog device, here we say Audrino UNO.

As Audrino is a microcontroller, it takes charge over this process, as we designed it to suit our preferring output. The module produces an output voltage according to the resistance of the probe and is made available at an Analog Output (AO) pin

Moisture sensor is connected to it,The fork-shaped probe with two exposed conductors, acts as a variable resistor,This resistance is inversely proportional to the soil moisture:

The more water in the soil means better conductivity and will result in a lower resistance.

The less water in the soil means poor conductivity and will result in a higher resistance.

The sensor produces an output voltage according to the resistance, which by measuring we can determine the moisture level, as it measures the volumetric water content in the soil which is the core to be known here.

Then we connect a N-channel MOSFET of 60V, as the output from the sensor is much less, it can't be enough to pump the water, where water pump requires 12-20V. So a transistor is connected, here MOSFET.

Once the sensor reading is calculated by our sensor, our pump ready to work. when the moisture level in the soil crosses a threshold, you can activate a relay to start pump.

A Bluetooth module is also connected to check the status of the water instantly, which is an additional beneficial option.

WIRING :
 

Let’s hook the soil moisture sensor up to the Arduino.

First you need to supply power to the sensor. For that you may connect the VCC pin on the module to 5V on the Arduino.

However, one commonly known issue with these sensors is their short lifespan when exposed to a moist environment. Having power applied to the probe constantly speeds the rate of corrosion significantly.

To overcome this, we recommend that you do not power the sensor constantly, but power it only when you take the readings.

An easy way to accomplish this is to connect the VCC pin to a digital pin of an Arduino and set it to HIGH or LOW as per your requirement.

Also the total power drawn by the module (with both LEDs lit) is about 8 mA, so it is okay to power the module off a digital pin on an Arduino.

So, let’s connect the VCC pin on the module to the digital pin #7 of an Arduino and GND pin to ground.

Finally, connect the AO pin on the module to the A0 ADC pin on your Arduino.

VCC supply is then given to the pump, so that it can pump water to the field as per the requirement. 
And finally from Bluetooth module we can get the data about the irrigation level and water content of the ground instantly.

Finally, it's an efficient device that can bring agriculture to the best level up.

FINAL BUILT:

Based on the calibration values, the program below defines the following ranges to determine the status of the soil:

< 500 is too WET- (500-750 is the target range)

> 750 is dry enough to be watered.

It can be monitored by the Bluetooth device, which is most efficient way from we can know the up to date information of our field.

This is the device, we have desinged that going to be a gamechanger in the field of agriculture.

Hardware model of Ground hydrogenous managing probe
Codes

Downloads

WhatsApp Image 2021-08-29 at 5_11_20 PM Download

Institute / Organization

PSNA COLLEGE OF ENGINEERING AND TECHNOLOGY
Comments
Ad