จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
{{(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 }} |
|
หมวดหมู่ | Module Sensor |
สภาพ | สินค้าใหม่ |
เพิ่มเติม | |
สภาพ | สินค้ามือสอง |
เกรด | |
สถานะสินค้า | |
ระยะเวลาจัดเตรียมสินค้า | |
เข้าร่วมโปรโมชั่น | |
ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
รายละเอียดสินค้า |
Turbidity Sensor Module, DC 5V Turbidity Sensor Water Quality Monitoring Sewage Turbidity Value Detection Module for Turbidity Measurement and Control
ข้อมูลจำเพาะ Specification:
Information Support: วิธีการต่อใช้งาน Sensor arduino void setup() {
pinMode(A0,INPUT);
Serial.begin(9600);
}
void loop() {
int sensor = analogRead(A0);
float volte = sensor*(5.0/1024.0);
Serial.println(volte);
delay(500);
}
1
/*
2
AnalogReadSerial
3
Reads an analog input on pin 0, prints the result to the serial monitor.
4
Graphical representation is available using serial plotter (Tools > Serial Plotter menu)
5
Attach the center pin of a potentiometer to pin A0, and the outside pins to +5V and ground.
6
7
This example code is in the public domain.
8
*/
9
10
// the setup routine runs once when you press reset:
11
void setup() {
12
// initialize serial communication at 9600 bits per second:
13
Serial.begin(9600);
14
}
15
16
// the loop routine runs over and over again forever:
17
void loop() {
18
// read the input on analog pin 0:
19
int sensorValue = analogRead(A0);
20
// print out the value you read:
21
Serial.println(sensorValue);
22
delay(200); // delay in between reads for stability
23
}
![]() ![]() ![]() |
เงื่อนไขอื่นๆ |
|
Tags |