Funduino Soil Moisture Arduino Sensor เซ็นเซอร์วัดความชื้นในดิน สำหรับระบบรดน้ำต้นไม้อัตโนมัติ
฿46
Quantity/ 51 items available
1


Description


Funduino Soil Moisture Sensor เซ็นเซอร์วัดความชื้นในดิน

Soil moisture sensor เป็นเซนเซอร์ที่ใช้สำหรับวัดค่าความชื้นในดิน ใช้ไฟเลี้ยง 5V และให้สัญญาณ Output แบบ Analog (0-1023)

Descriptions


This moisture sensor is very sensitive it can detect the humidity of the soil
When the soil is short of water module will output low simulation values, otherwise it will output high simulation values
With this sensor you can make a automatic watering device to prevent your plants from withered due to lack of water when you are not at home for a long time or have passed watering time
This sensors can let your plants grow more comfortably and make your garden become more intelligent
The surface have gone through plating processing to enhance the electrical conductivity and corrosion resistance
Easy to install


คุณสมบัติ Funduino Soil Moisture Sensor เซ็นเซอร์วัดความชื้นในดิน
  • Color : Red + Silver
  • Material : RF4
  • Power Supply : 3.3V or 5V
  • Working Current: Less than 20mA
  • Output Voltage: 0~2.3V (2.3V when sensor completely soaked in the water)
  • Supply Voltage: 5V
  • Sensor Type : Analog output
  • Service Life : 1 year approximately
  • Weight : 7.0g
  • Type : Sensor
  • Use For : Universal
  • Sensor Function : Humidity
  • Dimension(cm) : 6.5 x 2.0 x 0.8
  • Net Weight(kg) : 0.004

ตัวอย่างการต่อวงจร


ตัวอย่างโค้ต
int sensorPin = A0; // select the input pin for the Soil moisture sensor int sensorValue = 0; // variable to store the value coming from the sensor void setup() { // declare the ledPin as an OUTPUT: Serial.begin(9600); } void loop() { // read the value from the sensor: sensorValue = analogRead(sensorPin); delay(500); Serial.print("sensor = " ); Serial.println(sensorValue); if(sensorValue 300 sensorValue