





- Stock: 44
- Brand: OEM
- Reward Points: 1
- Model: Passive Buzzer
- Product Code: 6034
- Warranty: няма
This passive buzzer module is your tool for adding sound and melodies to electronic creations! Unlike active buzzers that emit only a single fixed tone, this passive module is fully controlled by a microcontroller (like Arduino) via a PWM signal. This gives you full creative control – you can generate different pitches, program entire tunes, or create custom sound alerts for alarms and notifications. With its compact size and operating voltage of 3.3V - 5V, it is the perfect choice for educational projects, smart gadgets, toys, or any interactive system that needs to "speak up".
The module is ready to use – it often includes a built-in current-limiting resistor and can be easily connected with jumper wires to your board.
Key Specifications:
Type: Passive Buzzer (no internal oscillator)
Operating Voltage: 3.5V - 5.5V
Operating Current: < 25 mA
Control: Via external PWM signal (square wave)
Recommended Driving Frequency Range: 2 kHz – 5 kHz
Module (PCB) Dimensions: 18.5 mm (L) x 15 mm (W)
Compatibility: Arduino, Raspberry Pi, ESP8266/ESP32 and other microcontrollers.
Specification:
Working voltage: 3.5-5.5V
Working current: <25mA
PCB Dimension
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
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
}
}
}
- Доставка до адрес: €5.00
- Доставка до офис на Еконт: €4.50
- Доставка до офис на Спиди: €3.50
- Доставка до автомат на Спиди: €2.50
- Доставка до BOXNOW: €2.00
- За фиксиран час се добавя €2.00
- Безплатна доставка при поръчка над €100.00
Всички поръчки се изпращат с застраховка и преглед. Моля при получаването на продукта да го прегледате пред куриера за евентуални наранявания при превоза.
Стоката се изпраща до 2 работни дни след направената поръчка. Имате право да върнете стоката в 14 дневен период, като цената на доставката при връщането е за ваша сметка.







-1-190x190.jpg)

