 
| จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น | 
| {{(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 }} |  | 
| หมวดหมู่ | วัดสภาพแวดล้อมและแก๊ส Environmental / Gas | 
| สภาพ | สินค้าใหม่ | 
| เพิ่มเติม | |
| สภาพ | สินค้ามือสอง | 
| เกรด | |
| สถานะสินค้า | |
| ระยะเวลาจัดเตรียมสินค้า | |
| เข้าร่วมโปรโมชั่น | |
| ข้อมูล | น้ำหนัก  บาร์โค้ด  ลงสินค้า  อัพเดทล่าสุด  | ||||||||||||||||
| รายละเอียดสินค้า | Rain Detection Sensor Module + สาย Jumperเซนเซอร์ตรวจจับน้ำฝนพร้อมสาย Jumper สามารถอ่านค่าเป็น Digital หรือ Analog ได้ Specifications: -The working voltage of 3.3 V to 5 V -The output format: digital switch output (0 and 1) and analog AO voltage output; -Has a fixed bolt hole, convenient installation -Small board PCB size: Approx. 3.2 cm x 1.5 cm -The LM393, use of wide voltage comparator 
 Rain Sensor Module Arduino SketchThe sketch below does a couple of things: 
 Copy and paste the sketch below and upload it into your Arduino. int nRainIn = A1; int nRainDigitalIn = 2; int nRainVal; boolean bIsRaining = false; String strRaining; void setup() { Serial.begin(9600); pinMode(2,INPUT); } void loop() { nRainVal = analogRead(nRainIn); bIsRaining = !(digitalRead(nRainDigitalIn)); if(bIsRaining){ strRaining = "YES"; } else{ strRaining = "NO"; } Serial.print("Raining?: "); Serial.print(strRaining); Serial.print("\t Moisture Level: "); Serial.println(nRainVal); delay(200); }    | ||||||||||||||||
| เงื่อนไขอื่นๆ |  | ||||||||||||||||
| Tags | 
 
     
         
         
					