ไฮไลท์
Capacitive Soil Moisture Sensor (โมดูลวัดความชื้นในดิน)
ข้อมูล
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
รายละเอียดสินค้า
Product information
New soil moisture sensor! This capacitive soil moisture sensor is different from most of the resistive sensors on the market, using the principle of capacitive induction to detect soil moisture. The problem that the resistance sensor is easy to be corroded is avoided, which greatly prolongs its working life.
The sensor has a built-in voltage-stabilizing chip that supports a 3.3-wide voltage operating environment, which means it can work even on a 3.3-V Aduino master board. A miniature PC like raspberry pie only needs an ADC (analog to digital) conversion module to work.
With a screen and a motherboard, you can talk to your plant. To see if your beloved is thirsty, do you need more water to moisten it?
Working voltage: 3.3 ~ 5.5 VDC
Output voltage: 0 ~ 3.0 VDC
Interface: PH2.54-3P
Size: 98 x 23mm (LxW)

ตัวอย่างการใช้งาน

๊Uno R3 sensor

5v-------------สีแดง
Gnd-----------สีดำ
A0-------------สีเหลือง

โค๊ดสำหรับใช้งาน

const int AirValue = 520; //you need to replace this value with Value_1 const int WaterValue = 260; //you need to replace this value with Value_2 int intervals = (AirValue - WaterValue)/3; int soilMoistureValue = 0; void setup() { Serial.begin(9600); // open serial port, set the baud rate to 9600 bps } void loop() { soilMoistureValue = analogRead(A0); //put Sensor insert into soil if(soilMoistureValue > WaterValue && soilMoistureValue < (WaterValue + intervals)) { Serial.println("Very Wet"); } else if(soilMoistureValue > (WaterValue + intervals) && soilMoistureValue < (AirValue - intervals)) { Serial.println("Wet"); } else if(soilMoistureValue (AirValue - intervals)) { Serial.println("Dry"); } delay(100); }
Capacitive Soil Moisture Sensor (โมดูลวัดความชื้นในดิน)
Capacitive Soil Moisture Sensor (โมดูลวัดความชื้นในดิน)
Capacitive Soil Moisture Sensor (โมดูลวัดความชื้นในดิน)
เงื่อนไขอื่นๆ
Tags

วิธีการชำระเงิน

บมจ. ธนาคารกรุงไทย สาขาด่านขุนทด ออมทรัพย์
รายการสั่งซื้อของฉัน
เข้าสู่ระบบด้วย
เข้าสู่ระบบ
สมัครสมาชิก

ยังไม่มีบัญชีเทพ สร้างบัญชีใหม่ ไม่มีค่าใช้จ่าย
สมัครสมาชิก (ฟรี)
รายการสั่งซื้อของฉัน
ข้อมูลร้านค้านี้
ร้านIotShop
IotShop
จำหน่าย Arduino Micro Controller, Shield, Module, Sensor, และอุปกรณ์อิเล็กทรอนิกส์ต่างๆ ราคาถูกที่สุด มีสินค้าพร้อมส่งและสุ่มทดสอบให้ลูกค้าความมั่นใจว่าสินค้าใช้งานได้แน่นอน จัดส่งสินค้าทุกวัน สต๊อกในไทย ตัดรอบ 14.00 น. ***ลูกค้าที่ต้องการใบเสร็จ โปรดแจ้งรายละเอียดมาทางช่องแชท รายละเอียดที่ต้องแจ้ง - ชื่อหน่วยงาน เช่น มหาวิทยาลัย โรงเรียน บริษัท ห้างร้าน - ที่อยู่หน่วยงาน - เลขที่ประจำตัวผู้เสียภาษีของหน่วยงาน - สาขาที่ / หรือสำนักงานใหญ่
เบอร์โทร : 0902624118
อีเมล : nattaphumart@gmail.com
ส่งข้อความติดต่อร้าน
เกี่ยวกับร้านค้านี้
สินค้าที่ดูล่าสุด
ดูสินค้าทั้งหมดในร้าน
สินค้าที่ดูล่าสุด
บันทึกเป็นร้านโปรด
Join เป็นสมาชิกร้าน
แชร์หน้านี้
แชร์หน้านี้

TOP เลื่อนขึ้นบนสุด
พูดคุย-สอบถาม