1. Sound Sensor Manual

1.1 Sound Sensor Description

1.1.1 Sensor Introduction

This sound Sensor is designed for external volume detection. This sensor features a wide range of applications, suitable for use in voice-controlled robots, switches, alarms, and similar devices.

1.1.2 Working Principle

The sensor is constituted of a microphone and LM358 chip. Its working principle is to convert sound vibrations at the microphone into electrical signal output. The microphone capsule can be used as a condenser electric microphone. Sound waves cause the electric film inside the microphone to vibrate, resulting in a change in capacitance and a corresponding change in tiny voltage. And the tiny voltage passes through an amplification circuit designed with the LM358 chip, then is converted to a 0–5 V signal and received by the data acquisition device via A/D conversion.

1.2 Notice

  1. Do not exceed the rated voltage range during use.

  2. If the detected sound is too small, it may affect the output signal of the sensor.

1.3 Specifications

For more information, you may refer to Sound sensor schematic

1.3.1 Pin Instruction

Pin Instruction
5V Power Input
GND Ground
ADC The sensor output pin outputs an analog level, which indicates the detected sound intensity. The range is 0~1023 (10-bit ADC). The greater the sound intensity, the larger the value.
NC None

1.3.2 Specifications

Sound Sensor

Parameter

Specification

Power Supply

DC 5V

Operating Current

5mA

Microphone Type

Electret Condenser

Indicator Light (PWR) Description

The PWR LED lights up when powered.

LED1

Lights up when sound is detected

Connector Type

5264-4AW

Product Dimensions

50mmx20mm

Modular installation, compatible with Lego series.

1.4 Project Outcome

You can refer to the case tutorials and programs for different platforms in the same directory as this tutorial. This section will demonstrate the testing effect using Arduino IDE as an example.

When you speak into the microphone of the sound sensor and the sensor detects the sound signal, LED1 on the sensor lights up. The louder the voice, the larger the value displayed on the serial monitor.