Features
- Generates sound using digital or PWM control
- Supports adjustable frequency for different tones
- Operates with 3.3V and 5V logic levels
- Compact design for easy integration
- Compatible with Arduino and other microcontrollers
Pinout
- VCC Power supply input 3.3V to 5V
- GND Ground connection
- SIG Digital or PWM signal input
Applications
- Alarm and warning systems
- Audio feedback for user interfaces
- Timers and reminder devices
- Educational electronics projects
- Status indication and notifications
Arduino Test Code
int buzzerPin = 8;
void setup() {
pinMode(buzzerPin, OUTPUT);
}
void loop() {
tone(buzzerPin, 1000);
delay(500);
noTone(buzzerPin);
delay(500);
}
Technical Details
- Operating voltage 3.3V to 5V
- Control signal Digital or PWM
- Sound output Single tone buzzer
- Compatible with Arduino and similar boards
- Low power consumption
Features
- Generates sound using digital or PWM control
- Supports adjustable frequency for different tones
- Operates with 3.3V and 5V logic levels
- Compact design for easy integration
- Compatible with Arduino and other microcontrollers
Pinout
- VCC Power supply input 3.3V to 5V
- GND Ground connection
- SIG Digital or PWM signal input
Applications
- Alarm and warning systems
- Audio feedback for user interfaces
- Timers and reminder devices
- Educational electronics projects
- Status indication and notifications
Arduino Test Code
int buzzerPin = 8;
void setup() {
pinMode(buzzerPin, OUTPUT);
}
void loop() {
tone(buzzerPin, 1000);
delay(500);
noTone(buzzerPin);
delay(500);
}
Technical Details
- Operating voltage 3.3V to 5V
- Control signal Digital or PWM
- Sound output Single tone buzzer
- Compatible with Arduino and similar boards
- Low power consumption