Piezo Film Vibra Tab Mass (#605-00004) : General Description
Piezo Film Vibra Tab Mass (#605-00004) : General Description
Features
• Wide range of applications
• Thin polymer film laminate with 2 crimped contacts
• Easy interface to BASIC Stamp® and SX Microcontrollers
• Can be read using PULSIN, COUNT or by reading input pin level
Application Ideas
• Alarm System Sensor
• Product Damage/Shock Detector
• Accelerometer
• Tap Switch
© Parallax, Inc. • Piezo Film Vibra Tab Mass (#605-00004) • 06/2005 Page 1 of 3
Sensitivity
As a vibration sensor the LDT0 has a sensitivity of 50 mV/g. As mass is added to the device, sensitivity
decreases, as does it’s resonant frequency. Please see the manufacturer’s datasheet for further details
about how adding mass to the device affects these characteristics.
http://www.parallax.com/detail.asp?product_id=605-00004
Please see the manufacturer’s website to obtain a Tech Manual which describes more example
applications, configurations and information on piezoelectric film devices.
http://www.msiusa.com
Device Information
Theory of Operation
The LDT0 is a flexible film piezoelectric device laminated to a polymer substrate and includes two crimped
contacts for mounting and electrical connections. As the device is bent or displaced from its neutral axis,
a very high strain is generated by the piezo-polymer and high voltage is generated.
Precautions
• This device can generate voltages of ~70 volts. Always be sure to clamp, buffer or filter the
signal going to the I/O pin to keep it within acceptable voltage/current limits.
Module Dimensions
© Parallax, Inc. • Piezo Film Vibra Tab Mass (#605-00004) • 06/2005 Page 2 of 3
Source Code
BASIC Stamp 2 Program
The example below provides a very simple method of reading the device as a vibration sensor or switch.
This example will run on any BASIC Stamp 2 model, by updating the $STAMP directive. It simply displays
“Triggered!” on the DEBUG screen when the device is tapped, flicked or snapped. You could easily
modify the code to branch to a subroutine on activation instead.
Main:
IF TriggerPin = 0 THEN Main ' Check For Trigger
DEBUG "Triggered!", CR ' Display Result To DEBUG Window
GOTO Main
© Parallax, Inc. • Piezo Film Vibra Tab Mass (#605-00004) • 06/2005 Page 3 of 3