801S Vibration Sensor vibration module โมดูลตรวจจับความสันไหวปรับความไวได้
คุณภาพสูง ใช้ไฟเลี้ยง3-5V
สามารถปรับความไวได้ ให้สัญญาณanalog และ digital ใช้กับงานตรวจจับ เช่น อุปกร์ป้องกันขโมย,บอร์ดล็อกแบบอิเล็กทรอนิกส์
,อุปกรณ์ตรจจับความสั่นไหว
ตัวอย่างการใช้งาน
เซนเซอร์ -> Arduino
+5V -> 5V
Gnd -> Gnd
Output -> A0
ตัวอย่าง Code
void setup() {
// initialize serial communication at 9600 bits per second:
Serial.begin(9600);
}
// the loop routine runs over and over again forever:
void loop() {
// read the input on analog pin 0:
int sensorValue = analogRead(A0);
// print out the value you read:
Serial.println(sensorValue);
delay(1000); // delay in between reads for stability
}
ตัวอย่าง VDO
https://www.youtube.com/watch?v=7FkL_tyRbQA
อ้างอิง
www.myarduino.net/product/34/801s-vibration-sensor-vibration-module-โมดูลตรวจจับความสันไหวปรับความไวได้
ไม่มีความคิดเห็น:
แสดงความคิดเห็น