จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
{{(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)}} บาท |
คงเหลือ | 131 ชิ้น |
จำนวน (ชิ้น) |
- +
|
ซื้อเลย หยิบลงตะกร้า ซื้อเลย หยิบลงตะกร้า คุณมีสินค้าชิ้นนี้ในตะกร้า 0 ชิ้น
ช่องทางสั่งซื้ออื่น ๆ
|
|
|
|
คุยกับร้านค้า | |
{{ size_chart_name }} |
|
หมวดหมู่ | Ultrasonic/PIR Motion |
สภาพ | สินค้าใหม่ |
เพิ่มเติม | |
สภาพ | สินค้ามือสอง |
เกรด | |
สถานะสินค้า | |
ระยะเวลาจัดเตรียมสินค้า | |
เข้าร่วมโปรโมชั่น | |
ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
รายละเอียดสินค้า |
US-025/A ultrasonic sensor module
The high-performance, low-cost ultrasonic ranging module is introduced; the module adopts the high-performance ultrasonic ranging chip CS100 of Suzhou Shunyu Zhilian; the ranging is up to 6 meters, the ranging accuracy is high; the measurement consistency is good, the ranging is stable. reliable.
The US-025/US-026 ultrasonic ranging module can realize non-contact ranging function of 2cm~6m, working voltage is 3V-5.5V, working current is 5.3mA, support GPIO communication mode, and work stably and reliably.
US-025 has the same performance as US-026, the same size and the same principle.
the difference:
US-025 uses a double panel, US-026 uses a single panel;
US-025 's 4Pin pin header is soldered on the front side (the probe side), US-026 is a single panel, the front side (the probe side) has no pad, and the pad is soldered on the back side (chip side). ![]() Code: // us-025 / us-026 high-precision ranging routines Unsigned int EchoPin = 2;
Unsigned int TrigPin = 3;
Unsigned long Time_Echo_us = 0;
// Len_mm_X100 = length * 100
Unsigned long Len_mm_X100 = 0;
Unsigned long Len_Integer = 0; //
Unsigned int Len_Fraction = 0;
Void setup ()
{
Serial. The begin (9600);
PinMode (EchoPin, INPUT);
PinMode (TrigPin, the OUTPUT);
}
Void loop ()
{
DigitalWrite (TrigPin, HIGH);
DelayMicroseconds (50);
DigitalWrite (TrigPin, LOW);
Time_Echo_us = pulseIn (EchoPin, HIGH);
If ((Time_Echo_us < 60000) && (Time_Echo_us > 1))
{
Len_mm_X100 = (Time_Echo_us * 34) / 2;
Len_Integer = Len_mm_X100/100;
Len_Fraction = Len_mm_X100%100;
Serial. Print (" the Present Length is: ");
Serial. Print (Len_Integer, DEC);
Serial. Print (". ");
If (Len_Fraction < 10)
Serial. Print (" 0 ");
Serial. Print (Len_Fraction, DEC);
Serial. Println (" mm ");
}
Delay (1000);
}
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
เงื่อนไขอื่นๆ |
|
Tags |