※本產品原廠代理從國外進口,有些交期較長,下訂前請詢問!
Adafruit PDM Microphone Breakout with JST SH Connector
新款 Adafruit PDM Microphone Breakout 麥克風模組(帶有 JST SH 連接器)ada4346
[Revision History]修改改版:
As of Sep 15, 2023 - this sensor breakout may come with black or tan JST SH 4-pin connectors. They work the same!
[Technical Details]:
- Voltage Range:1.8-3.3V
- Clock rate:1 - 3.25 MHz
- Current draw:0.6mA
- SNR:61 dB
- Sensitivity:~-26 dBFS
Product Dimensions/尺寸:14.0mm x 14.0mm x 4.5mm / 0.6" x 0.6" x 0.2"
Product Weight:0.7g / 0.0oz
An exotic new microphone has arrived in the Adafruit shop, a PDM MEMS Microphone! PDM is the 'third' kind of microphone you can integrate with electronics, apart from analog or I2S. These microphones are very commonly used in products, but are rarely seen in maker projects. Still, they have some benefits so we thought we'd offer a breakout for the shop.
The first thing to note is that this sensor does not provide an 'analog' output like many of our electret microphone assemblies. So it's great for chips that do not have analog inputs. Secondly, the digital interface is a very simplistic pulse density modulation output. It's digital but its not PWM and it's not I2S. You will need to make sure your chip has a PDM interface - most 32-bit processors these days do!
PDM is a little like 1-bit PWM. You clock the mic with a 1 MHz - 3 MHz clock rate, and on the data line you'll get a square wave out that syncs with the clock. The data line with be 0 or 1 logic output, with the square wave creating a density that when averaged will result in the analog value out.
[There's a few ways to manage these mics]:
- Your chip comes with a hardware peripheral and library that does all the data managing at high speed, collects samples, applies a filter and gives you an analog value (The nRF52840 is like this and it is ideal!)
- Your chip comes with a hardware peripheral that gives you values, then it is up to you to perform the decimation/filtering. (We have some example code for this on the ATSAMD21 chipset)
- Your chip does not come with a hardware peripheral but you're pretty clever and come up with a way to make it work using SPI (See this example for the ATtiny85)
- You generate the high speed clock, then add an analog filter on the data line, and read the analog value (A hack, but works!)
Either way you decide to go, make sure you have a handle on what support you get with your platform, as these chips are a little tricky!
Each order comes with one fully assembled and tested microphone. This version of the mic has a 4-JST SH connector with 3V, GND, DAT, CLK connections that can be used with one of our JST-SH cables to make a flexible mic arrangement. If you want a version with breakout headers, we have a version here. An on-board solder jumper lets you change the mic from Left to Right channel/每個訂單都配有一個完全組裝並經過測試的麥克風。此版本的麥克風具有 4-JST SH 連接器,具有3V、GND、DAT、CLK連接,可與我們的其中一條 JST-SH 電纜一起使用,以實現靈活的麥克風佈置。如果您想要帶有突破標頭的版本,我們這裡有一個版本。板載焊接跳線可讓您將麥克風從左聲道變更為右聲道
Check out our full guide for wiring details, schematics, example code, datasheet and more!