SACTRATTURARTE.IT ≡ Eagle Designs Confectionery Robotics Apparel Accessories
  • Arduino

  • Microphone Audio & Sound Detection Sensor Module (KY-037)

Microphone Audio & Sound Detection Sensor Module (KY-037)

$33.54 $41.59
The KY-037 microphone audio and sound detection sensor module is a small electronic device that is used to detect sound and convert it into an electrical signal. It consists of a microphone and a signal processing circuit that is used to amplify and filter the signal from the microphone. The output of the module is an electrical voltage that varies in proportion to the intensity of the sound being detected. This type of module is often used in a wide range of electronic projects and applications where it is necessary to detect sound and respond to it in some way. For example, it might be used in a security system to trigger an alarm when it detects a loud noise, or in a music player to start playing music when it detects a clap or other sound. The module is typically connected to a microcontroller or other electronic device, which can interpret the output signal and take appropriate action.     This module is great for Arduino. Use the analog input pin to determine the sound level surrounding the module. It is not suitable to recognise speech. For sound detection module has two outputs:    There is a mounting screw hole 3mm    The use 5v DC power supply    With analog output    High sensitive microphone and high sensitivity.    A power indicator light    The comparator output is light 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)    }    }   Alternative Code:  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);    }
Arduino

Arduino

  • Arduino UNO WiFi R3 (32Mb memory, ATmega328P ESP8266)
    $49.52 $94.09
  • OV7670 300KP VGA Camera Module
    $55.94 $82.23
  • 3-Axis High Precision Compass Magnometer Module (AK8975)
    $66.42 $83.69
  • GPRS with GSM and GPS Shield A7 (SMS, Voice Calls & GPS Location)
    $69.58 $90.45
  • Serial Wifi Transceiver Module (Arduino)
    $38.97 $65.47
  • 3-Axis Compass Magnetometer Module (GY-273 QMC5883L)
    $70.56 $136.18
  • 4x4 Matrix (16 Key) Keypad
    $45.17 $70.02
  • NEO-6M GPS Module
    $65.81 $98.06
  • Mini SIM800L GPRS GSM Module (MicroSIM)
    $50.38 $80.61
  • High Precision Laser Distance Range Finder Module (3.3V-5V, TTL)
    $67.86 $94.33
  • Multi-functional Arduino Learning Shield
    $88.11 $106.61
  • 1000W ZVS Low Voltage Induction Heater (12V-36V, 24V Recommended)
    $38.09 $70.85
  • 128 * 64 LCD Display Panel Screen Module (ST7565)
    $53.17 $70.72
  • Ambient Light Sensor Module (TEMT6000)
    $51.12 $93.04
  • 3x4 Membrane Matrix Array Numeric Keypad
    $30.24 $56.85
  • CC1101 RF1101 Wireless Transceiver Module with SMA Antenna
    $46.4 $57.07

© 2026 - SACTRATTURARTE.IT