Can someone tell me if the module connected to the soil moisture sensor is needed for my arduino due?
For example, in this random picture, I took from google,
I would guess that is an amplifier to bring the sensor readings up to reasonable voltage level, and perhaps output that in I2C bus. Can't see what the pins on the module are labelled.
found it on google ?
I think the consensus would be to put it back.
Try duckduckgo and search for chrip soil sensor.
there are a lot of knockoffs, I think most work, but the concept is that the sensor does not wear out.
the capacitive sensor is recommended over the soil resistance type.
The module contains an op-amp, probably an LM386, to amplify the tiny voltage differences to levels that the Arduino analog input can read.
This type of resistance-based moisture sensor needs to be replaced every growing season because the traces on the PCB oxidize and eventually become quite insensitive.
A capacitance moisture meter does not expose the sensor leads to the soil, so the oxidation of the probes is not a problem. But it's less sensitive. The resistance range of dry to moist soil is comparatively large while the capacitance change from dry to moist soil is pretty small.
SteveMann:
The module contains an op-amp, probably an LM386, to amplify the tiny voltage differences to levels that the Arduino analog input can read.
This type of resistance-based moisture sensor needs to be replaced every growing season because the traces on the PCB oxidize and eventually become quite insensitive.
A capacitance moisture meter does not expose the sensor leads to the soil, so the oxidation of the probes is not a problem. But it's less sensitive. The resistance range of dry to moist soil is comparatively large while the capacitance change from dry to moist soil is pretty small.
So it's needed I presume? I'm not that sure since I am just looking at the Connection Diagram of the datasheet for the GRAVITY: ANALOG CAPACITIVE SOIL.
I'm not sure what module would go with the sensor. Is any fine or just the LM386 that you said?
kevhua36:
So it's needed I presume? I'm not that sure since I am just looking at the Connection Diagram of the datasheet for the GRAVITY: ANALOG CAPACITIVE SOIL.
I'm not sure what module would go with the sensor. Is any fine or just the LM386 that you said?