Datasheet Details
| Part number | SEN0114 |
|---|---|
| Manufacturer | DFROBOT |
| File Size | 174.29 KB |
| Description | Moisture Sensor |
| Datasheet |
|
| Part number | SEN0114 |
|---|---|
| Manufacturer | DFROBOT |
| File Size | 174.29 KB |
| Description | Moisture Sensor |
| Datasheet |
|
# 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.More Share Relative humidity to absolute humidity calculator http://planetcalc.com/2167/ Powered By DFRobot © 2008-2017
📁 SEN0114 Similar Datasheet