Ks0018 keyestudio Digital Buzzer Module: Difference between revisions
Jump to navigation
Jump to search
PDF
Keyestudio (talk | contribs) |
Keyestudio (talk | contribs) |
||
Line 35: | Line 35: | ||
http://www.keyestudio.com/wp/2016/05/ks0018-keyestudio-active-buzzer-module/ | http://www.keyestudio.com/wp/2016/05/ks0018-keyestudio-active-buzzer-module/ | ||
''' | '''PDF''' | ||
https://drive.google.com/open?id=1p5K2-pS_dctBXxnTfW2_0jRvBHJNusbe | |||
==Get One Now== | ==Get One Now== |
Revision as of 15:13, 14 November 2017
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.
Just try it!! You will find the electronic sound it creates so fascinating.
Specification
- Working Voltage: 3.3-5v
- Interface Type: digital
- Size: 30*20mm
- Weight: 4g
Connection Diagram
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); }
Resources
Video
http://www.keyestudio.com/wp/2016/05/ks0018-keyestudio-active-buzzer-module/
https://drive.google.com/open?id=1p5K2-pS_dctBXxnTfW2_0jRvBHJNusbe
Get One Now
Official Website
http://www.keyestudio.com/keyestudio-digital-buzzer-module.html
Amazon Store