หน้าแรก » Computers & Accessories » Office Equipment » ร้อนแรงสินค้า HY-SRF05 Ultrasonic module


HY-SRF05 Ultrasonic module

HY-SRF05 Ultrasonic module

คลิ๊กดูหลายมุม.


ส่งฟรี เก็บเงินปลายทาง

ฟรีค่าจัดส่ง จัดส่งเร็วภายใน 2-3 วัน

คืนเงิน/สินค้าใน 7วัน

ร้อนแรงสินค้า HY-SRF05 Ultrasonic module

FLASH⚡SALE

จะหมดใน 598:99 นาที

rating (27 ) แสดงความคิดเห็น
รหัสสินค้า : 5686126059
ในสต๊อค : 4
การจัดส่ง : ส่งฟรี
โค้ดส่วนลดจากร้านค้า : 55%

เก็บโค้ดส่วนลด

฿

63

  

63


ประหยัดทันที  0% ขายไปแล้ว 1,900 ชิ้น


โปรโมชั่นหรือราคาข้างต้นจะอยู่ถึง 3/7/2024

ส่งต่อสินค้านี้ให้เพื่อน!Share & Like :

guarantee mcafee

คุ้มครองปลอดภัย มั่นใจ 100% :


รับเงินคืนได้หากไม่ได้รับสินค้าหรือได้รับสินค้าไม่ตรงตามที่สั่งซื้อ




Description


- Detecting range: 3cm-4M
- Best in 30 degree angle
- Electronic brick compatible interface
- 5VDC power supply
- Breadboard friendly
- Dual transduce
- library ready

Specification


- Working Voltage: 5V (DC)
- Static current: Less than 2mA.
- Output signal: Electric frequency signal high level 5V low level 0V
- Sensor angle: Not more than 15 degrees.
- Detection distance: 2cm-450cm.
- High precision: Up to 0.3cm
- Working tempter:-20C___+60C
- Weight: 10
- Size: 45x 21mm (L x W)

- /*
- * Ultrasonic Sensor HC-SR04
- *
- * by Dejan Nedelkovski
- * www.HowToMechatronics.com
- *
- */
-
- // defines pins numbers
- const int trigPin = 9;
- const int echoPin = 10;
-
- // defines variables
- long duration;
- int distance;
-
- void setup() {
- pinMode(trigPin OUTPUT); // Sets the trigPin as an Output
- pinMode(echoPin INPUT); // Sets the echoPin as an Input
- Serial.begin(9600); // Starts the serial communication
- }
-
- void loop() {
- // Clears the trigPin
- digitalWrite(trigPin LOW);
- delayMicroseconds(2);
-
- // Sets the trigPin on HIGH state for 10 micro seconds
- digitalWrite(trigPin HIGH);
- delayMicroseconds(10);
- digitalWrite(trigPin LOW);
-
- // Reads the echoPin returns the sound wave travel time in microseconds
- duration = pulseIn(echoPin HIGH);
-
- // Calculating the distance
- distance= duration*0.034/2;
-
- // Prints the distance on the Serial Monitor
- Serial.print(Distance: );
- Serial.println(distance);
- }


HY-SRF05 Ultrasonic module


การค้นหาที่เกี่ยวข้องกับ :

ร้อนแรงสินค้า HY-SRF05 Ultrasonic module
ส่งทุกที่HY-SRF05 Ultrasonic module
ตรวจสอบคุณภาพHY-SRF05 Ultrasonic module
แนะนำซื้อนาทีนี้HY-SRF05 Ultrasonic module
ส่วนลดHY-SRF05 Ultrasonic module


หมวดหมู่แนะนำ :

Office Equipment | Paper Shredders


7
เวลาประมวลผล: 6.7949295043945E-5 วินาที
RamUse: 224 ไบต์
RamMax: 37784 ไบต์