SEN0114 - Moisture Sensor
# 0 ~300 dry soil # 300~700 humid soil # 700~950 in water */ void setup(){ Serial.begin(57600); } void loop(){ Serial.print("Moisture Sensor Value: "); Serial.println(analogRead(A0)); delay(100); } Open the Arduino Serial Monitor, and choose its baud rate 57600 as set in the code.
Moisture Sensor (SKU:SEN0114) Contents 1 Introduction 2 Specification 3 Usage Introduction This moisture sensor can read the amount of moisture present in the soil surrounding it.
It's a low tech sensor, but ideal for monitoring an urban garden, or your pet plant's water level.
This is a must have tool for a connected garden! This sensor uses the two probes to pass current through the soil, and then it reads that resistance to get the moisture level.
More water makes the soi