-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a6dc8e
commit 6b91cd8
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# RainSavor | ||
The RainSavor system by the OPEnS Lab measures the electrical conductivity of rainfall. Precipitation is collected in a cup with 2 wires for measuring electrical conductivity at the bottom and two wires for measuring water height at the top. The cup is emptied automatically from the bottom once the water reaches a set height by a siphon. The maximum measurable conductivity value and resolution are set with an I2C AD5246 variable resistor. Temperature and relative humidity are measured with an SHT31 sensor. All data is timestamped and logged to a microSD card at a set time interval with the device on standy between measurements. | ||
The RainSavor system by the OPEnS Lab measures the electrical conductivity of rainfall. Precipitation is collected in a cup with 2 wires for measuring electrical conductivity at the bottom and two wires for measuring water height at the top. The cup is emptied automatically from the bottom once the water reaches a set height by a siphon. The maximum measurable conductivity value and resolution are set with an I2C AD5246 variable resistor. Temperature and relative humidity are measured with an SHT31 sensor. All data is timestamped and logged to a microSD card at a set time interval with the device on standy between measurements. See the RainSavor wiki for more information: https://github.com/OPEnSLab-OSU/OPEnS-Lab-Home/wiki/RainSavor. |