From design to manufacturing, we support every stage, including software development, hardware, and CAD design. Our expertise spans scalable IoT solutions, embedded software & microcontroller programming, networks & servers, smart device integration, production automation, hardware-software integration, mobile app development and web services. Whether you need custom IoT systems, connected devices, or specialized development services, we bring your ideas to life!
Leobot Electronics South Africa - Electronic Component Supplier & Development Service Provider
Leobot Electronics Online Shop
R43.00
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);
Serial.println(sensorValue, DEC);
5v DC power supply
Not usable to detect speech; only basic sounds
N/A
Arduino Automated Plant Water ProjectA simple but practical Arduino project to automatically water your plants, showing the usage of a 7-Segment Display, a Soild Moisture Sensor, a Temperature Sensor and a Relay.
Arduino IntroductionIntroducing you to the awesome Arduino!
Simple Arduino RC Car/Robot A guide to construct your own Arduino-based 2 Wheel-Drive Robot
Arduino F.A.Q Arduino Frequently Asked Questions & Answers
LM393 Light Detection Sensor Module (4-pin LM393 LDR Digital & Analog)
R43.53
IR Infrared Obstacle Avoidance Sensor Module
R25.80
Snow & Rain Detection Sensor Module
Speed Sensor/Tacho Sensor (Slot-Type Optocoupler)
TCRT5000 Infrared Line Tracking & Tracing Sensor Module
R34.40
Reed Sensor Module (MagSwitch)
R16.44
3-Axis Compass Magnetometer Module (GY-273 QMC5883L)
R105.84
ADXL345 3-Axis Accelerometer Module
R113.40
Temperature Sensor Module (KY-001 3pin DS18B20)
R68.80
IR Receiver & Flame Detection Module (KY-026)
R15.15
5kg Electronic Scale Sensor (Load Cell 5 to 10V, YZC-131)
R158.76
Soil Moisture (Humidity) Sensor Module
Rotary Encoder Module (KY-040)
Microphone Audio & Sound Detection Sensor Module (KY-037)
Digital Hall Magnetic Sensor Module (KY-035 3pin, 3144233)
R28.38
Get notified when new stock arrives! Simply provide your email address:
Want more stock than we have on-hand? Let us import this product in bulk for you! Bulk Direct Import