Difference between revisions of "Sensor-Shake"

From Microduino Wiki
Jump to: navigation, search
(Features)
(Introduction of Sensor Pin)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
  
{{Language|Microduino-Shake }}
+
{{Language|Sensor-Shake }}
 
{| style="width: 1000px;"
 
{| style="width: 1000px;"
 
|-
 
|-
Line 7: Line 7:
 
The product number of Sensor-Shake is: '''MSDS51'''
 
The product number of Sensor-Shake is: '''MSDS51'''
  
Sensor-Shake is vibration detection sensor module.  
+
Sensor-Shake is a shake detection sensor module.  
  
Resistance strain vibration sensor is a kind of vibrating sensor which expresses the mechanical vibration quantity of the tested object by with the resistance variation.
+
Shake sensor is for detect the mechanical vibration quantity of objects.
  
==Sensor Pin Introduction==
+
==Introduction of Sensor Pin==
{{Sensor_explain
+
{{ST_Pinout
|nameA=[[Sensor-Shake]]
+
|st_name=Shake Sensor
|modeA=Digital signal input
+
|pin3=Digital Input
|modeB=NC
 
 
}}
 
}}
  
 
==Features==
 
==Features==
 
*With small size which is easy to install;
 
*With small size which is easy to install;
 +
*With good detection sensitivity;
 
*With adjustable detection sensitivity.
 
*With adjustable detection sensitivity.
*With good detection flexibility.
 
  
 
==Specification==
 
==Specification==
Line 27: Line 26:
 
**3.3V~5V working voltage
 
**3.3V~5V working voltage
  
*Size of the sensor  
+
*Size of the sensor
 
**Size of the board: 23.5mm*13mm
 
**Size of the board: 23.5mm*13mm
**1.27mm-spacing 4Pininterface connected with sensorhub
+
**1.27mm-spacing 4Pin interface connected with sensorhub
 
**CAD drawing of the sensor: '''[[File:Sensor_CAD.zip]]'''
 
**CAD drawing of the sensor: '''[[File:Sensor_CAD.zip]]'''
  
 
*Function description
 
*Function description
**After shaking the sensor, the digital output will change from 0 into 1.  
+
**The static signal of the sensor is LOW. When the shake occurs, the sensor will produce signal HIGH.
 
*Connection
 
*Connection
**This sensor can be connected to the following ports of the core: '''D2~D13'''
+
**This sensor can be connected to the following interfaces of the core: '''D2~D13''', '''A0~A7'''
  
==Document==
+
==Documents==
  
*Schematic diagram: '''[[File: Microduino_Sensor-Shake.Zip.pdf]]'''
+
*Schematic diagram: '''[[File: Sensor-Shake.pdf]]'''
*Crashdatasheet: '''[[File: Microduino_Sensor-Shake_datasheet.pdf]]'''
+
*Main sensor: '''[[File: Sensor-Shake_datasheet.pdf]]'''
  
 
==Development==
 
==Development==
 
===Program Download===
 
===Program Download===
*Download and unzip the program '''[[File:Microduino_Sensor-Shake_Test.zip]]'''
+
*Download and unzip the program '''[[File:Sensor_Shake_Test.zip]]'''
  
 
===Programming===
 
===Programming===
Line 51: Line 50:
 
|nameB=[[Microduino-USBTTL]]
 
|nameB=[[Microduino-USBTTL]]
 
|boardName=Microduino/mCookie-Core(328p), Atmega328P@16M,5V
 
|boardName=Microduino/mCookie-Core(328p), Atmega328P@16M,5V
|fileName=Microduino_Sensor-Shake_Test.ino
+
|fileName=Sensor_Shake_Test.ino
 
}}
 
}}
  
 
===Hardware Setup===
 
===Hardware Setup===
*Referring to the following picture, connect Sensor-Crash to the digital port D6 of '''[[Microduino-Sensorhub]]'''.
+
*Referring to the following diagram, connect the Sensor-Shake to the digital port D6 of '''[[Microduino-Sensorhub]]'''.  
 
<br>
 
<br>
 
[[file:Microduino-sensorhub_Shake.JPG|thumb|400px|left]]
 
[[file:Microduino-sensorhub_Shake.JPG|thumb|400px|left]]
 
<br style="clear: left"/>
 
<br style="clear: left"/>
  
===Result Observation===
+
===Result===
*After download, open the serial port monitor.  
+
*After download, open the serial monitor.
*After the sensor is shaking, the digital output changes from 0 into 1.  
+
*The static signal of the sensor is LOW. When the shake occurs, the sensor will produce HIGH signal.  
 +
 
 
==Application==
 
==Application==
*Shake switch
+
*Shake detection
  
 
===Project===
 
===Project===
 
==Purchase==
 
  
 
==History==
 
==History==

Latest revision as of 22:47, 30 March 2017

Language: English  • 中文
Microduino-Shake

The product number of Sensor-Shake is: MSDS51

Sensor-Shake is a shake detection sensor module.

Shake sensor is for detect the mechanical vibration quantity of objects.

Introduction of Sensor Pin

Sensor backpin.png

Shake Sensor
General Pin Out Sensor / Trinket's Pin Out
PIN1 (GND) GND
PIN2 (VCC) VCC
PIN3 (SIGNAL-A) Digital Input
PIN4 (SIGNAL-B) Not Connected
  • General Pin Out is the standard pin out of a Sensor / Trinket connector.
  • Sensor / Trinket's Pin Out is this specific Sensor / Trinket's wiring in relation to the General Pin Out.
  • SIGNAL-A / SIGNAL-B are signals that could be digital input, digital output, analog input or analog output. Or special signals such as serial communication (SoftwareSerial, IIC (I2C), etc) or other special signals.
  • Not Connected refers to the Pin not being used for this particular Sensor / Trinket.
  • Read more about the hub module.

Features

  • With small size which is easy to install;
  • With good detection sensitivity;
  • With adjustable detection sensitivity.

Specification

  • Sensor voltage
    • 3.3V~5V working voltage
  • Size of the sensor
    • Size of the board: 23.5mm*13mm
    • 1.27mm-spacing 4Pin interface connected with sensorhub
    • CAD drawing of the sensor: File:Sensor CAD.zip
  • Function description
    • The static signal of the sensor is LOW. When the shake occurs, the sensor will produce signal HIGH.
  • Connection
    • This sensor can be connected to the following interfaces of the core: D2~D13, A0~A7

Documents

Development

Program Download

Programming

  • Follow the Software Getting Started Guide.
  • Select the Board, Processor and Port.
  • Click [File]->[Open], browse to the project program address, and click "Sensor_Shake_Test.ino" to open the program.
  • After confirming all these items are correct, click "→" to download the program to the development board.

Hardware Setup

  • Referring to the following diagram, connect the Sensor-Shake to the digital port D6 of Microduino-Sensorhub.


Microduino-sensorhub Shake.JPG


Result

  • After download, open the serial monitor.
  • The static signal of the sensor is LOW. When the shake occurs, the sensor will produce HIGH signal.

Application

  • Shake detection

Project

History

Gallery

File:MicroduinoShake-F.JPG
mCookie-Shake-Front
File:Microduino-Shake-b.JPG
mCookie-Shake-Back
Retrieved from "https://wiki.microduinoinc.com/index.php?title=Sensor-Shake&oldid=12678"