Microphone Sensor Module
₨ 200 Original price was: ₨ 200.₨ 150Current price is: ₨ 150.
- High Sensitivity Sound Microphone Sensor Detection Module
- The module has two outputs
- AO, analog output, real-time output voltage signal of the microphone
- DO, when the sound intensity reaches a certain threshold, the output high and low signal
- Working Voltage: 5V
| Weight | 0.5 kg |
|---|
50 in stock
CompareMicrophone Sensor Module in Pakistan
LM393 Sound Detection Microphone Sensor Module for Arduino detects whether the sound has exceeded a threshold value. The sound is detected via microphone and fed into an LM393 op-amp. The sound level setpoint is adjusted via an onboard potentiometer. When the sound level exceeds the setpoint, an LED on the module is illuminated and the output is sent low.
Specifications and Features :
- Working voltage: DC 3.3-5V.
- Dimensions: 36.5 x 17 x 10 (LxWxH)mm.
- Signal output indication.
- The output is digital.
- Single-channel signal output.
- With the retaining bolt hole, convenient installation.
- Output low level and the signal light when there is sound.
- Weight: 4 gm.
Note: This sensor only recognizes the availability of sound cannot identify the size of the sound or the specific frequencies of sound.
Attachments :
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 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);
}
Package Includes :
1 x LM393 Sound Detection Sensor Module.
Best Online Shopping website for electronic Components & WIFI wireless module Transceiver Board in cheap price in Karachi, Lahore, Islamabad, Rawalpindi, Peshawar, Multan, Quetta, Faisalabad, and all over Pakistan By Pakluck. For more info. Contact or WhatsApp
MAECENAS IACULIS
Vestibulum curae torquent diam diam commodo parturient penatibus nunc dui adipiscing convallis bulum parturient suspendisse parturient a.Parturient in parturient scelerisque nibh lectus quam a natoque adipiscing a vestibulum hendrerit et pharetra fames nunc natoque dui.
ADIPISCING CONVALLIS BULUM
- Vestibulum penatibus nunc dui adipiscing convallis bulum parturient suspendisse.
- Abitur parturient praesent lectus quam a natoque adipiscing a vestibulum hendre.
- Diam parturient dictumst parturient scelerisque nibh lectus.
Scelerisque adipiscing bibendum sem vestibulum et in a a a purus lectus faucibus lobortis tincidunt purus lectus nisl class eros.Condimentum a et ullamcorper dictumst mus et tristique elementum nam inceptos hac parturient scelerisque vestibulum amet elit ut volutpat.

Reviews
There are no reviews yet.