จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
{{(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)}} บาท |
คงเหลือ | 150 ชิ้น |
จำนวน (ชิ้น) |
- +
|
ซื้อเลย หยิบลงตะกร้า ซื้อเลย หยิบลงตะกร้า คุณมีสินค้าชิ้นนี้ในตะกร้า 0 ชิ้น
ช่องทางสั่งซื้ออื่น ๆ
|
|
|
|
คุยกับร้านค้า | |
{{ size_chart_name }} |
|
หมวดหมู่ | Ultrasonic/PIR Motion |
สภาพ | สินค้าใหม่ |
เพิ่มเติม | |
สภาพ | สินค้ามือสอง |
เกรด | |
สถานะสินค้า | |
ระยะเวลาจัดเตรียมสินค้า | |
เข้าร่วมโปรโมชั่น | |
ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
รายละเอียดสินค้า |
US-016 ultrasonic sensor analog voltage output dual-range
โมดูลวัดระยะทางแบบ Analog Technical parameters
Working voltage: 5V DC
Working current: 3.8mA
Working temperature: 0~+70 degrees
Output mode: analog voltage (0~Vcc)
Induction angle: less than 15 degrees
Detection range: 2cm-300cm
Detection accuracy: 0.3cm+1%
Resolution: 1mm
The size of the module: 45mm*20mm*1.2mm. ![]() Code: #define rangePin 2 //define pin
#define outPin A0
unsigned int ADCValue; //initialize variable
void setup() {
//set baud rate for communicating with the computer
Serial.begin(9600);
pinMode(rangePin, OUTPUT); //set Pin 2 as output
//set Pin 2 low: range = 1m or set Pin 2 high: range = 3m
digitalWrite(rangePin, LOW);
}
void loop() {
ADCValue = analogRead(outPin); //read the pin analog value
//ADCValue *= 3; //for range = 3m
//show the distance
Serial.print ( "Present Length is:");
Serial.print (ADCValue, DEC);
Serial.println ( "mm");
delay (500); // delay 0.5S
}
![]() ![]() ![]() |
เงื่อนไขอื่นๆ |
|
Tags |