Ks0102 keyestudio EASY plug Active Buzzer Module: Difference between revisions

From Keyestudio Wiki
Jump to navigation Jump to search
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
==EASY plug Active Buzzer Module ==
[[image:Ks0102-.png|thumb|600px|right|EASY plug Active Buzzer Module]]
<br>[[File:ks0102-1.png|500px|frameless|thumb]]<br>


<br>
==Introduction==
==Introduction==
Here is the simplest sound making module. You can use high/low level to drive it. Changing the frequency it buzzes can produce different sound. This module is widely used on your daily appliance, like PC, refrigerator, phones etc. And you can also create many interesting interactive project with this small but useful module.
Hey want to hear a really loud noise? Apply 3.3V to 5V to this buzzer module and you'll be rewarded with a loud beep. <br>
Just try it!! You will find the electronic sound it creates so fascinating.<br>
Here is the simplest sound making module. You can use high/low level to drive it. Just change the frequency it buzzes, you can hear different sound. <br>
Note: this module needs to be used together with EASY plug control board.<br>
It is really great for integrating into projects with this small but useful module. Have a try! You will find the electronic sound it creates so fascinating.<br>
This module is widely used on your daily appliance, like PC, refrigerator, phones, etc. <br>
<span style="color: red">'''Note: ''' </span> this module should be used together with EASY plug control board.<br>


<span style=color:red> '''Special Note:''' <br>
The sensor/module is equipped with the RJ11 6P6C interface, compatible with our keyestudio EASY plug Control Board with RJ11 6P6C interface. <br> If you have the control board of other brands, it is also equipped with the RJ11 6P6C interface but has different internal line sequence, can’t be used compatibly with our sensor/module. </span><br>
<br>


==Specification==
==Specification==
* Interface: Easy plug
*Sensor type: Digital
* Working voltage: 3.3-5v
*Working voltage: 3.3-5V
* Sensor type: digital
*High quality connector
* Size: 39*20mm
 
<br>
 
==Technical Details==
* Dimensions: 39mm*20mm*18mm
* Weight: 6g
* Weight: 6g
<br>


== Connect It Up ==
Connect the EASY Plug active buzzer module to control board using an RJ11 cable. Then connect the control board to your PC with a USB cable.
<br>[[File:Ks0102-2-.png|700px|frameless|thumb]]<br>
<br>


==Connection Diagram ==
==Sample Code==
<br>[[File:ks0102-2.png|500px|frameless|thumb]]<br>
Open or drag below code to [https://wiki.keyestudio.com/Getting_Started_with_Mixly  Mixly Blocks] and upload.
<br>[[File:Active buzzer-2.png|600px|frameless|thumb]]<br>


<br>


==Sample Code==
==What You Should See==
<pre>
<br>[[File:Ks0102.png|600px|frameless|thumb]]<br>
int buzzPin =  10;    //Connect Buzzer on Digital Pin10
Done uploading the code, you should be able to hear an audible beep.
void setup() 
<br>[[File:Ks0102-3.png|600px|frameless|thumb]]<br>
{       
pinMode(buzzPin, OUTPUT);   
}
void loop()                   
{
digitalWrite(buzzPin, HIGH);
delay(1);
digitalWrite(buzzPin, LOW);
delay(1);       
}
</pre>


<br>
==Resources ==
==Resources ==


'''Datasheet'''
https://fs.keyestudio.com/KS0102


https://drive.google.com/open?id=1Ak9val5HWKKb7B8gSwwykKUhk9Ewfolu
<br>


==Buy from ==
==Buy from ==
'''Official Website'''
*[https://www.keyestudio.com/keyestudio-rj11-easy-plug-active-buzzer-module-for-arduino-steam-p0086-p0086.html  '''Official Website''']
 
*[https://www.aliexpress.com/store/product/2016-New-Keyestudio-EASY-plug-Active-Buzzer-Module-for-Arduino/1452162_32638816632.html?spm=2114.12010612.8148356.20.122b57f6hJzrRS  '''Shop on aliexpress''' ]


http://www.keyestudio.com/keyestudio-easy-plug-active-buzzer-module-for-arduino.html


[[category:Module]]
[[category: EASY Plug]]

Latest revision as of 15:25, 20 May 2021

EASY plug Active Buzzer Module


Introduction

Hey want to hear a really loud noise? Apply 3.3V to 5V to this buzzer module and you'll be rewarded with a loud beep.
Here is the simplest sound making module. You can use high/low level to drive it. Just change the frequency it buzzes, you can hear different sound.
It is really great for integrating into projects with this small but useful module. Have a try! You will find the electronic sound it creates so fascinating.
This module is widely used on your daily appliance, like PC, refrigerator, phones, etc.
Note: this module should be used together with EASY plug control board.

Special Note:
The sensor/module is equipped with the RJ11 6P6C interface, compatible with our keyestudio EASY plug Control Board with RJ11 6P6C interface.
If you have the control board of other brands, it is also equipped with the RJ11 6P6C interface but has different internal line sequence, can’t be used compatibly with our sensor/module.



Specification

  • Sensor type: Digital
  • Working voltage: 3.3-5V
  • High quality connector


Technical Details

  • Dimensions: 39mm*20mm*18mm
  • Weight: 6g


Connect It Up

Connect the EASY Plug active buzzer module to control board using an RJ11 cable. Then connect the control board to your PC with a USB cable.
thumb

Sample Code

Open or drag below code to Mixly Blocks and upload.
thumb


What You Should See


thumb
Done uploading the code, you should be able to hear an audible beep.
thumb


Resources

https://fs.keyestudio.com/KS0102


Buy from