Passive Speaker Buzzer Module with PCB for Arduino and Raspberry pi

Passive Speaker Buzzer Module with PCB for Arduino and Raspberry pi

Active Speaker Piezo electric Buzzer Module with PCB for Arduino and Raspberry pi

₹60.00
In stock
SKU
AR086-5V-ACT-BUZZ-PCB
  • Buy 100 for ₹38.00 each and save 37%
  • Buy 1000 for ₹34.00 each and save 44%

Active Buzzer module produces a single-tone sound when it receives a high signal

Compatible with popular microcontrolers like Arduino, Raspberry Pi and ESP32

This module consists of an active piezoelectric buzzer and 3 male header pins. It generates a sound of aproximately 2.5kHz when the signal is high.

Operating Voltage 3.5V ~ 5.5V
Maximum Current 30mA / 5VDC
Resonance Frequency 2500Hz ± 300Hz 
Minimum Sound Output 85Db @ 10cm
Working Temperature -20°C ~ 70°C [-4°F ~ 158°F] 
Storage Temperature -30°C ~ 105°C [-22°F ~ 221°F]
Board Dimensions 18.5mm x 15mm [0.728in x 0.591in]

CONNECTION DIAGRAM

Connect signal (S) to pin 8 on the Arduino and Ground (-) to GND. The middle pin is not used.

Some boards migh have different pin arrangement, please check your connections before using this module.

KY-012Arduino
S Pin 8
middle
GND

ARDUINO CODE

The following Arduino Sketch will continually turn the buzzer on and off generating a series of short high-pitched beeps.

int buzzerPin = 8; void setup () { pinMode (buzzerPin, OUTPUT); } void loop () { digitalWrite (buzzerPin, HIGH); delay (500); digitalWrite (buzzerPin, LOW); delay (500); } 

More Information
Subtitle N/A
UPC/EAN 4604046160412
M.R.P ₹240.00
Count 1
Brand Name CentIoT
Model AR086-5V-ACT-BUZZ-PCB
Whoesale Available
Supply Voltage N/A
Output Voltage N/A
Color N/A
Dimension 2 x 1 x 1 cm
Write Your Own Review
Only registered users can write reviews. Please Sign in or create an account

No Related Posts