- Description
-
Details
Product Description:
Microphone Sensor High Sensitivity Sound Detection Module For Arduino AVR PIC
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 signalModule 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 as interface
int buttonpin=3 //Define D0 Sensor as 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 sensorvoid 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);
}Package included:
1 x Microphone Sensor High Sensitivity Sound Detection Module - Reviews
-
People who viewed this product also viewed
-
88-108MHz FM Frequency Modulation Wireless Microphone Module DIY Kits Transmitter Board DC 3-6V
PKR 290.00Out of stock
-
GPRS SIM900 to Neoway M590 GSM SMS GPRS communication flip card slot replace for Arduino
Regular Price: PKR 650.00
Special Price PKR 590.00
-
1.3 inch IPS HD TFT ST7789 IC unit 240*240 SPI communication 3.3V voltage SPI interface full color LCD OLED display
PKR 570.00Out of stock
-
6x2.2mm HQ microphone condenser mic transducer
PKR 30.00 As low as: PKR 25.00Out of stock
-
W1209 heating element for incubator hair dryer accessories curling iron heater 90℃ degrees Celsius 12V air heater
PKR 550.00 -
3W 3.7V 1000mA 300LM LED COB light module for bike DIY Work lamp
PKR 30.00 As low as: PKR 25.00