2.19 Sound Sensor Module
2.19 Sound Sensor Module
2.19 Sound Sensor Module
Sou
nd Sensor
M odule
Overview
In this lesson, you will learn how to use a sound sensor module. This module has two outputs:
To make sure the microphone can detect your voice normally, please try to change its sensitivity
by turning the blue precise potentiometer on the module. Given to its preciseness, you need to turn
10 times 360 degrees the potentiometer to start seeing some change.
Component Required:
1.AO:analog output ①
(1) x Elegoo Uno R3 2.GND:groundDC
3.VCC:3.3V-5V
②
③
4.DO:digital output ④
(1) x Sound sensor module
Component Introduction
Sound sensor:
The sound sensor module provides an easy way to detect sound and is generally used for detecting
sound intensity. This module can be used for security, switch, and monitoring applications. Its accuracy
can be easily adjusted for the convenience of usage. It uses a microphone which supplies the input to an
amplifier, peak detector and buffer. When the sensor detects a sound, it processes an output signal
voltage which is sent to a microcontroller then performs necessary processing.
2
3
+
2
2
1
1 2
1 3
5V
5
+
-
6
Arduino
Uno
(Rev3)
Connection Schematic
Wiring diagram
Code
After wiring, please open the program in the code folder Sound_Sensor_Example and click UPLOAD to
upload the program.
See Lesson 5 in part 1 for details about program uploading if there are any errors.
Please note that you need to spin the screw counterclockwise by a screwdriver until the
LED 2 goes out, and then use the screwdriver to adjust the 10K potentiometer.
Open the display, and you can see the following data:
click the "serial port" button to open the serial port.
The basic knowledge of serial port will be introduced in
detail in Lesson 4 of Part Two: