SlideShare a Scribd company logo
1 of 8
Download to read offline
www.researchdesignlab.com Page 1
VIBRATION SENSOR
VIBRATION SENSOR
www.researchdesignlab.com Page 2
VIBRATION SENSOR
Table of Contents
OVERVIEW ................................................................................................................................... 3
INTRODUCTION ...................................................................................................................... 3
FEATURES ................................................................................................................................ 3
APPLICATIONS........................................................................................................................ 4
SPECIFICATIONS..................................................................................................................... 4
PIN DETAILS ............................................................................................................................ 4
USING THE SENSOR ............................................................................................................... 5
WORKING ................................................................................................................................. 5
SCHEMATIC AND CODES...................................................................................................... 5
OUTPUT..................................................................................................................................... 7
RELATED PRODUCTS ............................................................................................................ 8
www.researchdesignlab.com Page 3
VIBRATION SENSOR
OVERVIEW
INTRODUCTION
This basic piezo sensor can be used in anti-theft devices, electronic locks, mechanical equipment
vibration detection, sound gesture application and detection range bull's-eye counts vibration
sensor occasions. These vibration levels could be given to any controller/processor and necessary
decisions could be taken through it. Module triple output mode, digital output simple, analog
output more accurate, serial output with exact readings.
FEATURES
 Sensitivity adjustable.
 The vibration detection has no direction.
 With analog, digital and TTL level output signal.
 With mounting holes, firmware installation flexible and convenient.
 Module triple output mode, digital output is simple, analog output more
 Accurate, serial output with exact readings.
www.researchdesignlab.com Page 4
VIBRATION SENSOR
APPLICATIONS
 Vibration analysis
 Shock detection and event capture
 Condition monitoring
SPECIFICATIONS
Parameter Value
Operating Voltage +5v dc regulated
Vibration Digital value is indicated by
out pin
PIN DETAILS
PIN NAME DETAILS
1 out Active high output
2 +5v Power supply
3 gnd Power supply gnd
4 rx receiver
5 tx transmitter
6 gnd Power supply gnd
www.researchdesignlab.com Page 5
VIBRATION SENSOR
USING THE SENSOR
 Connect +5v to pin 2 and ground to pin 3 and 6.
 Pin 4 and 5 should be connected to particular transmitter and receiver pin of controller.
 Output pin may be connected to any port pins and can be used to any application.
WORKING
Digital vibration sensing in the ADIS16220 starts with a wide- bandwidth MEMS accelerometer
core that provides a linear motion-to-electrical transducer function. It uses a fixed frame and a
moving frame to form a differential capacitance network that responds to linear acceleration.
Tiny springs tether the moving frame to the fixed frame and govern the relationship between
acceleration and physical displacement. A modulation signal on the moving plate feeds through
each capacitive path into the fixed frame plates and into a demodulation circuit, which produces
the electrical signal that is proportional to the acceleration acting on the device.
SCHEMATIC AND CODES
ATMEL
http://researchdesignlab.com/vibration-digital-code
http://researchdesignlab.com/vibration-digital-i/oshematic.html
ATMEL UART CODE
http://researchdesignlab.com/vibration-uart-code
http://researchdesignlab.com/vibration-sensor-urat-schematic.html
PIC
http://researchdesignlab.com/digital-vibration-pic-code.html
RASPBERRYPI AND BEAGLEBONE
http://researchdesignlab.com/digital-vibration-raspberryandbeaglebone-code.html
www.researchdesignlab.com Page 6
VIBRATION SENSOR
CONNECTION DIAGRAM
ARDUINO CODE
#include <SoftwareSerial.h>
SoftwareSerial mySerial(10, 11); // RX, TX
void setup()
{
// Open serial communications and wait for port to open:
Serial.begin(9600);
while (!Serial) {
; // wait for serial port to connect.
}
www.researchdesignlab.com Page 7
VIBRATION SENSOR
Serial.println("Digital all sensor");
mySerial.begin(9600); // set the data rate for the SoftwareSerial port
}
void loop() // run over and over
{
if (mySerial.available())
Serial.write(mySerial.read());
}
OUTPUT
www.researchdesignlab.com Page 8
VIBRATION SENSOR
RELATED PRODUCTS
PIC PROJECT BOARD PIC DEVELOPMENT BOARD
ATMEL PROJECT BOARD ATMEL DEVELOPMENT BOARD

More Related Content

What's hot

Vibration and frequency measuring instruments
Vibration and frequency measuring instrumentsVibration and frequency measuring instruments
Vibration and frequency measuring instrumentsPrashant thakur
 
Vibration measurements
Vibration measurementsVibration measurements
Vibration measurementsjaimin kemkar
 
Vibration Fundamentals Training [VFT]
Vibration Fundamentals Training [VFT]Vibration Fundamentals Training [VFT]
Vibration Fundamentals Training [VFT]Spectra Quest Inc
 
Introduction to vibration monitoring
Introduction to vibration monitoringIntroduction to vibration monitoring
Introduction to vibration monitoringKevin Pereira
 
Earthquake elective assignment
Earthquake elective assignmentEarthquake elective assignment
Earthquake elective assignmentAbhilash Ks
 
Speed, Acceleration and Vibration Measurement
Speed, Acceleration and Vibration MeasurementSpeed, Acceleration and Vibration Measurement
Speed, Acceleration and Vibration Measurementprashantborakhede1
 
Mechanical measurements
Mechanical measurements  Mechanical measurements
Mechanical measurements Nandi Sudheer
 
Vibration measurement
Vibration measurement Vibration measurement
Vibration measurement rintusasmal
 
High speed measurement
High speed measurement High speed measurement
High speed measurement rohit kumar
 
Frequency Measurement Devices
Frequency Measurement DevicesFrequency Measurement Devices
Frequency Measurement Devicesghanshyam zambare
 
Position sensors
Position sensorsPosition sensors
Position sensorsusic123
 
Fundamentals of vibration_measurement_and_analysis_explained
Fundamentals of vibration_measurement_and_analysis_explainedFundamentals of vibration_measurement_and_analysis_explained
Fundamentals of vibration_measurement_and_analysis_explainedvibratiob
 
Biomedical Transducer: Inertial Sensors
Biomedical Transducer: Inertial SensorsBiomedical Transducer: Inertial Sensors
Biomedical Transducer: Inertial SensorsDaniele Antonioli
 
Week 13 vibration measurements
Week 13   vibration measurementsWeek 13   vibration measurements
Week 13 vibration measurementsdankerzgatak
 
VELOCITY MEASUREMENT USING MICROWAVE
VELOCITY MEASUREMENT USING MICROWAVEVELOCITY MEASUREMENT USING MICROWAVE
VELOCITY MEASUREMENT USING MICROWAVEDebabrata Bej
 
Angular velocity measurement
Angular velocity measurementAngular velocity measurement
Angular velocity measurementChirag Solanki
 

What's hot (20)

Vibration and frequency measuring instruments
Vibration and frequency measuring instrumentsVibration and frequency measuring instruments
Vibration and frequency measuring instruments
 
Vibration measurements
Vibration measurementsVibration measurements
Vibration measurements
 
Speed measurement
Speed measurementSpeed measurement
Speed measurement
 
Vibration Fundamentals Training [VFT]
Vibration Fundamentals Training [VFT]Vibration Fundamentals Training [VFT]
Vibration Fundamentals Training [VFT]
 
Br0094
Br0094Br0094
Br0094
 
Introduction to vibration monitoring
Introduction to vibration monitoringIntroduction to vibration monitoring
Introduction to vibration monitoring
 
Earthquake elective assignment
Earthquake elective assignmentEarthquake elective assignment
Earthquake elective assignment
 
Speed, Acceleration and Vibration Measurement
Speed, Acceleration and Vibration MeasurementSpeed, Acceleration and Vibration Measurement
Speed, Acceleration and Vibration Measurement
 
Sensor lect8
Sensor lect8Sensor lect8
Sensor lect8
 
Load Cells Explained
Load Cells ExplainedLoad Cells Explained
Load Cells Explained
 
Mechanical measurements
Mechanical measurements  Mechanical measurements
Mechanical measurements
 
Vibration measurement
Vibration measurement Vibration measurement
Vibration measurement
 
High speed measurement
High speed measurement High speed measurement
High speed measurement
 
Frequency Measurement Devices
Frequency Measurement DevicesFrequency Measurement Devices
Frequency Measurement Devices
 
Position sensors
Position sensorsPosition sensors
Position sensors
 
Fundamentals of vibration_measurement_and_analysis_explained
Fundamentals of vibration_measurement_and_analysis_explainedFundamentals of vibration_measurement_and_analysis_explained
Fundamentals of vibration_measurement_and_analysis_explained
 
Biomedical Transducer: Inertial Sensors
Biomedical Transducer: Inertial SensorsBiomedical Transducer: Inertial Sensors
Biomedical Transducer: Inertial Sensors
 
Week 13 vibration measurements
Week 13   vibration measurementsWeek 13   vibration measurements
Week 13 vibration measurements
 
VELOCITY MEASUREMENT USING MICROWAVE
VELOCITY MEASUREMENT USING MICROWAVEVELOCITY MEASUREMENT USING MICROWAVE
VELOCITY MEASUREMENT USING MICROWAVE
 
Angular velocity measurement
Angular velocity measurementAngular velocity measurement
Angular velocity measurement
 

Viewers also liked

HEARTBEAT RATE SENSOR USING MICROCONTROLLER
HEARTBEAT RATE SENSOR USING MICROCONTROLLERHEARTBEAT RATE SENSOR USING MICROCONTROLLER
HEARTBEAT RATE SENSOR USING MICROCONTROLLERRinku Meena
 
Introduction to the Internet of Things
Introduction to the Internet of ThingsIntroduction to the Internet of Things
Introduction to the Internet of ThingsAlexandru Radovici
 
Sensor based structural health monitoring of concrete structures
Sensor based structural health monitoring of concrete structuresSensor based structural health monitoring of concrete structures
Sensor based structural health monitoring of concrete structuresSayed Abulhasan Quadri
 
Temperature sensor /Anemometer
Temperature sensor /Anemometer Temperature sensor /Anemometer
Temperature sensor /Anemometer sufyan Elattar
 
microcontroller based temperature sensor
microcontroller based temperature sensormicrocontroller based temperature sensor
microcontroller based temperature sensorDerrick D'souza
 
Strain gauge loadcell ppt
Strain gauge loadcell pptStrain gauge loadcell ppt
Strain gauge loadcell pptmaneeb
 
Heart beat detector using arduino
Heart beat detector using arduinoHeart beat detector using arduino
Heart beat detector using arduinoVarshaa Khandagale
 
Temperature Sensor Thermocouple and RTD
Temperature Sensor Thermocouple and RTDTemperature Sensor Thermocouple and RTD
Temperature Sensor Thermocouple and RTDrashid09
 
Implementation of flex sensor for hand gesture based wireless automation of j...
Implementation of flex sensor for hand gesture based wireless automation of j...Implementation of flex sensor for hand gesture based wireless automation of j...
Implementation of flex sensor for hand gesture based wireless automation of j...eSAT Journals
 
Hand Gesture controlled Robotic Arm | Android | Arduino
Hand Gesture controlled Robotic Arm  | Android | ArduinoHand Gesture controlled Robotic Arm  | Android | Arduino
Hand Gesture controlled Robotic Arm | Android | ArduinoParvez Hafeez
 
Hand gesture based wheel chair for disable
Hand gesture based wheel chair for disableHand gesture based wheel chair for disable
Hand gesture based wheel chair for disablevedabobbala
 
Wireless human health Monitor
Wireless human health MonitorWireless human health Monitor
Wireless human health MonitorAmarendra K Yadav
 
Structural health monitoring
Structural health monitoringStructural health monitoring
Structural health monitoringRashmi Bharadwaj
 
Heart beat monitor system PPT
Heart beat monitor system PPT Heart beat monitor system PPT
Heart beat monitor system PPT Anand Dwivedi
 
fan speed control by using temperature sensor
fan speed control by using temperature sensorfan speed control by using temperature sensor
fan speed control by using temperature sensorNandeesh Boya
 

Viewers also liked (20)

HEARTBEAT RATE SENSOR USING MICROCONTROLLER
HEARTBEAT RATE SENSOR USING MICROCONTROLLERHEARTBEAT RATE SENSOR USING MICROCONTROLLER
HEARTBEAT RATE SENSOR USING MICROCONTROLLER
 
Sensors and Peripherals
Sensors and PeripheralsSensors and Peripherals
Sensors and Peripherals
 
Arduino + Android
Arduino + AndroidArduino + Android
Arduino + Android
 
Introduction to the Internet of Things
Introduction to the Internet of ThingsIntroduction to the Internet of Things
Introduction to the Internet of Things
 
Sensor based structural health monitoring of concrete structures
Sensor based structural health monitoring of concrete structuresSensor based structural health monitoring of concrete structures
Sensor based structural health monitoring of concrete structures
 
Temperature sensor /Anemometer
Temperature sensor /Anemometer Temperature sensor /Anemometer
Temperature sensor /Anemometer
 
Remote sensing
Remote sensing   Remote sensing
Remote sensing
 
microcontroller based temperature sensor
microcontroller based temperature sensormicrocontroller based temperature sensor
microcontroller based temperature sensor
 
Green concrete
Green concreteGreen concrete
Green concrete
 
Strain gauge loadcell ppt
Strain gauge loadcell pptStrain gauge loadcell ppt
Strain gauge loadcell ppt
 
strain gauges
strain gauges strain gauges
strain gauges
 
Heart beat detector using arduino
Heart beat detector using arduinoHeart beat detector using arduino
Heart beat detector using arduino
 
Temperature Sensor Thermocouple and RTD
Temperature Sensor Thermocouple and RTDTemperature Sensor Thermocouple and RTD
Temperature Sensor Thermocouple and RTD
 
Implementation of flex sensor for hand gesture based wireless automation of j...
Implementation of flex sensor for hand gesture based wireless automation of j...Implementation of flex sensor for hand gesture based wireless automation of j...
Implementation of flex sensor for hand gesture based wireless automation of j...
 
Hand Gesture controlled Robotic Arm | Android | Arduino
Hand Gesture controlled Robotic Arm  | Android | ArduinoHand Gesture controlled Robotic Arm  | Android | Arduino
Hand Gesture controlled Robotic Arm | Android | Arduino
 
Hand gesture based wheel chair for disable
Hand gesture based wheel chair for disableHand gesture based wheel chair for disable
Hand gesture based wheel chair for disable
 
Wireless human health Monitor
Wireless human health MonitorWireless human health Monitor
Wireless human health Monitor
 
Structural health monitoring
Structural health monitoringStructural health monitoring
Structural health monitoring
 
Heart beat monitor system PPT
Heart beat monitor system PPT Heart beat monitor system PPT
Heart beat monitor system PPT
 
fan speed control by using temperature sensor
fan speed control by using temperature sensorfan speed control by using temperature sensor
fan speed control by using temperature sensor
 

Similar to Digitla Vibration Sensor

Waters Corp. Variable Aperture Slit System (Final)
Waters Corp. Variable Aperture Slit System (Final)Waters Corp. Variable Aperture Slit System (Final)
Waters Corp. Variable Aperture Slit System (Final)Han Shen Zhang
 
Motorola solutions ap7131 access point installation guide wi ng 5.5 version...
Motorola solutions ap7131 access point installation guide   wi ng 5.5 version...Motorola solutions ap7131 access point installation guide   wi ng 5.5 version...
Motorola solutions ap7131 access point installation guide wi ng 5.5 version...Advantec Distribution
 
Industrial Electronic Circuits Laboratory Manual (Synthesis Lectures on Elect...
Industrial Electronic Circuits Laboratory Manual (Synthesis Lectures on Elect...Industrial Electronic Circuits Laboratory Manual (Synthesis Lectures on Elect...
Industrial Electronic Circuits Laboratory Manual (Synthesis Lectures on Elect...Lucky Gods
 
151 south africa cap bank-protection-baker-duly-2008
151 south africa cap bank-protection-baker-duly-2008151 south africa cap bank-protection-baker-duly-2008
151 south africa cap bank-protection-baker-duly-2008wmelis
 
Anritsu understanding spectrum_signal_an
Anritsu understanding spectrum_signal_anAnritsu understanding spectrum_signal_an
Anritsu understanding spectrum_signal_anRosen Gadzhinski
 
Bx310x Product Specification
Bx310x Product SpecificationBx310x Product Specification
Bx310x Product SpecificationFrederic Petit
 
Motorola solutions ap7161 access point installation guide wi ng 5.5 version...
Motorola solutions ap7161 access point installation guide   wi ng 5.5 version...Motorola solutions ap7161 access point installation guide   wi ng 5.5 version...
Motorola solutions ap7161 access point installation guide wi ng 5.5 version...Advantec Distribution
 
System _ Technik _ Electronic LAB _ Semiconductor Components (2023).pdf
System _ Technik _  Electronic LAB _ Semiconductor Components (2023).pdfSystem _ Technik _  Electronic LAB _ Semiconductor Components (2023).pdf
System _ Technik _ Electronic LAB _ Semiconductor Components (2023).pdfislamsharawneh
 
Mobile phone intelligent jamming system
Mobile phone intelligent jamming systemMobile phone intelligent jamming system
Mobile phone intelligent jamming systemPatel Ibrahim
 
PowerElectronicsHandbookbyMuhammadH.Rashid.pdf
PowerElectronicsHandbookbyMuhammadH.Rashid.pdfPowerElectronicsHandbookbyMuhammadH.Rashid.pdf
PowerElectronicsHandbookbyMuhammadH.Rashid.pdfssuser19b225
 
Guia de instalacao at 8000 s
Guia de instalacao at 8000 sGuia de instalacao at 8000 s
Guia de instalacao at 8000 sNetPlus
 
Newsletter Research Activities of Semiconductor Companies November 2009
Newsletter Research Activities of Semiconductor Companies November 2009Newsletter Research Activities of Semiconductor Companies November 2009
Newsletter Research Activities of Semiconductor Companies November 2009guest78f63d
 
Digital Control in Power Electronics - Buso & Mattavelli - 2006.pdf
Digital Control in Power Electronics - Buso & Mattavelli - 2006.pdfDigital Control in Power Electronics - Buso & Mattavelli - 2006.pdf
Digital Control in Power Electronics - Buso & Mattavelli - 2006.pdfGollapalli Sreenivasulu
 
Digital Control in Power Electronics.pdf
Digital Control in Power Electronics.pdfDigital Control in Power Electronics.pdf
Digital Control in Power Electronics.pdfGollapalli Sreenivasulu
 

Similar to Digitla Vibration Sensor (20)

Flex Sensor
Flex SensorFlex Sensor
Flex Sensor
 
Waters Corp. Variable Aperture Slit System (Final)
Waters Corp. Variable Aperture Slit System (Final)Waters Corp. Variable Aperture Slit System (Final)
Waters Corp. Variable Aperture Slit System (Final)
 
Motorola solutions ap7131 access point installation guide wi ng 5.5 version...
Motorola solutions ap7131 access point installation guide   wi ng 5.5 version...Motorola solutions ap7131 access point installation guide   wi ng 5.5 version...
Motorola solutions ap7131 access point installation guide wi ng 5.5 version...
 
Industrial Electronic Circuits Laboratory Manual (Synthesis Lectures on Elect...
Industrial Electronic Circuits Laboratory Manual (Synthesis Lectures on Elect...Industrial Electronic Circuits Laboratory Manual (Synthesis Lectures on Elect...
Industrial Electronic Circuits Laboratory Manual (Synthesis Lectures on Elect...
 
Final paper0
Final paper0Final paper0
Final paper0
 
151 south africa cap bank-protection-baker-duly-2008
151 south africa cap bank-protection-baker-duly-2008151 south africa cap bank-protection-baker-duly-2008
151 south africa cap bank-protection-baker-duly-2008
 
Anritsu understanding spectrum_signal_an
Anritsu understanding spectrum_signal_anAnritsu understanding spectrum_signal_an
Anritsu understanding spectrum_signal_an
 
ROF_Ashok_TOC
ROF_Ashok_TOCROF_Ashok_TOC
ROF_Ashok_TOC
 
Abb lv breakers working with trip curves
Abb lv breakers working with trip curvesAbb lv breakers working with trip curves
Abb lv breakers working with trip curves
 
Bx310x Product Specification
Bx310x Product SpecificationBx310x Product Specification
Bx310x Product Specification
 
Tilak's Report
Tilak's ReportTilak's Report
Tilak's Report
 
Motorola solutions ap7161 access point installation guide wi ng 5.5 version...
Motorola solutions ap7161 access point installation guide   wi ng 5.5 version...Motorola solutions ap7161 access point installation guide   wi ng 5.5 version...
Motorola solutions ap7161 access point installation guide wi ng 5.5 version...
 
System _ Technik _ Electronic LAB _ Semiconductor Components (2023).pdf
System _ Technik _  Electronic LAB _ Semiconductor Components (2023).pdfSystem _ Technik _  Electronic LAB _ Semiconductor Components (2023).pdf
System _ Technik _ Electronic LAB _ Semiconductor Components (2023).pdf
 
Mobile phone intelligent jamming system
Mobile phone intelligent jamming systemMobile phone intelligent jamming system
Mobile phone intelligent jamming system
 
Stk 500
Stk 500Stk 500
Stk 500
 
PowerElectronicsHandbookbyMuhammadH.Rashid.pdf
PowerElectronicsHandbookbyMuhammadH.Rashid.pdfPowerElectronicsHandbookbyMuhammadH.Rashid.pdf
PowerElectronicsHandbookbyMuhammadH.Rashid.pdf
 
Guia de instalacao at 8000 s
Guia de instalacao at 8000 sGuia de instalacao at 8000 s
Guia de instalacao at 8000 s
 
Newsletter Research Activities of Semiconductor Companies November 2009
Newsletter Research Activities of Semiconductor Companies November 2009Newsletter Research Activities of Semiconductor Companies November 2009
Newsletter Research Activities of Semiconductor Companies November 2009
 
Digital Control in Power Electronics - Buso & Mattavelli - 2006.pdf
Digital Control in Power Electronics - Buso & Mattavelli - 2006.pdfDigital Control in Power Electronics - Buso & Mattavelli - 2006.pdf
Digital Control in Power Electronics - Buso & Mattavelli - 2006.pdf
 
Digital Control in Power Electronics.pdf
Digital Control in Power Electronics.pdfDigital Control in Power Electronics.pdf
Digital Control in Power Electronics.pdf
 

More from Raghav Shetty

8 Channel Relay Board-Bluetooth
8 Channel Relay Board-Bluetooth8 Channel Relay Board-Bluetooth
8 Channel Relay Board-BluetoothRaghav Shetty
 
4 Channel Relay Board 5V-Bluetooth Compatible for Arduino
4 Channel Relay Board 5V-Bluetooth Compatible for Arduino4 Channel Relay Board 5V-Bluetooth Compatible for Arduino
4 Channel Relay Board 5V-Bluetooth Compatible for ArduinoRaghav Shetty
 
4 Channel Relay Board 12V-Compatible for Arduino
4 Channel Relay Board 12V-Compatible for Arduino4 Channel Relay Board 12V-Compatible for Arduino
4 Channel Relay Board 12V-Compatible for ArduinoRaghav Shetty
 
8 Channel Relay Board-Rs485
8 Channel Relay Board-Rs485 8 Channel Relay Board-Rs485
8 Channel Relay Board-Rs485 Raghav Shetty
 
Digital Soil Moisture Sensor
Digital Soil Moisture SensorDigital Soil Moisture Sensor
Digital Soil Moisture SensorRaghav Shetty
 
Micro SD Memory Card Interface for 5V MCU
Micro SD Memory Card Interface for 5V MCUMicro SD Memory Card Interface for 5V MCU
Micro SD Memory Card Interface for 5V MCURaghav Shetty
 
Micro SD Memory Card Interface for 3.3V MCU
Micro SD Memory Card Interface for 3.3V MCUMicro SD Memory Card Interface for 3.3V MCU
Micro SD Memory Card Interface for 3.3V MCURaghav Shetty
 
Regulated Power Supply
Regulated Power Supply Regulated Power Supply
Regulated Power Supply Raghav Shetty
 
8 Channel Bi Directional Logic Level Converter
8 Channel Bi Directional Logic Level Converter8 Channel Bi Directional Logic Level Converter
8 Channel Bi Directional Logic Level ConverterRaghav Shetty
 
Plastic REED Float Switch
Plastic REED Float SwitchPlastic REED Float Switch
Plastic REED Float SwitchRaghav Shetty
 
DTMF Decoder Shield for Arduino
DTMF Decoder Shield for ArduinoDTMF Decoder Shield for Arduino
DTMF Decoder Shield for ArduinoRaghav Shetty
 
Digital Dimmer Module
Digital Dimmer ModuleDigital Dimmer Module
Digital Dimmer ModuleRaghav Shetty
 

More from Raghav Shetty (20)

8 Channel Relay Board-Bluetooth
8 Channel Relay Board-Bluetooth8 Channel Relay Board-Bluetooth
8 Channel Relay Board-Bluetooth
 
4 Channel Relay Board 5V-Bluetooth Compatible for Arduino
4 Channel Relay Board 5V-Bluetooth Compatible for Arduino4 Channel Relay Board 5V-Bluetooth Compatible for Arduino
4 Channel Relay Board 5V-Bluetooth Compatible for Arduino
 
4 Channel Relay Board 12V-Compatible for Arduino
4 Channel Relay Board 12V-Compatible for Arduino4 Channel Relay Board 12V-Compatible for Arduino
4 Channel Relay Board 12V-Compatible for Arduino
 
8 Channel Relay Board-Rs485
8 Channel Relay Board-Rs485 8 Channel Relay Board-Rs485
8 Channel Relay Board-Rs485
 
Xbee X-CTU Software
Xbee X-CTU SoftwareXbee X-CTU Software
Xbee X-CTU Software
 
Thermal Printer
Thermal PrinterThermal Printer
Thermal Printer
 
Digital Soil Moisture Sensor
Digital Soil Moisture SensorDigital Soil Moisture Sensor
Digital Soil Moisture Sensor
 
Micro SD Memory Card Interface for 5V MCU
Micro SD Memory Card Interface for 5V MCUMicro SD Memory Card Interface for 5V MCU
Micro SD Memory Card Interface for 5V MCU
 
Micro SD Memory Card Interface for 3.3V MCU
Micro SD Memory Card Interface for 3.3V MCUMicro SD Memory Card Interface for 3.3V MCU
Micro SD Memory Card Interface for 3.3V MCU
 
Regulated Power Supply
Regulated Power Supply Regulated Power Supply
Regulated Power Supply
 
PIC Project Board
PIC Project BoardPIC Project Board
PIC Project Board
 
8 Channel Bi Directional Logic Level Converter
8 Channel Bi Directional Logic Level Converter8 Channel Bi Directional Logic Level Converter
8 Channel Bi Directional Logic Level Converter
 
LCD Keypad Shield
LCD Keypad ShieldLCD Keypad Shield
LCD Keypad Shield
 
L298 Motor Driver
L298 Motor DriverL298 Motor Driver
L298 Motor Driver
 
Joystick Shield
Joystick ShieldJoystick Shield
Joystick Shield
 
Force Sensor
Force SensorForce Sensor
Force Sensor
 
Plastic REED Float Switch
Plastic REED Float SwitchPlastic REED Float Switch
Plastic REED Float Switch
 
Serial EEPROM
Serial EEPROMSerial EEPROM
Serial EEPROM
 
DTMF Decoder Shield for Arduino
DTMF Decoder Shield for ArduinoDTMF Decoder Shield for Arduino
DTMF Decoder Shield for Arduino
 
Digital Dimmer Module
Digital Dimmer ModuleDigital Dimmer Module
Digital Dimmer Module
 

Recently uploaded

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 

Recently uploaded (20)

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 

Digitla Vibration Sensor

  • 2. www.researchdesignlab.com Page 2 VIBRATION SENSOR Table of Contents OVERVIEW ................................................................................................................................... 3 INTRODUCTION ...................................................................................................................... 3 FEATURES ................................................................................................................................ 3 APPLICATIONS........................................................................................................................ 4 SPECIFICATIONS..................................................................................................................... 4 PIN DETAILS ............................................................................................................................ 4 USING THE SENSOR ............................................................................................................... 5 WORKING ................................................................................................................................. 5 SCHEMATIC AND CODES...................................................................................................... 5 OUTPUT..................................................................................................................................... 7 RELATED PRODUCTS ............................................................................................................ 8
  • 3. www.researchdesignlab.com Page 3 VIBRATION SENSOR OVERVIEW INTRODUCTION This basic piezo sensor can be used in anti-theft devices, electronic locks, mechanical equipment vibration detection, sound gesture application and detection range bull's-eye counts vibration sensor occasions. These vibration levels could be given to any controller/processor and necessary decisions could be taken through it. Module triple output mode, digital output simple, analog output more accurate, serial output with exact readings. FEATURES  Sensitivity adjustable.  The vibration detection has no direction.  With analog, digital and TTL level output signal.  With mounting holes, firmware installation flexible and convenient.  Module triple output mode, digital output is simple, analog output more  Accurate, serial output with exact readings.
  • 4. www.researchdesignlab.com Page 4 VIBRATION SENSOR APPLICATIONS  Vibration analysis  Shock detection and event capture  Condition monitoring SPECIFICATIONS Parameter Value Operating Voltage +5v dc regulated Vibration Digital value is indicated by out pin PIN DETAILS PIN NAME DETAILS 1 out Active high output 2 +5v Power supply 3 gnd Power supply gnd 4 rx receiver 5 tx transmitter 6 gnd Power supply gnd
  • 5. www.researchdesignlab.com Page 5 VIBRATION SENSOR USING THE SENSOR  Connect +5v to pin 2 and ground to pin 3 and 6.  Pin 4 and 5 should be connected to particular transmitter and receiver pin of controller.  Output pin may be connected to any port pins and can be used to any application. WORKING Digital vibration sensing in the ADIS16220 starts with a wide- bandwidth MEMS accelerometer core that provides a linear motion-to-electrical transducer function. It uses a fixed frame and a moving frame to form a differential capacitance network that responds to linear acceleration. Tiny springs tether the moving frame to the fixed frame and govern the relationship between acceleration and physical displacement. A modulation signal on the moving plate feeds through each capacitive path into the fixed frame plates and into a demodulation circuit, which produces the electrical signal that is proportional to the acceleration acting on the device. SCHEMATIC AND CODES ATMEL http://researchdesignlab.com/vibration-digital-code http://researchdesignlab.com/vibration-digital-i/oshematic.html ATMEL UART CODE http://researchdesignlab.com/vibration-uart-code http://researchdesignlab.com/vibration-sensor-urat-schematic.html PIC http://researchdesignlab.com/digital-vibration-pic-code.html RASPBERRYPI AND BEAGLEBONE http://researchdesignlab.com/digital-vibration-raspberryandbeaglebone-code.html
  • 6. www.researchdesignlab.com Page 6 VIBRATION SENSOR CONNECTION DIAGRAM ARDUINO CODE #include <SoftwareSerial.h> SoftwareSerial mySerial(10, 11); // RX, TX void setup() { // Open serial communications and wait for port to open: Serial.begin(9600); while (!Serial) { ; // wait for serial port to connect. }
  • 7. www.researchdesignlab.com Page 7 VIBRATION SENSOR Serial.println("Digital all sensor"); mySerial.begin(9600); // set the data rate for the SoftwareSerial port } void loop() // run over and over { if (mySerial.available()) Serial.write(mySerial.read()); } OUTPUT
  • 8. www.researchdesignlab.com Page 8 VIBRATION SENSOR RELATED PRODUCTS PIC PROJECT BOARD PIC DEVELOPMENT BOARD ATMEL PROJECT BOARD ATMEL DEVELOPMENT BOARD