- 描述
- 評價 (0)
描述
描述
Arduino 噪音分貝感測器模組 模擬聲音計/分貝計/噪音計 Gravity: Analog Sound Level Meter
專為 Arduino 設計的分貝計模組 Arduino 噪音分貝感測器模組 , 在我們生活的環境中,存在著各種各樣的聲音,其中一部分是噪音。隨著人類文明的發展,安靜的環境越來越少,取而代之的是越來越多的噪音。人體如果長時間處於噪音中,會對聽覺產生影響,不利於健康。聲級計(又稱分貝計、噪音計)是最基本的噪聲測量儀器,能夠模擬人耳對聲波反應速度的時間特性,測量周圍環境聲音的大小。
Arduino 噪音分貝感測器模組 模擬聲音計/分貝計/噪音計,即插即用的聲級計模塊,可精確測量周圍環境聲音的大小。該產品採用儀器級電路方案,低噪麥克風,精度高;支持3.3~5.0V寬電壓輸入,0.6~2.6V模擬量輸出,兼容性好;分貝值與輸出電壓為線性關係,轉換簡單,無需複雜的算法;接口即插即用,無需焊接,可方便的應用到現成的系統中。聲級計在環境噪音檢測中有著廣泛的應用,如公路噪音監測站、居室噪音監測等。有了我們這款聲級計模塊,DIY一套環境聲音檢測設備不再有任何難度。
注意事項:
- 1.麥克風上的黑色薄膜屬於敏感元件,請勿用手指甲或其他尖銳物體觸碰。
- 2.請勿將板子放在導體或者半導體的表面上,否則會將麥克風管腳短接。推薦將板子放在乾燥的絕緣體表面上,或者用固定柱固定好板子,使其懸空。
技術規格
- 測量範圍:30dBA~130dBA
- 測量誤差: ±1.5dB
- 頻率加權:A加權
- 頻率響應:31.5Hz~8.5KHz
- 時間特性:125ms
- 輸入電壓:3.3~5.0V
- 輸入電流:22mA@3.3V, 14mA@5.0V
- 輸出電壓:0.6~2.6V
- 板子尺寸:60mm*43mm
引腳說明
|
|
技術文件與範例下載
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
/************************************************* ** DFRobot Gravity: Analog Sound Level Meter <https://www.dfrobot.com/wiki/index.php/Gravity:_Analog_Sound_Level_Meter_SKU:SEN0232> ************************************************** * This sample code is used to test the analog sound level meter. Created 2017-06-26 By Jason <jason.ling@dfrobot.com@dfrobot.com> GNU Lesser General Public License. See <http://www.gnu.org/licenses/> for details. All above must be included in any redistribution ************************************************** **/ /***********Notice and Trouble shooting*************** 1. This sample code is tested on Arduino Uno with Arduino IDE 1.0.5 r2. 2. In order to protect the microphone on the board, you should not touch the black membrane on the microphone. Also you should keep it clean. 3. Please do not place this module on the surface of conductor or semiconductor. Otherwise, this will cause the microphone pin to be shorted. ************************************************** **/ #define SoundSensorPin A1 //this pin read the analog voltage from the sound level meter #define VREF 5.0 //voltage on AREF pin,default:operating voltage void setup() { Serial.begin(115200); } void loop() { float voltageValue,dbValue; voltageValue = analogRead(SoundSensorPin) / 1024.0 * VREF; dbValue = voltageValue * 50.0; //convert voltage to decibel value Serial.print(dbValue,1); Serial.println(" dBA"); delay(125); } |
感測器回傳 分貝計模組 所感測到的數據
Arduino dBA Sound Level Sensor / Gravity: Analog Sound Level Meter

Arduino DIY Decibel Meter
Sound level meter (also known as the decibel meter, noise meter) is a basic noise measurement instrument. We have launched a sound level meter, which is compatible with Arduino, plug-and-play. It can accurately measure the sound level of the surrounding environment. This product uses instrument circuit, low noise microphone, which make it highly precious. It supports 3.3~5.0V wide input voltage, 0.6~2.6V voltage output. The decibel value is linear with the output voltage, which leads to a simple conversion, without complex algorithm. The connector is plug-and-play, without welding, so this product can be easily used in your application.
Sound level meter is widely used in environmental noise detection, such as highway noise monitoring station, room noise monitoring and so on. It’s time for you to DIY a sound level detector to protect your hearing.
Attention:
The black film on the microphone is a sensitive component, do not touch it with fingernails or other sharp objects.
Do not place this module on the surface of the conductor or the semiconductor, otherwise it will short the microphone’s pins. It is recommended to place this module on a dry insulator’s surface or fix with nylon columns to hang in the air.
FEATURES
- High Precision: use instrument circuit, low noise microphone
- Wide Voltage Input:3.3~5.0V
- Simple Conversion: linear analog output, 0.6~2.6V linear correspondence 30~130dBA, no complex algorithm is required
- Easy to Use: plug and play, without soldering
SPECIFICATION
- Measuring Range: 30dBA ~ 130dBA
- Measurement Error: ±1.5dB
- Frequency Weighted: A Weighted
- Frequency Response: 31.5Hz ~ 8.5KHz
- Time Characteristics: 125ms
- Input Voltage: 3.3 ~ 5.0V
- Input Current: 22mA@3.3V, 14mA@5.0V
- Output Voltage: 0.6 ~ 2.6V
- Module Size: 60mm * 43mm / 2.37in*1.68in
評價 (0)
相關商品
-
Arduino 功能擴展板
Arduino 感測器 IO 擴展板 V7.1 含藍牙模組插口 Sensor Shield、兼容 DUE、Xbee
0 out of 5NT$410原始價格:NT$410。NT$358目前價格:NT$358。 (未稅)加入購物車產品速覽 -
液體 / 水質 感測
Gravity: 模擬類比式電導率量測儀組 Analog EC Meter 模擬電導率計 K=1
0 out of 5NT$3,300原始價格:NT$3,300。NT$2,900目前價格:NT$2,900。 (未稅)加入購物車產品速覽 -
溫濕度感測
數字 I2C K型 高溫感測器模組 Gravity I2C High Temperature Sensor (K-Type, 800℃) DFRobot 原裝進口
0 out of 5NT$1,200原始價格:NT$1,200。NT$910目前價格:NT$910。 (未稅)加入購物車產品速覽 -
聲音傳感 / 音量感測
SparkFun 音頻解碼器模組 – WM8960 具備 QWIIC 接頭
0 out of 5NT$730原始價格:NT$730。NT$670目前價格:NT$670。 (未稅)加入購物車產品速覽
商品評價
目前沒有評價。