Description

3.5-5.5V Standard Passive Buzzer Module For Arduino AVR PIC Black
Brand New!!!
Color: Black
Quantity: 1 pc
Working voltage:3.5-5.5V
Working current:<25mA
PCB Dimension:18.5mm x 15mm(LxW)

Passive Buzzer Module Feature:
1.No oscillation source, need square wave (frequency 2K-5K ) to drive.
2.Sound frequency control, you can make a "do re mi fa sol la si" effect.

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<80;i++)// Wen a frequency sound
{
digitalWrite(buzzer,HIGH);// Sound
delay(1);//delay 1ms
digitalWrite(buzzer,LOW);//Not sound
delay(1);// delay 1ms
}
for(i=0;i<100;i++)// Wen out another frequency sound
{
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.

Package includes: 1 x Standard Passive Buzzer Module
Payment


 

Payment

1.We accept PayPal only.
2.All major credit cards are accepted through secure payment processor PayPal.
3.Payment must be received within 7 business days of auction closing.
4.We ship to your eBay or Paypal address. Please make sure your eBay and Paypal address is correct before you pay.

Shipping

1.We ship to your eBay or Paypal address. Please make sure your eBay and Paypal address is correct before you pay.
2.Items will be shipped within 1-3 business day when we received payment.
3.Delivery time depends on destination and other factors;
4.International buyers please note:
  a.Import duties, taxes and charges are not included in the item price or shipping charges. These charges are buyer’s responsibility. We will try our best to reduce the risk of the custom duties.
  b.Please check with your country's customs office to determine what these additional costs will be prior to buying.

DataCaciques