
1 / 2 · Click to enlarge
The PCB Mounted Passive Buzzer Module is a value-for-money piezo buzzer module designed for everyday users. It features Model No. / Name: Passive Buzzer Module and Operating Voltage (VDC): 1.5 to 15.
Available Offers
Free Delivery on this order. No minimum order value.
15-Day Easy Returns — hassle-free return & full refund.
Secure Payment — 100% safe checkout with UPI, Cards & Net Banking.
Available Offers
5% Cashback
Pay with UPI & get 5% cashback (up to ₹50) via Razorpay
No-Cost EMI
Available on select bank cards at checkout. 0% interest for 3 months.
Free Shipping
Free delivery on all orders. No minimum order value.
Cash on Delivery
COD available on orders up to ₹5,000 across India.
Quick Specs
Ideal For
About This Product
The PCB Mounted Passive Buzzer Module is a value-for-money piezo buzzer module designed for everyday users. It delivers reliable performance at an accessible price.
Key Specifications
- Model No. / Name: Passive Buzzer Module
- Operating Voltage (VDC): 1.5 to 15 — works with standard household power
- Max. Operating Current (A): 25
- Tone Generator: 1.5 ~ 2.5 Generation Range (kHz) — reliable connection even at a distance
- Length (mm): 15
- Width (mm): 19.7
- Weight (g): 1 (approx)
- Shipping Weight: 0.01 kg
Why Buy from Pricio?
Pricio sources this product directly, cutting out multiple middlemen. Every order includes free shipping, a 15-day return policy, and secure payment via Razorpay.
Passive Buzzer Module is a built-in construction of digital transducers, DC energy provides, extensively utilized in computer systems, printers, copiers, alarms, digital toys, car digital apparatus, phones, timers and different digital electronics projects for Alert sound.
This PCB Mounted Passive Buzzer Module can produce a range of sound tones depending on the input frequency, i.e it can generate tones between 1.5 to 2.5 kHz by switching it on and off at different frequencies either using delays or PWM.
The following Arduino Sample sketch will generate two different tones by turning on and off the buzzer at different frequencies using a delay.
int buzzer = 8; // set the buzzer control digital IO pin
void setup() {
pinMode(buzzer, OUTPUT); // set pin 8 as output
}
void loop() {
for (int i = 0; i < 80; i++) {
digitalWrite(buzzer, HIGH); // make a sound
delay(1); // send high signal to buzzer
digitalWrite(buzzer, LOW); // delay 1ms
delay(1); // send low signal to buzzer
}
delay(50);
for (int j = 0; j < 100; j++) {
digitalWrite(buzzer, HIGH); //make another sound
delay(2);
digitalWrite(buzzer, LOW); // delay 2ms
delay(2);
}
delay(100);
}
Connection Diagram:
Connections:
- Arduino: Buzzer
- GND: (minus sign)
- Center pin: No connection
- Any digital pin: S
Specifications and Features:
- Operating Voltage : 1.5 ~ 15V DC
- Working Current: Less than 25mA
- Material: Plastic
- Tone Generation Range : 1.5 ~ 2.5kHz
- Dimensions (LxWxH): 26 x 15 x 11 mm
- Colour: Black
- Weight: 3g









