Mall HY-SRF05 Ultrasonic module เซนเซอร์วัดระยะทาง อัลตร้าโซนิค
ข้อมูลจำเพาะของสินค้า
รายละเอียดสินค้า
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);
– }
***รายละเอียดและเงื่อนไขการรับประกัน***
✅ – ร้านเราจัดส่งสินค้าทุกวันจันทร์-เสาร์
✅ – หากลูกค้ากดสั่งซื้อผ่านระบบได้สำเร็จ แสดงว่ามีสินค้าพร้อมจัดส่งได้ทันที
✅ – สต๊อกสินค้าอยู่ในประเทศไทย ส่งถึงมือลูกค้าภายใน 1-3 วัน รวดเร็วทันใจแน่นอน
✅ – หากลูกค้าต้องการบิลใบเสร็จ ให้แจ้งที่หมายเหตุถึงร้านค้าหรือแชทแจ้งทางร้านได้เลย
*** เงื่อนไขการรับประกัน***
✅ – หากลูกค้าได้รับสินค้าผิด ชำรุด ให้ถ่ายรูปสินค้าที่ได้รับส่งมาทางแชท แจ้งปัญหาได้ ทางร้านยินดีเปลี่ยนสินค้า/คืนเงิน
✅ – ทางร้านรับประกันสินค้า 1 เดือน หากสินค้ามีปัญหาแจ้งมาทางแชทได้เลย สินค้าจะต้องอยู่ในสภาพที่สมบูรณ์ไม่ถูกงัดแงะ ถูกบัดกรี หรือเสียหายจากลูกค้าเป็นผู้กระทำ
✅ – กรณีคืนสินค้าที่มีปัญหา ลูกค้าทำเรื่องคืนสินค้ามายังร้าน เมื่อร้านค้าได้รับสินค้าคืนจะดำเนินการตรวจสอบสินค้าและคืนเงินให้ทันที
✅ – หากเกินระยะเวลารับประกัน ทางร้านจะไม่รับชอบใดๆทั้งสิ้น ฯลฯ