Sound Sensor Module Using LM393

Are you looking to make your own DIY Sound Sensor Module for hobby electronics? Well, you are in the right place. Today we will learn how to make it and its working principle in detail.

A sound sensor module is a cheap sensor that is able to detect sound waves travelling through the air medium. It can measure the intensity of the sound and convert it to an electrical Analog signal. So we can read it through a sensing circuit specifically using a microcontroller. In this project, you will learn how to make this sound sensor module using LM393 op-amp and later we will simply interface it with Arduino in another article.

A proper good sensor is very useful for dynamic control in home automations. As an example, if you just clap or anyone knocks on the door, the lights of the room turn on or off depending on the previous input state. In this project, we are going to build such type of sound sensor switch with LM393 IC.

Project

Sound Sensor

Circuit Diagram

Sound Sensor Circuit Diagram

Components Required

  • LM393 Dual-Voltage Comparator
  • Condenser Mic
  • BC547 NPN Transistor
  • 10KΩ Potentiometer
  • 1KΩ Resistor (x3)
  • 10KΩ Resistor (x2)
  • 51KΩ Resistor
  • 510KΩ resistor
  • 100nF Capacitor (x3)
  • +5V DC Power Supply
  • LED
  • Connection Wires
  • Veroboard

PCB Design

After designing the schematic diagram of the Sound Sensor Module, the assembled components and wiring are too clumsy and look unprofessional. In fact, the wiring also has a chance of loose connection. To give it a clean and professional look I decided to build its PCB prototype using EasyEDA software as it is so simple to use. Now come to the main part, where we need to order our PCB prototype. I always prefer PCBWay for their quality assurance, fastest delivery and also for 24/7 customer support.

PCB View

Sound Sensor Circuit 2D View
2D View
Sound Sensor Circuit 3D View

Why I Choose PCBWay as My First Preference?

I’ve done several runs with PCBWay and am happy with the results, it’s good quality. The etching, solder mask, and hole sizes are all done well and that is what matters to me. It takes a few hours for a design to get approved and then a couple of days to finish and ship. With more than a decade in the field of PCB prototypes and fabrication, PCBWay has proved its assurance from time to time. They always look at the customer’s needs from different regions in terms of quality, on-time delivery, cost-effectiveness and any other demanding requests.

PCBWay Gold Finish
PCBWay Thickness

These PCBs were manufactured by PCBWay and the finish quality really impressive, especially with the gold finish path. If you want to finish your product faster you could also ask PCBWay to make a panelized order where you receive multiple PCBs in a single panel. Together with this, you will also receive SMT Stencil from PCBWay which will save you time and effort. All the orders are high quality and could select a lot of settings such as thickness, flexible PCB, the colour of the solder masks, the number of layers, material, surface finish and more.

What is an LM393 IC?

The LM393 is a dual-independent accuracy voltage comparator IC. It can be run as well as using a single power supply or dual power supply. The maximum limit for a single power supply is 2V to 36V and for a dual power supply, it is about 1V to 18V. LM393 comprises two independent voltage comparators.

Sound Sensor Pinout

Pin NameDescription
VCCThis is the positive power supply pin.
GNDDirectly connected to the ground.
OutDigital Output.

There are many types of sound sensor modules present in the market using different ICs like LM324, LM393, LM344 etc. We are using LM393 for this project. So we explain the circuit diagram of LM393. There is a total of 8 pins. Most of the LM393-based sensors have only a digital out pin. When the sensor detects high or low on a certain level, the output of the sensor will be low or high.

This module can work between 3.3V to 5V power supply on the VCC pin. The low output indicates by the ‘Out’ pin means the sensor detects no sound and high output means the sensor detects sound. The D0 pin gives us digital reading directly from the sound sensor.

Specification

  • The maximum range of operating voltage is 3.6V.
  • Maximum operating current is 4mA to 5mA approximately.
  • The voltage gain is 26dB (V=6V, f=1kHz).
  • The sensitivity of the microphone (for 1kHz) is 52dB to 48 dB.
  • The impedance of the microphone is 2.2KΩ.
  • The frequency of the microphone is 16kHz to 20kHz.
  • Signal to noise ratio is 54dB.

How Does the Sound Sensor Module Work?

The working principle of the sound sensor module is very simple like human ears. The main part of this module is a condenser microphone. The microphone gives out an Analog signal and the op-amp processed it. Now we get a digital signal from the op-amp.

There are many types of microphones, like carbon mics, fibre mics, laser mics, etc. In this module, we use a condenser microphone. A condenser microphone consists of two charged metal plates. The first one is called the diaphragm, the sound waves hit this part. The second one is the back plate of the microphone. This structure forms a capacitor. When a sound wave hits the diaphragm it vibrates and the distance between the two plates changes. This process produces an electrical signal and this signal is processed by the LM393 op-amp.

Features of Sound Sensor Module

  • These sensors are very simple to use.
  • It gives Analog and Digital output signals.
  • Can contain any type of Analog signal in its input area.

Applications of Sound Sensor Module

  • Security system for office or home
  • Spy circuit
  • Home automation
  • Robotics application
  • Ambient sound recognition
  • Audio amplifier
  • Sound level recognition

Leave a Comment