Tuesday 8 August 2017

humidity - How does this soil moisture sensor work?


I found information on how a capacitance moisture sensor works, but I couldn't find any information on how the following sensor works. What is the theory behind this sensor?



Answer



A likely mechanism for the operation of the sensor is by creating a Galvanic Cell battery out of the probe electrodes, with the moisture in the soil acting as the electrolyte / "salt-bridge".



From the Wikipedia page referenced above:


Galvanic Cell


The "sensor probe" would consist of two dissimilar metals such as Zinc and Copper, which @JimDearden correctly surmises in his answer.


However, the actual current flow due to Galvanic redox reactions is what would create the energy to deflect the needle of the sensor, rather than conductivity of the moist soil alone. The moisture here works merely as an electrolytic medium for the electrochemical reaction.


This sensor would fail if used in distilled or otherwise very pure water, or moisture containing no dissolved salts / electrolytes.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...