Basic purpose of soil moisture sensors is determining percentage of water in soil, rater volumetric water content of soil mainly for watering plant. We commonly view certain type sensors in prototyping works on various websites and online stores. Basic questions which will come to mind to a newbie are – How Arduino Soil Moisture Sensor Works? What to Buy as Soil Moisture Sensor? We are trying to answer these questions in as easy language as possible. One should mae it clear – DHT 11, DHT21, DHT22 were humidity sensors for measuring relative humidity.
How Arduino Soil Moisture Sensor Works?
In general, we have few technologies which are commonly used to measure soil moisture.
Soil resistivity: We can measure how the soil resists the flow of electricity to indirectly determine the soil moisture. They have two exposed electrodes.
Soil capacitance: They also made of two electrodes like that of soil resistivity, but they are insulated. Soil can act as a dielectric material. With electrode we can use the basic principle – more will be water content, the higher will be the capacitance. In that way, we can indirectly determine the soil moisture.
Frequency Domain Reflectometry (FDR): We can measure the dielectric constant to indirectly determine the soil moisture. Time Domain Transmission (TDT) and Time Domain Reflectometry (TDR) are other two types were dielectric constant is used to indirectly determine the soil moisture.
Galvanic cell: Water can work as electrolyte and produce electricity like Galvanic cell. Using that concept, we can indirectly determine the soil moisture.
Neutron moisture gauges: They are costly, bigger instruments. Neutron moderator is a medium which reduces the speed of fast neutrons. That moderator property of water utilized to estimate soil moisture content. In that way we can indirectly determine the soil moisture.
---
Where 2nd and 3rd in the above list differs? Frequency domain (FD) sensor actually can be of two types –
capacitance Electrical impedance. Our “soil capacitance” (2nd in the list) uses just basic principle. The classification academically not fully correct. The need of classification is to make the readers easily understand and also web search (Finding Arduino frequency domain sensor unlikely to bring product or easy to understand result).
The commonly found cheaper Arduino soil moisture sensor are based on the resistance of the soil between the electrodes. They use the first technology from our above list. They are not quite reliable and quickly degrade.
Second type of Arduino soil moisture sensors are capacitance/dielectric sensors. That means they use the second group of technology in our above list. There are many ways to measure capacitance. Like we can use capacitor’s reactance to form a voltage divider. That is basically similar to how resistors react OR, we can calculate the capacitance by creating an RC oscillator where the oscillation frequency is determined by the capacitance. To do so, we have to be charging the capacitor and detect the charge time. Capacitive sensors are not exactly difficult but more reliable than resistive ones. You can read something around Arduino and Capacitance measurement :
1 | https://www.arduino.cc/en/Tutorial/CapacitanceMeter |
Chirp is an open source capacitive soil moisture sensor (Chirp actually is a plant watering alarm) :
1 2 | http://wemakethings.net/chirp/ https://github.com/Miceuz/PlantWateringAlarm |
Which Type of Arduino Soil Moisture Sensor to Buy?
As capacitance sensors measure capacitance, they do not have exposed electrodes and unlike measuring the sensors measuring resistance, they do not easily oxidize and degrade over time. Really reliable reading can be obtained if both of the above technologies are combined. However, such kind of ready to use soil moisture sensors not common and difficult for the newbies to find libraries.
In short, Arduino capacitive soil moisture sensors are practical to buy. More clearly, a certain open source analog model :
1 | https://www.dfrobot.com/wiki/index.php/Capacitive_Soil_Moisture_Sensor_SKU:SEN0193 |
At the end we have enough open source resources. If you are slightly advanced reader, you may be interested to build “capacitance sensor” on PCB :
1 2 3 4 | https://github.com/acolomitchi/cap-soil-moisture-v2 https://www.instructables.com/id/Automatic-Watering-System-With-Capacitive-Probe-an/ ## read the comments to get idea in making process http://zerocharactersleft.blogspot.com/2011/11/pcb-as-capacitive-soil-moisture-sensor.html |
We hope that this article has helped you.
Tagged With how does arduino soil moisture sensor work , soil moisture sensor voltage galvanic cell , how does an arduino moisture sensor work , how an arduino soil moisture sensors works , fdr soil sensor basics , electrode used in soil moisture sensor , buy soil moisture sensor , buy humidity sensors for soil using adruino , arduino with soil moisture sensor with leds , arduino soil moisture lcd