Products
Contact Us
- Contact Person : Mr. Ring Hwang
- Company Name : KUONGSHUN ELECTRONIC LIMITED
- Tel : 86-755-23956813
- Fax : 86-755-23956813
- Address : guangdong,shenzhen,Room 2607, 26 floor, Dingcheng International building, Zhonghang Road, Futian DIstrict, Shenzhen, 518000
- Country/Region : China
- Zip : 518000
Passive Buzzer Module
Product Detailed
Related Categories:Agricultural Product Stock
Product Description3.5-5.5V Active Standard Passive Buzzer Module For Arduino Specification: Working voltage: 3.5-5.5V Working current: PCB Dimension: 18.5mm x 15mm(L x W) Feature: No oscillation source, need square wave (frequency 2K-5K ) to drive. Sound frequency control, you can make a "do re mi fa sol la si" effect. Package included: 1 x Standard Passive Buzzer Module ARDUINO reference source programme: int buzzer=8;// Set the control the buzzer digital IO pin void setup() { pinMode(buzzer,OUTPUT);// Setting the digital IO pin mode , OUTPUT is Wen out } void loop() { unsigned char i,j;// Define the variable while(1) { for(i=0;i { digitalWrite(buzzer,HIGH);// Sound delay(1);//delay 1ms digitalWrite(buzzer,LOW);//Not sound delay(1);// delay 1ms } for(i=0;i { digitalWrite(buzzer,HIGH);// Sound delay(2);//delay 2ms digitalWrite(buzzer,LOW);// Not sound delay(2);//delay 2ms } } } After downloading the program, the buzzer experiments are finish.
Other products