Difference between revisions of "Sensor-Shake"

From Microduino Wiki
Jump to: navigation, search
(Features)
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.
+
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.
  
==Sensor Pin Introduction==
+
==Introduction of Sensor Pin==
 
{{Sensor_explain
 
{{Sensor_explain
 
|nameA=[[Sensor-Shake]]
 
|nameA=[[Sensor-Shake]]
Line 20: Line 20:
 
==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 27:
 
**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 51:
 
|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==

Revision as of 04:10, 18 September 2016

Language: English  • 中文
Microduino-Shake

The product number of Sensor-Shake is: MSDS51

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.

Introduction of Sensor Pin

Sensor backpin.png
  • Pins of the sensor:
    • PIN1: GND
    • PIN2: VCC
    • General signal pins:
      • PIN3(IO1): digital/analog signal
      • PIN4(IO2): NC(null)
    • Special signal pins:
      • If it is IIC: IO1/IO2 are respectively SDA/SCL.
      • If it is soft serial port: IO1/IO2 are respectively tx/rx.
  • Special to Sensor-Shake sensor pins
    • PIN1: GND
    • PIN2: VCC
    • PIN3(IO1): Digital signal input
    • PIN4(IO2): NC


Microduino sensor can communicate with core module through the connection with Microduino-Module Sensor Hub.

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