Simple Soil Sensor - Geting started
Arduino library
To install the Arduino library, you can use the Arduino library manager or download it from the GitHub repository:
Simple rain sensor Arduino library
Simple rain sensor Arduino library by Soldered
ℹ️
First time Arduino user? For a detailed tutorial on how to get started wtih Arduino, see this section of our docs:
Getting started with Arduino
A full, comprehensive tutorial on how to fully set up and upload code for the first time on an Arduino board, from scratch!
Conections
Below is an example connection diagram for Dasduino CONNECTPLUS. These pins will be used in the examples throughout this documentation.
| Dasduino CONNECTPLUS | Breakout Board |
|---|---|
| IO14 (Any ADC pin) | A0 |
| IO15 (Any Digital pin) | D0 |
| VCC | 5V |
| GND | GND |
ℹ️
Digital version can use any digital input pin while analog can use any analog pin input, Check Pinout drawing for your specific board
Connections (Qwiic)
Below is an example Qwiic (I2C) connection diagram for Dasduino CONNECTPLUS. These pins will be used in the examples throughout this documentation. To change breakout board's address, check the Address selection.
| Dasduino CONNECTPLUS | Breakout Board |
|---|---|
| Qwiic | Qwiic |
ℹ️
Qwiic versions also contain UPDI headers for preprogramming the onboard ATTINY404 MCU, they are used for debugging purposes only!