Skip to content

Commit 577bad0

Browse files
committed
updated readme for the library
1 parent 3f4db4a commit 577bad0

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

README.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,38 @@
1-
# SparkFun_Soil_Moisture_Arduino_Library
1+
2+
![SparkFun Qwiic Soil Moisture Sensor](docs/images/gh-banner-2025-soil-moisture.png "SparkFun Qwiic Soil Moisture Sensor")
3+
4+
# SparkFun Qwiic Soil Moisture Sensor
5+
26
Arduino Library for the SparkFun Qwiic Soil Moisture Sensor
7+
8+
![Release](https://img.shields.io/github/v/release/sparkfun//SparkFun_Soil_Moisture_Arduino_Library)
9+
![Release Date](https://img.shields.io/github/release-date/sparkfun//SparkFun_Soil_Moisture_Arduino_Library?display_date=published_at)
10+
![Documentation - build](https://img.shields.io/github/actions/workflow/status/sparkfun/SparkFun_Soil_Moisture_Arduino_Library/pages%2Fpages-build-deployment?label=Documentation)
11+
![GitHub issues](https://img.shields.io/github/issues/sparkfun//SparkFun_Soil_Moisture_Arduino_Library)
12+
13+
14+
The [SparkFun Qwiic Soil Moisture Sensor (SEN-17731)](https://www.sparkfun.com/sparkfun-qwiic-soil-moisture-sensor.html) is a simple breakout for measuring the moisture in soil and similar materials. The soil moisture sensor is pretty straightforward to use. The two large, exposed pads function as probes for the sensor, together acting as a variable resistor. The more water that is in the soil means the better the conductivity between the pads will be, resulting in a lower resistance and a higher SIG out.
15+
16+
Looking for the board that matches this library - pick up a [SparkFun Qwiic Soil Moisture Sensor (SEN-17731)](https://www.sparkfun.com/sparkfun-qwiic-soil-moisture-sensor.html) at www.sparkfun.com.
17+
18+
## Functionality
19+
20+
This library provides a simple interface that enables the following functionality when using the SparkFun Qwiic Soil Moisture Sensor:
21+
22+
* Read the current resistance (moisture) value from the sensor
23+
* Turn the on-board LED on and off
24+
* Change the I2C address of the sensor - if you want to avoid a conflict, or used multiple moisture sensors together.
25+
26+
## Documentation
27+
28+
The full API and use documentation for this library is provided [here](docs.sparkfun.com/SparkFun_Soil_Moisture_Arduino_Library/).
29+
30+
Curious about the hardware this board works with - visit the SparkFun Qwiic Soil Moisture Sensor [hardware repository](https://github.com/sparkfun/Zio-Qwiic-Soil-Moisture-Sensor).
31+
32+
The Hookup Guide for the SparkFun Qwiic Soil Moisture Sensor is available [here](https://learn.sparkfun.com/tutorials/soil-moisture-sensor-hookup-guide).
33+
34+
## License Information
35+
36+
This product is ***open source***!
37+
38+
This product is licensed using the [MIT Open Source License](https://opensource.org/license/mit).

0 commit comments

Comments
 (0)