Piezo Transducer Module Arduino Compatible
ARD2-2206
$3.95
QTY | Price |
---|---|
1 | $3.95 |
Description
This piezo transducer module is perfect for interactive Arduino projects, allowing your project to have audible feedback. The main advantage of a piezo transducer is its ability to produce sound at different tones and frequencies.
Test Code
int buzzer = 8; // setting controls the digital IO foot buzzer
void setup() {
pinMode(buzzer, OUTPUT); // set the digital IO pin mode, OUTPUT out of Wen
}
void loop() {
unsigned char i, j; // define variables
while (1) {
for (i = 0 ; i < 80; i++) { // Wen a frequency sound
digitalWrite(buzzer, HIGH); // send voice
delay(1); // Delay 1ms
digitalWrite(buzzer, LOW); // do not send voice
delay(1); // delay ms
}
for(i = 0; i < 100; i++) { // Wen Qie out another frequency sound
digitalWrite(buzzer, HIGH); // send voice
delay(2); // delay 2ms
digitalWrite(buzzer, LOW); // do not send voice.
delay(2); // delay 2ms
}
}
}
Features
- Audible feedback for Arduino projects
- Play sound at different frequencies like a speaker
Specifications
Operating from
Pulsed DC or PWM signal
Board Colour
Black
Material
PCB
Rated Voltage (V0-p)
1.5
Operating Voltage (V0-p)
1~2
Resonant Frequency (Hz)
2000
Frequency Range (Hz)
500-4000
Dimensions
Length (mm)
25
Width (mm)
15
Height (mm)
10
Resources
You Might Also Like
All prices are in Australian Dollars and include GST. GST will be removed from your order if you are ordering from outside Australia.
Products may differ from pictured.
All trademarks and trade names are the properties of their respective owners. Wiltronics disclaims any proprietary interest in trademarks and trade names other than its own.