วันพฤหัสบดีที่ 9 กุมภาพันธ์ พ.ศ. 2560

โมดูลตรวจจับความสันไหวปรับความไวได้

801S Vibration Sensor vibration module โมดูลตรวจจับความสันไหวปรับความไวได้

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

}

ไม่มีความคิดเห็น:

แสดงความคิดเห็น