Download Print this page
Seeed Grove 101020031 Manual

Seeed Grove 101020031 Manual

Piezo vibration sensor

Advertisement

Quick Links

Grove - Piezo Vibration Sensor
Release date:
Version:
Wiki:
http://www.seeedstudio.com/wiki/Grove-_Piezo_Vibration_Sensor
Bazaar:
http://www.seeedstudio.com/depot/Grove-Piezo-Vibration-Sensor-p-1411.html
9/20/2015
1.0
1

Advertisement

loading
Need help?

Need help?

Do you have a question about the Grove 101020031 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for Seeed Grove 101020031

  • Page 1 Grove - Piezo Vibration Sensor Release date: 9/20/2015 Version: Wiki: http://www.seeedstudio.com/wiki/Grove-_Piezo_Vibration_Sensor Bazaar: http://www.seeedstudio.com/depot/Grove-Piezo-Vibration-Sensor-p-1411.html...
  • Page 2 Document Revision History Revision Date Author Description Sep 21, 2015 Victor.He Create file...
  • Page 3: Table Of Contents

    Contents Document Revision History · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 2 1.
  • Page 4 Under the supervision of Seeed Technology Inc., this manual has been compiled and published which covered the latest product description and specification. The content of this manual is subject to change without notice.
  • Page 5: Introduction

    1. Introduction Grove- Piezo Vibration Sensor is suitable for measurements of flexibility, vibration, impact and touch. The module is based on PZT film sensor LDT0-028. When the sensor moves back and forth, a certain voltage will be created by the voltage comparator inside of it. A wide dynamic range (0.001Hz~1000MHz) guarantees an excellent measuring performance.
  • Page 6: Features

    2. Features  Standard grove socket  Wide dynamic range:0.1Hz~180Hz  Adjustable sensitivity  High receptivity for strong impact...
  • Page 7: Applications

    3. Applications  Vibration Sensing in Washing Machine  Low Power Wakeup Switch  Low Cost Vibration Sensing  Car Alarms  Body Movement  Security Systems...
  • Page 8: Usage

    4. Usage With Arduino The Grove - Piezo Vibration Sensor outputs a logic HIHG when vibration was detected. We can use any of Arduino pins to read the data. Here is an example of Piezo Vibration Sensor controlling LED. When the vibration was detected, this sensor outputs a logic high signal ( the sensitivity can be changed by adjusting the potentiometer), an LED lights up.
  • Page 9 You can directly use a digital pin, take D5 of base shield as an example, and connect LED to Pin const int ledPin=12; void setup() { Serial.begin(9600); pinMode(ledPin,OUTPUT); void loop() { sensorState = digitalRead(5); Serial.println(sensorState); delay(1000); if(sensorState == HIGH) digitalWrite(ledPin,HIGH);...
  • Page 10: With Raspberry Pi

    else digitalWrite(ledPin,LOW); With Raspberry Pi 1. You should have got a raspberry pi and a grovepi or grovepi+. 2. You should have completed configuring the development enviroment, otherwise follow here. 3. Connection Plug the sensor to grovepi socket A0 by using a grove cable. ...
  • Page 11 5. Run the demo. sudo python grove_piezo_vibration_sensor.py...
  • Page 12: Resource

    5. Resource Grove - Piezo Vibration Sensor Eagle File Grove - Piezo Vibration Sensor PDF File Piezo Vibration Sensor Datasheet...