MASSIVE SAVINGS JUST FOR YOU!
VIEW DEALS

High Sensitivity Sound Microphone Sensor Detection Module KY-037



This is a high sensitivity sound detection module. It has two outputs, one for analog output and one for digital output. The analog output is used to measure the sound intensity and the digital output is used to indicate when the sound intensity reaches a certain threshold. The module also has a mounting screw hole and a power indicator light. more details
Key Features:
  • Two outputs: one for analog output and one for digital output
  • Measures sound intensity and indicates when the sound intensity reaches a certain threshold
  • Mounting screw hole and power indicator light


R545.00 from WantItAll.co.za

price history Price history

   BP = Best Price   HP = Highest Price

Current Price: R545.00

loading...

 Comparing 1 offers

Features
Manufacturer Unbranded
Description
This is a high sensitivity sound detection module. It has two outputs, one for analog output and one for digital output. The analog output is used to measure the sound intensity and the digital output is used to indicate when the sound intensity reaches a certain threshold. The module also has a mounting screw hole and a power indicator light.

100% brand new and high quality 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);

}


Sensitivity Sound Detection Module x 1
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.