Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Help on using a non suported type of Soil Moisture Sensor
#2

Hi,

Firstly I had to say that I changed the topic title from "Pro 2 analog Sensor Problem" to "Help on using a non supported type of Soil Moisture Sensor", because doesn't seem fair titling the exposed question as problem of the Pro2 system.

I do my best to try to support the wider range of sensor possible, but obviously, supporting all types and variants are not possible.

Now, let's try to solve your specific situation. As you correctly noticed, the Pro2 is expecting a sensor which increases the output voltage in proportion to vmc

Code:
METHOD 2 - Used for any sensor which have a linear output between voltage and VWC (0V=0VWC, maxV=100VWC) .


Code:
const unsigned int AnalogSensor_MaxVoltOut[4]   = { 5000, 5000, 5000, 5000 };
const unsigned int AnalogSensor_MinVoltOut[4]   = {   530,   530,    0,    0 };

But if its dry, the Station say 100% wetness ? Where i can negate the Logic?

Can you please tell me what software version are you using? maybe it isn't too hard doing what you want.
Thank you

Reply


Messages In This Thread



Users browsing this thread: 1 Guest(s)