จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
{{(typeof focus_pdata.price_list[idx+1] == 'undefined')?('≥ '+price_row.min_quantity):((price_row.min_quantity < (focus_pdata.price_list[idx+1].min_quantity - 1))?(price_row.min_quantity+' - '+(focus_pdata.price_list[idx+1].min_quantity - 1)):price_row.min_quantity)}} | {{number_format(((focus_pdata.price_old === null)?focus_pdata.price:focus_pdata.price_old) - price_row.price,2)}} บาท | {{number_format(price_row.price,2)}} บาท |
คงเหลือ | ชิ้น |
จำนวน (ชิ้น) |
- +
|
ซื้อเลย หยิบลงตะกร้า ซื้อเลย หยิบลงตะกร้า คุณมีสินค้าชิ้นนี้ในตะกร้า 0 ชิ้น
ช่องทางสั่งซื้ออื่น ๆ
|
|
|
|
คุยกับร้านค้า | |
{{ size_chart_name }} |
|
หมวดหมู่ | วัดอุณหภูมิ / วัดความชื้น |
สภาพ | สินค้าใหม่ |
เพิ่มเติม | |
สภาพ | สินค้ามือสอง |
เกรด | |
สถานะสินค้า | |
ระยะเวลาจัดเตรียมสินค้า | |
เข้าร่วมโปรโมชั่น | |
ไฮไลท์ |
เซ็นเซอร์วัดความชื้นในดิน Soil Moisture Sensor
|
ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
รายละเอียดสินค้า |
เซ็นเซอร์วัดความชื้นในดิน Soil Moisture Sensor
ตัวอย่างวิธีการใช้เซนเซอร์วัดความชื้นในดิน How to use Soil moisture sensor with arduino ส่วนประกอบต่างๆของเซนเซอร์ ![]() ขนาดของเซนเซอร์ ![]() ตัวอย่างการต่อวงจร เซนเซอร์วัดความชื้นในดิน กับArduino ![]() ตัวอย่าง Code เซนเซอร์วัดความชื้น int sensorPin = A0; //พอร์ตที่ต่อกับ sensor ขา DO (data out) int sensorValue; int limit = 300; void setup() { Serial.begin(9600); pinMode(13, OUTPUT); } void loop() { sensorValue = analogRead(sensorPin); Serial.println("Analog Value : "); Serial.println(sensorValue); if (sensorValue < limit) { digitalWrite(13, HIGH); } else { digitalWrite(13, LOW); } delay(1000); } ![]() ![]() ![]() ![]() ![]() ![]() |
เงื่อนไขอื่นๆ |
|
Tags |
หน้าที่เข้าชม | 2,072,402 ครั้ง |
ผู้ชมทั้งหมด | 1,333,128 ครั้ง |
ร้านค้าอัพเดท | 6 ก.ย. 2568 |