So I’ve been trying to make a simple water leakage detector to put under my kitchen sink.
It has been challenging as I don’t have a lot of background in electronics.
I’ve seen @tom_i Idea and he helped me a lot -
But I decided to make it even simpler and had a success with the analog pin of the D1 mini.
Next time maybe I will use something like a rain sensor instead of this probe, a good idea I think is to wrap it in a sponge so if there is a leakage you can know quick enough…
The problem with this probe is that it has to have a good contact with the water, so it’s not that sensitive.
Giving back to the community, here are the specs for this project:
Looks a nice simple project! Will bookmark as I’ve been contemplating buying some water leak sensors. I wonder how long this would run on a battery for.
Also what software did you use to make the schema diagrams? That’ll be useful to document some of my other projects.
Many years ago I converted a smoke detector to a water leak sensor by just stripping of the plastic from two cables and taping them on the floor below the dish washer with a small distance between them then just hooking it to the test button connection.
Awesome idea How much time did it held? Problem is with wires that with contact of water they get corroded pretty quick, a probe or a rain sensor will probably be more durable
You didnt need a resistor or to use ADC because you have a digital sensor and the other is analog. Some people want analog, sone want digital. Digital is pretty simple and straightforward but only allows for On/Off. Analog does On/Off and everything in-between. Or in other words, a digital sensor just tells you Wet/Not Wet and the analog tells you how wet it is. It could be a little wet, underwater, or was wet but is drying. This would be useful if you had a leak that triggered the sensor. Lets say you cant get it bone dry and its causing the digital sensor to keep displaying a false positive. You cant know if its its residual moisture triggering the sensor or if you sprung a new leak because its digital and just shows ON.
An analog sensor in that scenario you can tell 100% if its residual moisture, that its drying, the rate its drying at, and you can 100% tell the difference between false positives and a real positive.
Not needing this or needing ADC is subjective to each person and how they want their system to work and what feedback they want from it so, its not really a positive or negative detail about any sensor.