Moisture capacitive sensor #1537
Replies: 4 comments 2 replies
-
I have this same question, did you figure it out |
Beta Was this translation helpful? Give feedback.
-
I would like to know too :) @RavenSystem maybe you know something about how to fixed/set correctly? I saw few post in past related to soil moisture. |
Beta Was this translation helpful? Give feedback.
-
@RavenSystem Probably free monitor may help with this? Unfortunately I didn't find how, please advice. { |
Beta Was this translation helpful? Give feedback.
-
Has anyone managed to get this to work? |
Beta Was this translation helpful? Give feedback.
-
Hi, could you please help with the scheme and json of how to use properly moisture sensor with analogue output? I mean non binary reaction, it works fine with comparator. I'd like to measure soil moisture in %% 'cause binary reaction set by potentiometer is too rough.
What I already made:
1 simple scheme with comparator and A0 output connected to A0 at NodeMCU. t:23, n:9, doesn't work
2 scheme without comparator but with capacitive soil moisture sensor v2.0, doesn't work (screenshot)
3 scheme with ADS1115 connected to SCL/SDA pins from one side and capacitive soil moisture sensor v2.0, JSON: n:4 (i2c), doesn't work...
Please advice how to do it properly?
Version 6.10.0
JSON:
{
"c":{"n":"haahum"},
"a": [{
"t": 23,
"n": 9,
"j": 1
}]
}
Beta Was this translation helpful? Give feedback.
All reactions