Home » Shop » KY-006 Passive Buzzer High Level Module
KY-012 Active Buzzer Module-01
KY-012 Active Buzzer Module Original price was: ₹89.00.Current price is: ₹25.00. (Excl. 18% GST)
Back to products
KY-009 SMD 3 Color LED Module-01
KY-009 SMD 3 Color LED Module Original price was: ₹72.21.Current price is: ₹32.00. (Excl. 18% GST)

KY-006 Passive Buzzer High Level Module

Original price was: ₹59.80.Current price is: ₹25.00. (Excl. 18% GST)

Price (Excl. GST): 25.00

Price (Incl. GST): 29.50

  •  Working Voltage -1.5V-15V DC, Passive Buzzer outputs 1.5-2.5kHZ audio signal when powered
  • Works perfect with flight controller project
  • Super Loud Passive Alarm Buzzer Beeper Tracker Module
  • Good for learning basic knowledge about sensors
  • It is extremely easy fancier to control and use these modules
Weight 3 g
Dimensions 26 × 15 × 11 mm
Add 999.00 to cart and get free shipping!

30 in stock

28BYJ-48 5V 4-Phase Stepper Step Motor 28BYJ-48-1
Original price was: ₹200.00.Current price is: ₹74.00. (Excl. 18% GST)
KY-034 7 Color Flashing- LED Module-01
Original price was: ₹140.00.Current price is: ₹23.00. (Excl. 18% GST)
RTC DS1307 24C32 Real Time Clock Module with CR2032 Battery-1
Original price was: ₹199.00.Current price is: ₹47.00. (Excl. 18% GST)
0 People watching this product now!
Check Estimated Delivery Date:
SKU: COMP0011 Category: Tag: Brand:

Please note that the product information provided on our website may not be entirely accurate as it is collected from various sources on the web. While we strive to provide the most up-to-date information possible, we cannot guarantee its accuracy. We recommend that you always read the product labels, warnings, and directions before using any product. Product Images are shown for illustrative purposes only and may differ from the actual product.

Description

A KY-006  passive buzzer module is a digital transducer with a built-in DC power supply. It is commonly used in various devices like computers, printers, copiers, alarms, electronic toys, car electronics, phones, timers, and other projects that need alert sounds.

This module mounts easily on a PCB and produces different sound tones based on the input frequency. It can generate tones from 1.5 to 2.5 kHz by switching on and off at various frequencies, which can be controlled using delays or pulse width modulation (PWM).

Perfect for adding sound effects to your projects, this module is compatible with a 2.54mm pin pitch and works well with microcontrollers such as Arduino. To activate the buzzer, simply apply a square wave to the I/O pin, which most microcontrollers can generate. This flexibility enables you to create buzzer sounds across a range of frequencies for diverse applications.

Features:

  1. Operating Voltage : 1.5 ~ 15V DC
  2. Working Current: Less than 25mA
  3. Material: Plastic
  4. Tone Generation Range : 1.5 ~ 2.5kHz
  5. Dimensions (LxWxH):  26 x 15 x 11 mm
  6. Colour: Black
  7. Weight: 3g

Example Code:

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); 
}

Package Includes:

  • 1 x KY-006 Passive Buzzer High Level Module

Leave a Reply

Your email address will not be published. Required fields are marked *

  • Rating

PROS

+
Add Pros

Cons

+
Add Cons
Choose Image
Choose Video

You have to be logged in to be able to add photos to your review.