
Overview
The sensor traces have a weak pull-up resistor of 1 MΩ.
The resistor will pull the sensor trace value high until a drop of water shorts the sensor trace to the grounded trace.
Believe it or not this circuit will work with the digital I/O pins of your Arduino or you can use it with the analog pins to detect the amount of water induced contact between the grounded and sensor traces.
Features:
- Grove compatible interface
- Low power consumption
- 2.0cm x 2.0cm Grove module
- High sensitivity
Application Ideas:
- Rainfall detecting
- Liquid leakage
- Tank overflow detector
Tech specs
Item |
Min |
Typical |
Max |
Unit |
Working Voltage |
4.75 |
5.0 |
5.25 |
V |
Current |
<20 |
mA |
||
Working Temperature |
10 |
- |
30 |
℃ |
Working Humidity (without condensation) |
10 |
- |
90 |
% |
Get Inspired

After becoming frustrated at his lack of archery skills and not wanting to spend an eternity practicing getting better, Shane Wighton (known as Stuff Made Here on YouTube) sought to build a rig that could automatically correct his aim for the perfect shot every time. The device is comprised of a rigid sleeve that fits over the wearer’s forearm, along with a pair of stepper motors that can adjust where the bow is pointing either vertically or horizontally via a rack-and-pinion. These motors are driven by an Adafruit microcontroller running CircuitPython and a couple of motor driver modules that provide the necessary current. But that's not all, he also created a small rig that uses an Arduino Uno and servo motor to autonomously fling targets into the air. Target tracking is achieved by having a set of eight OptiTrack cameras around the room monitor the space for tiny gray spheres, and through the use of a special triangulation algorithm, they can accurately determine where both the arrow is pointing and where the target is in 3D space. Initially, the system missed all of its shots due to poor software and the wrong kind of bow, so Wighton completely rewrote his program and switched to a compound bow instead. Once everything had been corrected, the software was able to predict where a flying target would end up according to its speed, and thus had the ability to intercept it. The Auto-Aiming Bow could also hit a target the size of a 3mm-wide circle with scary precision.