HT SSR1072 Piezoelectric Vibration and Knock Sensor Module User Guide

October 30, 2023
HT

HT SSR1072 Piezoelectric Vibration and Knock Sensor Module

Piezoelectric Vibration & Knock Sensor Module

The Piezoelectric Vibration & Knock Sensor Module is an electronic device that generates a voltage when it’s physically deformed by a vibration, sound wave, or mechanical strain. It can be used both to play tones and to detect tones. This vibration sensor module used Piezo element to detect vibration. In this case, a knock on a door, table, or other solid surface will generated an output signal.

Product Information

  • Brand: Handson Technology
  • SKU: SSR1072
  • Operating Voltage: 3.3~5V
  • Operating Current: (unknown)

Product Usage Instructions

  1. Connect the Piezoelectric Vibration & Knock Sensor Module to a microcontroller or other compatible device.
  2. Apply an operating voltage of 3.3~5V to the module.
  3. Place the module on a surface that you want to monitor for vibrations or knocks.
  4. When a vibration or knock occurs, the module will generate an output signal.
  5. You can use this output signal to trigger an action on your microcontroller or other device, such as turning on a light or sounding an alarm.

Piezoelectric Vibration & Knock Sensor Module
A piezo is an electronic device that generates a voltage when it’s physically deformed by a vibration, sound wave, or mechanical strain. Similarly, when you put a voltage across a piezo, it vibrates and creates a tone. Piezos can be used both to play tones and to detect tones. This vibration sensor module used Piezo element to detect vibration. In this case, a knock on a door, table, or other solid surface will generated an output signal.

HT-SSR1072-Piezoelectric-Vibration-and-Knock-Sensor-Module-
fig-10

SKU: SSR1072
Brief Data:

  • Operating Voltage: (3.3~5)V.
  • Operating Current: <1mA.
  • Sensing Type: Piezoelecric Element.
  • Output Signal: Analog and Digital.
  • Output Indicator LED.
  • Sensitivity Adjustment: On board Potentiometer.
  • Working Temperature Range :-10℃~+70℃.

Mechanical Dimension

Unit : mm

HT-SSR1072-Piezoelectric-Vibration-and-Knock-Sensor-Module-
fig-9

Pin Function Assignment

  • VCC: Module power supply – 3.3V to 5V
  • GND: Ground
  • D0: Digital Output
  • A0: Analog Output

Arduino Interfacing

HT-SSR1072-Piezoelectric-Vibration-and-Knock-Sensor-Module-
fig-7

Arduino Sketch:
*/

define Dig_pin 7

int Dig_out = LOW;
int Ana_out = 0;
void setup() {
Serial.begin(9600);
}
void loop() {
Dig_out = digitalRead(Dig_pin)*100;
Ana_out = analogRead(A0);
Serial.print(“Anaolog : “);
Serial.print(Ana_out);
Serial.print(” Digital :”);
Serial.println(Dig_out);
}

Web Resources

We have the parts for your ideas
HandsOn Technology provides a multimedia and interactive platform for everyone interested in electronics. From beginner to diehard, from student to lecturer. Information, education, inspiration and entertainment. Analog and digital, practical and theoretical; software and hardware.

HandsOn Technology support Open Source Hardware (OSHW) Development Platform.

Learn : Design : Share
handsontec.com

The Face behind our product quality…

  • In a world of constant change and continuous technological development, a new or replacement product is never far away – and they all need to be tested.
  • Many vendors simply import and sell wihtout checks and this cannot be the ultimate interests of anyone, particularly the customer. Every part sell on Handsotec is fully tested. So when buying from
  • Handsontec products range, you can be confident you’re getting outstanding quality and value.

We keep adding the new parts so that you can get rolling on your next project .HT-SSR1072-Piezoelectric-Vibration-and-Knock-Sensor-Module-
fig-7

https://handsontec.com

References

Read User Manual Online (PDF format)

Loading......

Download This Manual (PDF format)

Download this manual  >>

Related Manuals