AD16-22SM - LED Active Buzzer Beep Alarm - Flash Signal Indicator Light - AC DC 22mm (24V, Yellow)

AD16-22SM - LED Active Buzzer Beep Alarm - Flash Signal Indicator Light - AC DC 22mm (24V, Yellow)

5PCS Waterproof Protection Cap - Clear Silicone - for 20mm Diameter Rocker Switch ON-Off SPST Switch

5PCS Waterproof Protection Cap - Clear Silicone - for 20mm Diameter Rocker Switch ON-Off SPST Switch

Passive Speaker piezoelectric Buzzer Module with PCB and Protection - for Arduino and Raspberry pi

₹112.00
In stock
SKU
AR100-PAS-BUZ-W-PROT
  • Buy 100 for ₹69.00 each and save 39%
  • Buy 1000 for ₹62.00 each and save 45%

This module consists of a passive piezo buzzer and 3 male header pins. You can use it generate tones between 1.5 to 2.5kHz by switching it on and off repeatedly at different frequencies either using delays or PWM.

Product description:

  • Operating voltage 3.3V-5V

  • Tone Generation Range 1.5kHz ~ 2.5kHz

  • With a fixed bolt hole for easy installation

  • Small PCB board size: 3.2cm * 1.3cm

When the I / O port input high, the buzzer sounds Module

Interface Description (3-wire):

1.VCC external 3.3V-5V voltage (5v microcontroller can be directly connected

2.to the microcontroller and 3.3v) External GND GND

3.I / O external microcontroller IO port

ARDUINO CODE

The following Arduino sketch will generate two different tones by rapidly 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 < 100;
i++) { // make a sound digitalWrite(buzzer, HIGH);
// send high signal to buzzer delay(1);
// delay 1ms digitalWrite(buzzer, LOW);
// send low signal to buzzer delay(1);
} delay(50);
for (int j = 0;
j < 100;
j++) { //make another sound digitalWrite(buzzer, HIGH);
delay(2);
// delay 2ms digitalWrite(buzzer, LOW);
delay(2);
} delay(500);
}

More Information
Subtitle N/A
UPC/EAN 4604046158785
M.R.P ₹300.00
Count 1
Brand Name CentIoT
Model AR100-PAS-BUZ-W-PROT
Whoesale Available
Supply Voltage N/A
Output Voltage N/A
Color N/A
Dimension N/A
Write Your Own Review
Only registered users can write reviews. Please Sign in or create an account

No Related Posts