{"id":28793,"date":"2020-01-03T17:58:54","date_gmt":"2020-01-03T09:58:54","guid":{"rendered":"\/blog\/?p=28793"},"modified":"2020-01-03T17:58:56","modified_gmt":"2020-01-03T09:58:56","slug":"what-is-a-sound-sensor-uses-arduino-guide-projects","status":"publish","type":"post","link":"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/03\/what-is-a-sound-sensor-uses-arduino-guide-projects\/","title":{"rendered":"What is a sound sensor? &#8211; Uses, Arduino Guide, Projects"},"content":{"rendered":"\n<p>A sound sensor is defined as a module that detects sound waves through its intensity and converting it to electrical signals. But do you know how sound sensor work? What it is used for? and How to pair a sound sensor with Arduino? Fear not, with today&#8217;s guide, I&#8217;ll be answering all of these questions!<\/p>\n\n\n\n<p>In today&#8217;s sound sensor guide, I&#8217;ll be covering:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>How does a sound sensor work?<\/li><li>Sound sensor applications <\/li><li>Sound sensor Arduino tutorial<\/li><li>Sound sensor projects to help you get started<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How does a sound sensor work?<\/strong><\/h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/qph.fs.quoracdn.net\/main-qimg-2712ef391cc47d46de6fb935bb2c04b3\" alt=\"\" width=\"450\" height=\"150\"\/><figcaption><a href=\"https:\/\/www.quora.com\/What-does-sound-sensor-measure\">Sound waves propagating through air molecules<\/a><\/figcaption><\/figure><\/div>\n\n\n\n<p>Sound detection sensor works similarly to our Ears, having diaphragm which converts vibration into signals. However, what&#8217;s different as that a sound sensor consists of an in-built capacitive microphone, peak detector and an amplifier (LM386, LM393, etc.) that&#8217;s highly sensitive to sound. <\/p>\n\n\n\n<p>With these components, it allows for the sensor to work:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Sound waves propagate through air molecules<\/li><li>Such sound waves cause the diaphragm in the microphone to vibrate, resulting in capacitance change<\/li><li>Capacitance change is then amplified and digitalized for processing of sound intensity<\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What is a sound sensor used for? Applications<\/strong><\/h3>\n\n\n\n<p>Apart from building various electronic projects with Arduino (covered in the later section) and more, sound sensors are used in many other day to day applications including:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Consumer electronics such as phones, computers, music systems <\/li><li>Security and Monitoring systems such as burglar alarms, door alarm, etc.<\/li><li>Home automation such as lighting your house by detecting whistle\/clap instead of physically turning the light switch<\/li><li>Ambient sound recognition and sound level recognition<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Introduction to <a href=\"https:\/\/www.seeedstudio.com\/Grove-Sound-Sensor.html?utm_source=blog&amp;utm_medium=blog\">Grove &#8211; Sound sensor module<\/a><\/strong><\/h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/media-cdn.seeedstudio.com\/media\/catalog\/product\/cache\/ab187aaa5f626ad16c8031644cd2de5b\/h\/t\/httpsstatics3.seeedstudio.comseeedimg2017-02fhpnt4qmmyzrtwvb40liimrw.jpg\" alt=\"\" width=\"350\" height=\"263\"\/><\/figure><\/div>\n\n\n\n<p>Before we move on to how to interface a sound sensor with Arduino, let&#8217;s first take a look at the sound sensor module we&#8217;ll be using for the tutorial!<\/p>\n\n\n\n<p>Based on the power amplifier LM386, the Grove &#8211; sound sensor module is a simple, low powered, and highly compatible option suitable to easily kickstart your next sound sensing project!<\/p>\n\n\n\n<p>With a wide voltage range and adjustable output by the potentiometer, it&#8217;s readily capable to detect the sound strength of the environment!<\/p>\n\n\n\n<p><strong>Its features include:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"http:\/\/wiki.seeedstudio.com\/Grove_System\/\">Grove <\/a>compatible interface<ul><li>Seeed&#8217;s own plug and play system, no soldering or jumper wires needed for pairing as compared to other sound sensor breakout boards<\/li><\/ul><\/li><li>Analog output signal<\/li><li>Wide supply voltage range: 4V-12V<br><\/li><li>Low quiescent current drain: 4mA<br><\/li><li>2.0cm x 2.0cm twig module<br><\/li><li>Minimum external parts<\/li><\/ul>\n\n\n\n<p>On top of all these features and benefits, this sound sensor is only priced at $4.90!<\/p>\n\n\n\n<p style=\"background-color:#f7f5dc\" class=\"has-background\">*Note: This sound sensor module is used as a sound detector, to sense whether there&#8217;s surround sound and is not recommended for the collection of sound signals. For sound signal collection, you can consider the <a href=\"https:\/\/www.seeedstudio.com\/Grove-Loudness-Sensor.html\"><strong>Grove &#8211; Loudness sensor<\/strong>\u00a0<\/a>instead!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Sound Sensor Arduino Tutorial<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"Lesson 10 : Sound sensor Grove module.\" width=\"640\" height=\"360\" src=\"https:\/\/www.youtube.com\/embed\/N19VfMYyn60?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><figcaption>Sound Sensor Arduino Video Tutorial <\/figcaption><\/figure>\n\n\n\n<p>Compared to other sound sensors Arduino interfacing tutorial available, this requires no soldering, no breadboards, and no jumper wires. All thanks to our <a href=\"http:\/\/wiki.seeedstudio.com\/Grove_System\/\">Grove system!<\/a><\/p>\n\n\n\n<p>We provide the sound sensor Arduino code alongside it as well! All you need is 5 simple steps to get started.<\/p>\n\n\n\n<p>Don&#8217;t believe it&#8217;s that simple? Let&#8217;s get started and you&#8217;ll witness the simplicity!<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>You may refer to the above video tutorial instead if it offers a better learning experience<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Here&#8217;s what you need:<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-gallery columns-3 is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\"><li class=\"blocks-gallery-item\"><figure><img decoding=\"async\" width=\"210\" height=\"157\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2020\/01\/seeeduino-v4.2.jpg\" alt=\"\" data-id=\"28805\" data-link=\"\/blog\/?attachment_id=28805\" class=\"wp-image-28805\"\/><figcaption><a href=\"http:\/\/www.seeedstudio.com\/Seeeduino-V4.2-p-2517.html?utm_source=blog&amp;utm_medium=blog\">Seeeduino V4.2<\/a><\/figcaption><\/figure><\/li><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" decoding=\"async\" width=\"210\" height=\"157\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2020\/01\/base-shield-1.jpg\" alt=\"\" data-id=\"28806\" data-link=\"\/blog\/?attachment_id=28806\" class=\"wp-image-28806\"\/><figcaption><a href=\"https:\/\/www.seeedstudio.com\/Base-Shield-V2-p-1378.html?utm_source=blog&amp;utm_medium=blog\">Grove &#8211; Base Shield<\/a><\/figcaption><\/figure><\/li><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" decoding=\"async\" width=\"210\" height=\"157\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2020\/01\/grove-sound-sensor.jpg\" alt=\"\" data-id=\"28807\" data-link=\"\/blog\/?attachment_id=28807\" class=\"wp-image-28807\"\/><figcaption><a href=\"http:\/\/www.seeedstudio.com\/Grove-Sound-Sensor-p-752.html?utm_source=blog&amp;utm_medium=blog\">Grove &#8211; Sound Sensor<\/a><\/figcaption><\/figure><\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li>Seeeduino is Seeed&#8217;s very own version of the Arduino Board, made with benefits over the original<ul><li>Arduino Uno can be used as well<\/li><\/ul><\/li><li>Grove Base Shield <ul><li>For easy integration of grove modules<\/li><\/ul><\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Hardware configuration <\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Step 1:<\/strong> Connect Grove &#8211; Sound Sensor to port A0 of the Grove &#8211; Base Shield<ul><li>You can directly connect the Grove &#8211; Sound Sensor to Seeeduino as well as it has integrated grove ports<\/li><\/ul><\/li><li><strong>Step 2:<\/strong> Plug Grove &#8211; Base Shield into Seeeduino<\/li><li><strong>Step 3:<\/strong> Connect Seeeduino to PC via a USB cable<\/li><\/ul>\n\n\n\n<p><strong>It should look something like this after the above steps:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/github.com\/SeeedDocument\/Grove_Sound_Sensor\/raw\/master\/img\/1_connect.jpg\" alt=\"\"\/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Software Configurations<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Step 1:<\/strong> Copy the code below to Arduino IDE and upload it to Arduino. If you&#8217;re unsure on how to upload the code, do refer to our guide <a href=\"http:\/\/wiki.seeedstudio.com\/Upload_Code\/\">here<\/a><\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ test code for Grove - Sound Sensor\n\/\/ loovee @ 2016-8-30\n\nconst int pinAdc = A0;\n\nvoid setup()\n{\n    Serial.begin(115200);\n    \/\/Serial.println(\"Grove - Sound Sensor Test...\");\n}\n\nvoid loop()\n{\n    long sum = 0;\n    for(int i=0; i&lt;32; i++)\n    {\n        sum += analogRead(pinAdc);\n    }\n\n    sum >>= 5;\n\n    Serial.println(sum);\n    delay(10);\n}<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Step 2: <\/strong>Click on <strong>Serial > Plotter<\/strong> to get the changing curve of the sensor. Try making a sound and you&#8217;ll see the change of value!<\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/SeeedDocument\/Grove_Sound_Sensor\/master\/images\/sound_raw.png\" alt=\"\"\/><figcaption><br><\/figcaption><\/figure><\/div>\n\n\n\n<p style=\"background-color:#fffdef\" class=\"has-background\">This module is compatible with other platforms such as Raspberry Pi, BeagleBone, Wio, and LinkIt ONE as well. For which, we&#8217;ve provided a sound sensor Raspberry Pi guide for you <a href=\"http:\/\/wiki.seeedstudio.com\/Grove-Sound_Sensor\/\">here!<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Sound sensor projects<\/strong><\/h2>\n\n\n\n<p>Want to get started with sound sensor projects? Now that we&#8217;ve understood how to interface the sound sensor with Arduino, we can do so!<\/p>\n\n\n\n<p>Here are 5 sound sensor projects to help you get started!<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. Detect sound pollution and more with SPCPM<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/hackster.imgix.net\/uploads\/attachments\/500877\/dsc_8331_NZqKNbdEIh.JPG?auto=compress%2Cformat&amp;w=900&amp;h=675&amp;fit=min\" alt=\"\" width=\"225\" height=\"169\"\/><\/figure><\/div>\n\n\n\n<p>With air and sound pollution common nowadays due to construction and industrial applications, this Solar Powered City Pollution Monitor (SPCPM) can help you sense overall air and sound quality!<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>What do you need?<\/strong><\/h4>\n\n\n\n<p><strong>Hardware components:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/www.seeedstudio.com\/Arduino-Uno-Rev3-p-2995.html?utm_source=blog&amp;utm_medium=blog\">Arduino Uno<\/a> and Genuino Uno<\/li><li>Helium Atom Xbee Module<\/li><li><a href=\"https:\/\/www.seeedstudio.com\/Grove-Air-quality-sensor-v1-3-p-2439.html.html?utm_source=blog&amp;utm_medium=blog\">Seeed Grove &#8211; Air quality sensor v1.3<\/a><\/li><li>Solar Charger and Battery<\/li><li>Helium Element Access Point (Cellular)<\/li><li><a href=\"https:\/\/www.seeedstudio.com\/Grove-Sound-Sensor.html?utm_source=blog&amp;utm_medium=blog\">Seeed Grove &#8211; Sound Sensor<\/a><\/li><\/ul>\n\n\n\n<p><strong>Software apps and services:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/www.arduino.cc\/en\/main\/software\">Arduino IDE<\/a><\/li><li>Google Cloud IoT Core<\/li><\/ul>\n\n\n\n<p>Interested to find out more? Check out the <a href=\"https:\/\/www.hackster.io\/100181\/spcpm-solar-powered-city-pollution-monitor-ca4072\">full tutorial by Peter Ma, Sarah Han, Shin Ae Hong, Grace Han, Kevin Vo on hackster.io!<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. Baby Monitor with Sound Sensor<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/statics3.seeedstudio.com\/images\/recipe\/img\/recipe\/2016-03\/56d48ce47e70d.jpg\" alt=\"\" width=\"395\" height=\"222\"\/><\/figure><\/div>\n\n\n\n<p>If you&#8217;re a parent or caretaker that&#8217;s always worrying about your baby regarding its health, temperature, environment, etc., this smart baby monitoring project is the one for you!<\/p>\n\n\n\n<p>By monitoring, notifying, tracking, and alerting on any irregular activity that happens, this serves as a good helping hand!<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>What do you need?<\/strong><\/h4>\n\n\n\n<p><strong>Hardware components:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>WiFi Micro Kit<\/li><li><a href=\"https:\/\/www.seeedstudio.com\/Grove-Sound-Sensor.html?utm_source=blog&amp;utm_medium=blog\">Seeed Grove &#8211; Sound Sensor<\/a><\/li><li><a href=\"https:\/\/www.seeedstudio.com\/Grove-Temperature-Sensor.html?utm_source=blog&amp;utm_medium=blog\">Seeed Grove &#8211; Temperature Sensor<\/a><\/li><li><a href=\"https:\/\/www.seeedstudio.com\/Grove-LCD-RGB-Backlight.html?utm_source=blog&amp;utm_medium=blog\">16*2 LCD Display<\/a><\/li><\/ul>\n\n\n\n<p><strong>Software apps and other services:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Energia IDE<\/li><\/ul>\n\n\n\n<p>Interested to find out more? Check out the <a href=\"https:\/\/community.seeedstudio.com\/Baby+Monitor+with+Wifi+Micro-p-1167.html\">full tutorial by Pooja on Seeed Community!<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"mce_117\"><strong>3.\u00a0Dog\u00a0Bark\u00a0Tracker\u00a0with\u00a0sound\u00a0sensor<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/statics3.seeedstudio.com\/images\/recipe\/img\/recipe\/2015-07\/559a8f022d466.jpg\" alt=\"\" width=\"400\" height=\"286\"\/><\/figure><\/div>\n\n\n\n<p>Are you a dog owner and does your dog bark often? If so, this is the project for you to try! <\/p>\n\n\n\n<p>With this dog bark tracker, it uses a sound sensor to help monitor the sound of your dog and help track its barking patterns. This way, you can easily see what it&#8217;s up to while you&#8217;re out of the house!<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">What do you need?<\/h4>\n\n\n\n<p><strong>Hardware components:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Intel Edison<\/li><li><a href=\"https:\/\/www.seeedstudio.com\/Base-Shield-V2-p-1378.html?utm_source=blog&amp;utm_medium=blog\">Seeed Grove &#8211; Base Shield<\/a><\/li><li><a href=\"http:\/\/www.seeedstudio.com\/Grove-Sound-Sensor-p-752.html?utm_source=blog&amp;utm_medium=blog\">Seeed Grove &#8211; Sound Sensor<\/a><\/li><\/ul>\n\n\n\n<p><strong>Software apps and other services:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/communities.intel.com\/docs\/DOC-23242\">Edison Yocto Image<\/a><\/li><li><a href=\"http:\/\/rexstjohn.com\/introducing-bloop-cli-commands-for-working-with-intel-edison\/\">Bloop<\/a><\/li><\/ul>\n\n\n\n<p>Interested to find out more? Check out the <a href=\"https:\/\/community.seeedstudio.com\/Dog+Bark+Tracker+with+the+Intel+Edison-p-301.html\">full tutorial by justinisamaker on Seeed community!<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4. Control your USB devices by Sound<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"http:\/\/statics3.seeedstudio.com\/seeed\/img\/2016-06\/mpipWqQhPE8aLRgYb6Ax9R6H.jpg\" alt=\"\"\/><\/figure><\/div>\n\n\n\n<p>Want to switch your USB power supplied devices to be controlled by your voice? You can do so with this sound sensor project!<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>What do you need?<\/strong><\/h4>\n\n\n\n<p><strong>Hardware components:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/www.seeedstudio.com\/BeagleBone-Green-Wireless-Development-Board-TI-AM335x-WiFi-BT.html?utm_source=blog&amp;utm_medium=blog\">BeagleBone Green Wireless (BBGW)<\/a><\/li><li><a href=\"https:\/\/www.seeedstudio.com\/Grove-Relay-p-769.html?utm_source=blog&amp;utm_medium=blog\">Seeed Grove &#8211; Relay <\/a><\/li><li><a href=\"http:\/\/www.seeedstudio.com\/Grove-Sound-Sensor-p-752.html?utm_source=blog&amp;utm_medium=blog\">Seeed Grove &#8211; Sound Sensor <\/a><\/li><li><a href=\"https:\/\/www.seeedstudio.com\/Grove-Base-Cape-for-Beagleboner-v2-0.html?utm_source=blog&amp;utm_medium=blog\">Seeed Base Cape for Beaglebone<\/a><\/li><li><a href=\"https:\/\/www.seeedstudio.com\/Micro-USB-Cable-48cm-p-1475.html?utm_source=blog&amp;utm_medium=blog\">Micro USB Cable<\/a><\/li><\/ul>\n\n\n\n<p><strong>Software apps and other services:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>AWS Cloud9 Python<\/li><\/ul>\n\n\n\n<p>Interested to find out more? Check out the <a href=\"https:\/\/community.seeedstudio.com\/BBGW+starter+tutorial%233+Speak+louuuuuudly-p-1644.html\">full tutorial by jerryyip on Seeed community! <\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>5. Home Automation <\/strong><\/h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/statics3.seeedstudio.com\/images\/recipe\/img\/recipe\/seeed-recipe-77-20141020151546.jpg\" alt=\"\" width=\"389\" height=\"252\"\/><figcaption>Sound Sensor Lamp control and more<\/figcaption><\/figure><\/div>\n\n\n\n<p>One of the sound sensor applications covered earlier was home automation, and this project is a guide on how you can fulfill that!<\/p>\n\n\n\n<p>Here&#8217;s what you can do with this project:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Display household temperature, humidity, luminosity, volume control data collection on OLED screen<\/li><li>Cloud service, data uploaded to Cloud platform Xively, real-time monitoring<\/li><li>Data retention for reviewing how data changes over time<\/li><li>Remote control Household Appliances by sending a message<\/li><li>Table Lamp, 3D Printing, controlled by your phone light<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>What do you need?<\/strong><\/h4>\n\n\n\n<p><strong>Hardware components:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/www.seeedstudio.com\/LinkIt-ONE-p-2017.html?utm_source=blog&amp;utm_medium=blog\">LinkIt ONE<\/a><\/li><li><a href=\"http:\/\/www.seeedstudio.com\/Grove-Sound-Sensor-p-752.html?utm_source=blog&amp;utm_medium=blog\">Seeed Grove &#8211; Sound Sensor<\/a><\/li><li><a href=\"https:\/\/www.seeedstudio.com\/Grove-Light-Sensor-p-746.html?utm_source=blog&amp;utm_medium=blog\">Seeed Grove &#8211; Light Sensor<\/a><\/li><li><a href=\"https:\/\/www.seeedstudio.com\/Grove-Temperature-Humidity-Sensor-Pro-AM2302-DHT22.html?utm_source=blog&amp;utm_medium=blog\">Seeed Grove &#8211; Temperature and Humidity Sensor Pro<\/a><\/li><li><a href=\"https:\/\/www.seeedstudio.com\/Grove-OLED-Display-1-12.html?utm_source=blog&amp;utm_medium=blog\">Seeed Grove &#8211; OLED Display 0.96&#8243;<\/a><\/li><li><a href=\"https:\/\/www.seeedstudio.com\/Grove-Relay-p-769.html?utm_source=blog&amp;utm_medium=blog\">Seeed Grove &#8211; Relay <\/a><\/li><li>Skeleton Box for LinkIt ONE<\/li><\/ul>\n\n\n\n<p><strong>Software apps\u00a0and\u00a0other\u00a0services<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"http:\/\/www.xively.com\/\">Xively<\/a><\/li><\/ul>\n\n\n\n<p>Interested to find out more? Check out the <a href=\"https:\/\/community.seeedstudio.com\/LinkIt+ONE+IoT+Demo-p-78.html\">full tutorial by loovee on Seeed community!<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Resources and Going Further<\/strong><\/h2>\n\n\n\n<p>For more information on the Grove &#8211; Sound Sensor and going further beyond today&#8217;s guide, you may refer to the following resources:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Grove &#8211; Sound Sensor <a href=\"https:\/\/github.com\/SeeedDocument\/Grove_Sound_Sensor\/raw\/master\/resources\/Grove%20-%20Sound%20Sensor.zip\">Schematic and PCB in Eagle format<\/a><ul><li><a href=\"https:\/\/github.com\/SeeedDocument\/Grove_Sound_Sensor\/raw\/master\/res\/Grove%20-%20Sound%20Sensor%20v1.6%20Schematic.pdf\">Schematic in PDF format<\/a><\/li><li><a href=\"https:\/\/github.com\/SeeedDocument\/Grove_Sound_Sensor\/raw\/master\/res\/Grove%20-%20Sound%20Sensor%20v1.6%20PCB.pdf\">PCB in PDF format<\/a><\/li><\/ul><\/li><li>[<strong>Datasheet<\/strong>]<a href=\"https:\/\/github.com\/SeeedDocument\/Grove_Sound_Sensor\/raw\/master\/res\/LM386.pdf\">LM386.PDF<\/a><\/li><li>[<strong>Codecraft<\/strong>]<a href=\"https:\/\/raw.githubusercontent.com\/SeeedDocument\/Grove_Sound_Sensor\/master\/res\/Grove_Sound_Sensor_CDC_File.zip\">CDC File<\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Summary<\/strong><\/h2>\n\n\n\n<p>That\u2019s all for today on sound sensors. I hope with today\u2019s blog, you get a deeper understanding of how sound sensor work and how to pair it with Arduino!<\/p>\n\n\n\n<p>Today&#8217;s guide owes its thanks to the <a href=\"http:\/\/www.seeedstudio.com\/Grove-Sound-Sensor-p-752.html?utm_source=blog&amp;utm_medium=blog\">Seeed Grove &#8211; Sound Sensor,\u00a0<\/a>a\u00a0highly recommended cost-effective option to start your next sound sensing project!<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>Seeed Grove &#8211; Sound Sensor<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A sound sensor is defined as a module that detects sound waves through its intensity<\/p>\n","protected":false},"author":2850,"featured_media":28821,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"","_lmt_disable":"","_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":"[]","_tribe_ticket_has_attendee_info_fields":false,"iawp_total_views":0,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-28793","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is a sound sensor? - Uses, Arduino Guide, Projects - Latest News from Seeed Studio<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/03\/what-is-a-sound-sensor-uses-arduino-guide-projects\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is a sound sensor? - Uses, Arduino Guide, Projects - Latest News from Seeed Studio\" \/>\n<meta property=\"og:description\" content=\"A sound sensor is defined as a module that detects sound waves through its intensity\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/03\/what-is-a-sound-sensor-uses-arduino-guide-projects\/\" \/>\n<meta property=\"og:site_name\" content=\"Latest News from Seeed Studio\" \/>\n<meta property=\"article:published_time\" content=\"2020-01-03T09:58:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-01-03T09:58:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/sound-sensor-guide.png\" \/>\n\t<meta property=\"og:image:width\" content=\"556\" \/>\n\t<meta property=\"og:image:height\" content=\"370\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Shawn\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Shawn\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/03\/what-is-a-sound-sensor-uses-arduino-guide-projects\/\",\"url\":\"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/03\/what-is-a-sound-sensor-uses-arduino-guide-projects\/\",\"name\":\"What is a sound sensor? - Uses, Arduino Guide, Projects - Latest News from Seeed Studio\",\"isPartOf\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/03\/what-is-a-sound-sensor-uses-arduino-guide-projects\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/03\/what-is-a-sound-sensor-uses-arduino-guide-projects\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/sound-sensor-guide.png\",\"datePublished\":\"2020-01-03T09:58:54+00:00\",\"dateModified\":\"2020-01-03T09:58:56+00:00\",\"author\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/c9b61b761840d544e2d830b0e3bc9fe2\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/03\/what-is-a-sound-sensor-uses-arduino-guide-projects\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/03\/what-is-a-sound-sensor-uses-arduino-guide-projects\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/03\/what-is-a-sound-sensor-uses-arduino-guide-projects\/#primaryimage\",\"url\":\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/sound-sensor-guide.png\",\"contentUrl\":\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/sound-sensor-guide.png\",\"width\":556,\"height\":370,\"caption\":\"What is a sound sensor - Uses, Arduino Guide, Projects\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/03\/what-is-a-sound-sensor-uses-arduino-guide-projects\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.seeedstudio.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is a sound sensor? &#8211; Uses, Arduino Guide, Projects\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#website\",\"url\":\"https:\/\/www.seeedstudio.com\/blog\/\",\"name\":\"Latest News from Seeed Studio\",\"description\":\"Emerging IoT, AI and Autonomous Applications on the Edge\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.seeedstudio.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/c9b61b761840d544e2d830b0e3bc9fe2\",\"name\":\"Shawn\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5afdc71205d9d485de69bc4b192294e3?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5afdc71205d9d485de69bc4b192294e3?s=96&r=g\",\"caption\":\"Shawn\"},\"url\":\"https:\/\/www.seeedstudio.com\/blog\/author\/shawn\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is a sound sensor? - Uses, Arduino Guide, Projects - Latest News from Seeed Studio","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/03\/what-is-a-sound-sensor-uses-arduino-guide-projects\/","og_locale":"en_US","og_type":"article","og_title":"What is a sound sensor? - Uses, Arduino Guide, Projects - Latest News from Seeed Studio","og_description":"A sound sensor is defined as a module that detects sound waves through its intensity","og_url":"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/03\/what-is-a-sound-sensor-uses-arduino-guide-projects\/","og_site_name":"Latest News from Seeed Studio","article_published_time":"2020-01-03T09:58:54+00:00","article_modified_time":"2020-01-03T09:58:56+00:00","og_image":[{"width":556,"height":370,"url":"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/sound-sensor-guide.png","type":"image\/png"}],"author":"Shawn","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Shawn","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/03\/what-is-a-sound-sensor-uses-arduino-guide-projects\/","url":"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/03\/what-is-a-sound-sensor-uses-arduino-guide-projects\/","name":"What is a sound sensor? - Uses, Arduino Guide, Projects - Latest News from Seeed Studio","isPartOf":{"@id":"https:\/\/www.seeedstudio.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/03\/what-is-a-sound-sensor-uses-arduino-guide-projects\/#primaryimage"},"image":{"@id":"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/03\/what-is-a-sound-sensor-uses-arduino-guide-projects\/#primaryimage"},"thumbnailUrl":"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/sound-sensor-guide.png","datePublished":"2020-01-03T09:58:54+00:00","dateModified":"2020-01-03T09:58:56+00:00","author":{"@id":"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/c9b61b761840d544e2d830b0e3bc9fe2"},"breadcrumb":{"@id":"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/03\/what-is-a-sound-sensor-uses-arduino-guide-projects\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.seeedstudio.com\/blog\/2020\/01\/03\/what-is-a-sound-sensor-uses-arduino-guide-projects\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/03\/what-is-a-sound-sensor-uses-arduino-guide-projects\/#primaryimage","url":"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/sound-sensor-guide.png","contentUrl":"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/sound-sensor-guide.png","width":556,"height":370,"caption":"What is a sound sensor - Uses, Arduino Guide, Projects"},{"@type":"BreadcrumbList","@id":"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/03\/what-is-a-sound-sensor-uses-arduino-guide-projects\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.seeedstudio.com\/blog\/"},{"@type":"ListItem","position":2,"name":"What is a sound sensor? &#8211; Uses, Arduino Guide, Projects"}]},{"@type":"WebSite","@id":"https:\/\/www.seeedstudio.com\/blog\/#website","url":"https:\/\/www.seeedstudio.com\/blog\/","name":"Latest News from Seeed Studio","description":"Emerging IoT, AI and Autonomous Applications on the Edge","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.seeedstudio.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/c9b61b761840d544e2d830b0e3bc9fe2","name":"Shawn","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5afdc71205d9d485de69bc4b192294e3?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5afdc71205d9d485de69bc4b192294e3?s=96&r=g","caption":"Shawn"},"url":"https:\/\/www.seeedstudio.com\/blog\/author\/shawn\/"}]}},"modified_by":"Shawn","views":94128,"featured_image_urls":{"full":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/sound-sensor-guide.png",556,370,false],"thumbnail":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/sound-sensor-guide-80x80.png",80,80,true],"medium":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/sound-sensor-guide-300x200.png",300,200,true],"medium_large":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/sound-sensor-guide.png",556,370,false],"large":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/sound-sensor-guide.png",556,370,false],"1536x1536":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/sound-sensor-guide.png",556,370,false],"2048x2048":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/sound-sensor-guide.png",556,370,false],"visody_icon":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/sound-sensor-guide.png",32,21,false],"magazine-7-slider-full":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/sound-sensor-guide.png",556,370,false],"magazine-7-slider-center":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/sound-sensor-guide.png",556,370,false],"magazine-7-featured":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/sound-sensor-guide.png",556,370,false],"magazine-7-medium":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/sound-sensor-guide.png",556,370,false],"magazine-7-medium-square":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/sound-sensor-guide.png",556,370,false]},"author_info":{"display_name":"Shawn","author_link":"https:\/\/www.seeedstudio.com\/blog\/author\/shawn\/"},"category_info":"<a href=\"https:\/\/www.seeedstudio.com\/blog\/category\/news\/\" rel=\"category tag\">News<\/a>","tag_info":"News","comment_count":"0","_links":{"self":[{"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/posts\/28793","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/users\/2850"}],"replies":[{"embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/comments?post=28793"}],"version-history":[{"count":1,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/posts\/28793\/revisions"}],"predecessor-version":[{"id":28822,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/posts\/28793\/revisions\/28822"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/media\/28821"}],"wp:attachment":[{"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/media?parent=28793"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/categories?post=28793"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/tags?post=28793"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}