This item has closed with no items sold
View the relisted Item
View other items offered by szulou4840

Similar products

5Pcs 3.5-5.5V Standard Passive Buzzer Module 5Pcs 3.5-5.5V Standard Passive Buzzer Module 5Pcs 3.5-5.5V Standard Passive Buzzer Module
5Pcs 3.5-5.5V Standard Passive Buzzer Module 5Pcs 3.5-5.5V Standard Passive Buzzer Module 5Pcs 3.5-5.5V Standard Passive Buzzer Module
Closed

5Pcs 3.5-5.5V Standard Passive Buzzer Module

New 20 were available
R398.00
Shipping
R35.00 Standard shipping using one of our trusted couriers applies to most areas in South Africa. Some areas may attract a R30.00 surcharge. This will be calculated at checkout if applicable.
Check my rate
The seller has indicated that they will usually have this item ready to ship within 12 business days. Shipping time depends on your delivery address. The most accurate delivery time will be calculated at checkout, but in general, the following shipping times apply:
 
Standard Delivery
Main centres:  1-3 business days
Regional areas: 3-4 business days
Remote areas: 3-5 business days
Buyer protection
Returns
Replacement Guarantee: 7 Days: We stand by this guarantee
Get it now, pay later

Product details

Condition
New
Location
International
Bob Shop ID
660063202
Specification:

Working voltage: 3.5-5.5V
Working current: <25mA
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:

5 x Standard Passive Buzzer Module

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.






, ,