Skip to Content

Buzzer Active Module

The Active Buzzer Module is a compact sound-alert module designed to generate audible notifications in electronic and embedded projects. The module uses an S8550 transistor to control the buzzer and provides a simple interface that can be driven directly from a microcontroller digital output. With an operating voltage range of 3.3V to 5V, the module is suitable for popular development platforms including Arduino and other 3.3V or 5V microcontrollers. Its small PCB, mounting holes, and simple three-pin interface make it convenient for alarms, security systems, notification devices, and sound-feedback applications.

Package Includes

  • 1 × Active Buzzer Module with S8550 Transistor
Active Buzzer
12.00 AED 12.00 AED (Tax included)

Terms and Conditions
30-day money-back guarantee
Shipping: 2-3 Business Days

 

Features

  • Active buzzer module for simple ON/OFF sound generation.
  • Uses an S8550 transistor for buzzer control.
  • Operates from 3.3V to 5V.
  • Compatible with both 3.3V and 5V microcontroller systems.
  • Can be controlled using a standard digital output signal.
  • Compact PCB design measuring approximately 3.3 cm × 1.3 cm.
  • Pre-drilled mounting holes for convenient installation.
  • Simple three-pin interface for easy wiring.
  • Suitable for alarms, notifications, security systems, and sound-feedback applications.

Principle of Operation

An active buzzer contains an internal oscillator that generates the required audio signal. Therefore, unlike a passive buzzer, it does not require an externally generated frequency signal to produce a tone.

What is the working principle of the buzzer? - Quisure

The microcontroller controls the module through its IN signal pin. When the control signal activates the S8550 transistor, current flows through the buzzer and the internal oscillator produces an audible tone. When the control signal is deactivated, the buzzer stops producing sound. This makes the module particularly convenient for simple audible alerts where only ON/OFF control is required.

Applications

  • Arduino alarm projects
  • Security and warning systems
  • Notification and alert systems
  • Microcontroller sound indicators
  • IoT device notifications
  • Robotics projects
  • Access-control systems
  • Electronic equipment status indicators
  • Educational electronics projects
  • DIY embedded systems

Pinout

Buy Active Buzzer Module by ADIY - 5 volt buzzer module

Pin Label Function
1 VCC Positive power supply, 3.3V–5V
2 GND Ground connection
3 IN Digital control signal input

Wiring

The module can be controlled directly from a suitable Arduino digital output. Connect the power and ground pins to the Arduino, then connect the IN pin to a digital output such as D8.

Lesson 32: Passive Buzzer Module — SunFounder Universal Maker Sensor Kit  documentation

Buzzer Module Arduino Connection
VCC Arduino 5V or 3.3V
GND Arduino GND
IN Arduino Digital Pin D8

Set the Arduino output pin HIGH to activate the buzzer and LOW to deactivate it.

Arduino Example

int buzzer = 8;

void setup() {
pinMode(buzzer, OUTPUT);
}

void loop() {
digitalWrite(buzzer, HIGH);
delay(500);

digitalWrite(buzzer, LOW);
delay(500);
}

Specifications

Product Name Active Buzzer Module
Buzzer Type Active Buzzer
Transistor S8550
Working Voltage 3.3V–5V DC
Control Method Digital ON/OFF signal
Interface 3-pin header: VCC, GND, IN
PCB Dimensions Approximately 3.3 × 1.3 cm