Ks0114 keyestudio EASY plug Knock Sensor: Difference between revisions

From Keyestudio Wiki
Jump to navigation Jump to search
No edit summary
Line 21: Line 21:


==Connect It Up==
==Connect It Up==
Connect the EASY Plug knock sensor to control board using an RJ11 cable. Then connect the control board to your PC with a USB cable.
Connect the EASY Plug knock sensor and LED module to control board using RJ11 cable. Then connect the control board to your PC with a USB cable.
<br>[[File:ks0114.jpg|500px|frameless|thumb]]<br>
<br>[[File:敲击灯.jpg|500px|frameless|thumb]]<br>


<br>
<br>
==Upload the Code==
==Upload the Code==
Copy and paste below code to [http://wiki.keyestudio.com/index.php/How_to_Download_Arduino_IDE Arduino IDE] and upload.
Below is an example code. Open or drag below code to [https://wiki.keyestudio.com/Getting_Started_with_Mixly  Mixly Blocks] and upload. <br>
<pre>
<br>[[File:Ks0398 3.1.png|500px|frameless|thumb]]<br>
int Led=13;//define LED interface
int Shock=8;//define knock sensor interface;
int val;//define digital variable val
void setup()
{
pinMode(Led,OUTPUT);//define LED as output
pinMode(Shock,INPUT);//define knock sensor as output
}
void loop()
{
val=digitalRead(Shock);//read the value of interface8 and assign it to val
if(val==HIGH)//when the knock sensor detect a signal, LED will flash.
{
digitalWrite(Led,LOW);
}
else
{
digitalWrite(Led,HIGH);
}
}
</pre>


<br>
<br>
==What You Should See==
==What You Should See==
Done uploading the code, if knock the sensor hard, the led will be turned on.
Done uploading the code, if knock the module hard, the led will be turned on.
<br>[[File:ks0114 Result.png|600px|frameless|thumb]]<br>
<br>[[File:ks0398 3-1.png|500px|frameless|thumb]]<br>
<br>[[File:ks0398 3-3.png|500px|frameless|thumb]]<br>


<br>
<br>
==Resources ==
'''Download the Arduino Code and PDF:'''<br>
https://drive.google.com/open?id=1jH-qVDzAq5CZFNpYCLmgcO-FOBL1Ub9e


==Resources ==
'''Download the Mixly Code and Datasheet:'''<br>
'''Download the PDF:'''<br>
https://drive.google.com/open?id=1Uf7HSOXDiCAiF9iO5vTrANME-2Y3_HGb
https://drive.google.com/open?id=19tGbFz54E0AB3Z_fQj3OPQbwM9442keA


'''Download the Code:'''<br>
https://drive.google.com/open?id=1ouOtjrSz_LDpCbiaZFTHtjgKawNqcfIt


<br>
<br>
==Buy from ==
==Buy from ==
*'''Official Website:''' http://www.keyestudio.com/ks0114.html
*[https://www.keyestudio.com/new-keyestudio-rj11-easy-plug-knock-sensor-module-for-arduino-steam-p0080-p0080.html '''Official Website''' ]


*[https://www.aliexpress.com/store/product/New-Keyestudio-EASY-plug-Knock-Sensor-Module-for-Arduino/1452162_32641685279.html?spm=2114.12010612.8148356.24.2dc64ba7vDlelq    Shop on aliexpress ]
*[https://www.aliexpress.com/store/product/New-Keyestudio-EASY-plug-Knock-Sensor-Module-for-Arduino/1452162_32641685279.html?spm=2114.12010612.8148356.24.2dc64ba7vDlelq    Shop on aliexpress ]

Revision as of 16:51, 6 May 2019

EASY plug Knock Sensor

Introduction

The knock sensor is mainly composed of SW-280 vibration switch, which is an inductive proximity switch.
It is an electronic switch that transmits the sensing result to the circuit device and induces the circuit to start working when the vibration force is induced.
The module comes with a positioning hole for you to fix it to other devices.
You can make full use of it with creative thinking, like electronic drum, and so on.
Note: this module should be used together with EASY plug control board.

Features

  • Connector: Easy plug
  • Working voltage: 5V
  • Sensor type: Digital


Technical Details

  • Dimensions: 38mm*20mm*18mm
  • Weight: 4.4g


Connect It Up

Connect the EASY Plug knock sensor and LED module to control board using RJ11 cable. Then connect the control board to your PC with a USB cable.
thumb


Upload the Code

Below is an example code. Open or drag below code to Mixly Blocks and upload.

thumb


What You Should See

Done uploading the code, if knock the module hard, the led will be turned on.
thumb

thumb


Resources

Download the Arduino Code and PDF:
https://drive.google.com/open?id=1jH-qVDzAq5CZFNpYCLmgcO-FOBL1Ub9e

Download the Mixly Code and Datasheet:
https://drive.google.com/open?id=1Uf7HSOXDiCAiF9iO5vTrANME-2Y3_HGb



Buy from