Ks0018 keyestudio Digital Buzzer Module: Difference between revisions

From Keyestudio Wiki
Jump to navigation Jump to search
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
<br>
==Introduction==
==Introduction==
Here is the simplest sound making module-digital buzzer 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.
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.
Just try it!! You will find the electronic sound it creates so fascinating.
Just try it!! You will find the electronic sound it creates so fascinating.
<br>[[File:181.png|500px|frameless|thumb]]<br>
<br>[[File:KS0349 5-1.png|500px|frameless|thumb]]<br>
 
<br>


==Specification==
==Specification==
*Working Voltage: 3.3-5v  
*Working Voltage: 3.3-5v  
*Interface Type: digital
*Interface Type: digital
*Size: 30*20mm
 
*Weight: 4g
<br>
==Connection Diagram ==
==Connection Diagram ==
<br>[[File:Ks0018-.png|600px|frameless|thumb]]<br>


<br>[[File:182.png|500px|frameless|thumb]]<br>
<br>
 
==Sample Code ==
==Sample Code ==
<pre>
<pre>
int buzzPin =  3;    //Connect Buzzer on Digital Pin3
int buzzPin =  3;    //Connect Buzzer on Digital Pin3
Line 27: Line 30:
  digitalWrite(buzzPin, LOW);  
  digitalWrite(buzzPin, LOW);  
  delay(1);         
  delay(1);         
}</pre>
}
</pre>
 
<br>
After uploading the code, you can hear the buzzer beep continually.
<br>[[File:Ks0018-1.png|600px|frameless|thumb]]<br>
 
<br>


==Resources ==
==Resources ==


'''Video'''
* '''Video'''<br>
 
http://video.keyestudio.com/ks0018/
http://www.keyestudio.com/wp/2016/05/ks0018-keyestudio-active-buzzer-module/


'''Datasheet'''
* '''PDF and Code'''<br>
https://fs.keyestudio.com/KS0018


http://www.keyestudio.com/files/index/download/id/1463648882/
<br>


==Get One Now==
==Get One Now==
'''Official Website'''


http://www.keyestudio.com/keyestudio-digital-buzzer-module.html
*[https://www.keyestudio.com/free-shipping-keyestudio-active-buzzer-alarm-module-for-arduino-p0150.html '''Official Website''']


'''Amazon Store'''
*[https://ru.aliexpress.com/store/product/Free-shipping-Keyestudio-Active-Buzzer-Alarm-Module-for-Arduino-CE-FCC/4247007_32888635818.html?spm=a2g0v.12010615.8148356.5.6d4a6c9b9Ib3uF  '''Shop on aliexpress''' ]


https://www.amazon.com/Keyestudio-Active-Buzzer-Arduino-raspberry/dp/B016ZQYH8S/ref=sr_1_2?srs=13497667011&ie=UTF8&qid=1479459121&sr=8-2&keywords=keyestudio+Digital+Buzzer+Module


[[Category: Sensor]]
[[Category: Module]]

Latest revision as of 11:24, 8 January 2021


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. Just try it!! You will find the electronic sound it creates so fascinating.
thumb


Specification

  • Working Voltage: 3.3-5v
  • Interface Type: digital


Connection Diagram


thumb


Sample Code

int buzzPin =  3;    //Connect Buzzer on Digital Pin3
 void setup()  
 {        
  pinMode(buzzPin, OUTPUT);     
}
 void loop()                     
{
  digitalWrite(buzzPin, HIGH);
  delay(1);
  digitalWrite(buzzPin, LOW); 
  delay(1);        
}


After uploading the code, you can hear the buzzer beep continually.
thumb


Resources

  • Video

http://video.keyestudio.com/ks0018/

  • PDF and Code

https://fs.keyestudio.com/KS0018


Get One Now