Microphone Voice Sound Sensor Detection Module Arduino AVR PIC Analog
The Microphone Voice Sound Sensor Detection Module Arduino AVR PIC Analog is a premium quality decor essential, designed for dependable everyday performance and lasting value.
is_customized: Yes
semi_Choice: yes
For sound detection module has two outputs:
1. AO, analog output, real-time output voltage signal of the microphone
2. DO, when the sound intensity reaches a certain threshold, the output high and low signal
Module features:
1. there is a mounting screw hole 3mm
2. the use 5v DC power supply
3. with analog output
4. there are threshold level output flip
5. high sensitive microphone and high sensitivity.
6. a power indicator light
7. the comparator output is light
Digital Output:
int Led=13;//define LED interface
int buttonpin=3 //Define D0 Sensor Interface
int val;//define numeric variables val
void setup()
{
pinMode(Led,OUTPUT);// Define LED as output interface
pinMode(buttonpin,INPUT);//Define D0 Sensor as output Interface
}
void loop()
{
val=digitalRead(buttonpin);//digital interface will be assigned a value of 3 to read val
if(val==HIGH)//When the light sensor detects a signal is interrupted, LED flashes
{
digitalWrite(Led,HIGH)
}
else
{
digitalWrite(Led,LOW)
}
}
2.Analog Output:
int sensorPin = A5; // select the input pin for the potentiometer
int ledPin = 13; // select the pin for the LED
int sensorValue = 0; // variable to store the value coming from the sensor
void setup() {
pinMode(ledPin, OUTPUT);
Serial.begin(9600);
}
void loop() {
sensorValue = analogRead(sensorPin);
digitalWrite(ledPin, HIGH);
delay(sensorValue);
digitalWrite(ledPin, LOW);
delay(sensorValue);
Serial.println(sensorValue, DEC);
}
Microphone Voice Sound Sensor Module For Arduino
This is microphone voice sound sensor module for Arduino
Model: KY-038
Adopt LM393 main chip
Electric condenser microphone
Features Single channel signal output
Low level output signal used for sound control light
Great module for sound alarm system
Working voltage: For DC 4-6V
Interface definition:
AO: analog output sensor
GND: ground
VCC: Power supply input range: 3V-24V.
DO: Digital Output (comparator output)
Two red LED indication: POWER and SENSOR. POWER: Power is off. SENSOR:
When the microphone senses sound reaches a certain value, this LED light.
Package included:
1 x Voice sound sensor module
Choose from 6 color options (1PCS ky-037, 1PCS ky-038, 10PCS ky-038F, 10PCS ky-037, 5PCS ky-038, 5PCS ky-037).
Each order includes SMD.
Shop the Microphone Voice Sound Sensor Detection Module Arduino AVR PIC Analog today — your go-to decor pick for microphone, voice, sound, sensor and more.
You may also like: Hard Shell Carrying Storage Travel Case Bag ROMOSS, 652F 12 Fan Dustproof Cover Dust Filter Easy Clean Cooling and Protective Case Anti-scratch Cover Sleeve Samsung T7 Touch.
Frequently Asked Questions
Q: What is the Microphone Voice Sound Sensor Detection Module Arduino AVR?
A: The Microphone Voice Sound Sensor Detection Module Arduino AVR is a quality decor pick. AO, analog output, real-time output voltage signal of the microphone 2.
Q: How do I use the Microphone Voice Sound Sensor Detection Module Arduino AVR?
A: The Microphone Voice Sound Sensor Detection Module Arduino AVR is ready to use right out of the box and makes an easy addition to your decor lineup.
Q: Why choose the Microphone Voice Sound Sensor Detection Module Arduino AVR?
A: The Microphone Voice Sound Sensor Detection Module Arduino AVR stands out in our decor range — DO, when the sound intensity reaches a certain threshold, the output high and low signal Module features: 1.