Artwork

Conteúdo fornecido por Adafruit Industries. Todo o conteúdo do podcast, incluindo episódios, gráficos e descrições de podcast, é carregado e fornecido diretamente por Adafruit Industries ou por seu parceiro de plataforma de podcast. Se você acredita que alguém está usando seu trabalho protegido por direitos autorais sem sua permissão, siga o processo descrito aqui https://pt.player.fm/legal.
Player FM - Aplicativo de podcast
Fique off-line com o app Player FM !

EYE on NPI - CUI CMM-4030D-261-I2S-TR I2S Microphone

12:29
 
Compartilhar
 

Manage episode 276515722 series 1242341
Conteúdo fornecido por Adafruit Industries. Todo o conteúdo do podcast, incluindo episódios, gráficos e descrições de podcast, é carregado e fornecido diretamente por Adafruit Industries ou por seu parceiro de plataforma de podcast. Se você acredita que alguém está usando seu trabalho protegido por direitos autorais sem sua permissão, siga o processo descrito aqui https://pt.player.fm/legal.
Mmm-mm we like the sound of this new microphone from CUI Devices - the new CMM-4030D-261-I2S (https://www.digikey.com/en/products/detail/CMM-4030D-261-I2S-TR/2223-CMM-4030D-261-I2S-CT-ND/13404679?itemSeq=343478410) That part number is quite a mouthful, but also pretty descriptive since 4030 is the size of the mic (4x3mm) and I2S is the interface it uses for audio. The reason we picked this for EYE on NPI? It's the only top-ported I2S microphone available on Digi-Key and we've been looking for one for a while! If you've ever designed a product with a microphone input you know you basically have two choices - good ol' electret microphones (https://www.adafruit.com/?q=electret&sort=BestMatch) or MEMS-based mics. (https://www.cuidevices.com/blog/analog-or-digital-how-to-choose-the-right-mems-microphone-interface). Electrets have been around for decades, are very inexpensive and easy to use. However, they have a few big downsides - one is you can't SMT reflow them (or at least, not any of the low cost one's we've ever seen or used) - they must be hand/selective/wave soldered instead. Two, they are analog output and need an amplifier. The amplifier is not a big deal, but if you want to have digital input into your chip, single board computer, or FPGA, you need to then get a separate I2S audio converter chip (https://www.digikey.com/en/products/filter/interface-codecs/716). Either way, if you're trying to avoid non-SMT assembly steps, that low cost electret isn't as low cost anymore! OK so next you look at MEMS mics - created by measuring the capacitance change in a MEMS diaphragm when sound pushes it towards a matching plate. (https://res.mdpi.com/d_attachment/micromachines/micromachines-09-00323/article_deploy/micromachines-09-00323.pdf) Because they are solid state, you can pick and place and SMT reflow them for easy manufacture. They're also much smaller and thinner than electrets, so they're great for making tight builds. So, problem number one is solved! And, unlike electrets, you can get them with three different output options: analog, PDM and I2S (https://www.cuidevices.com/catalog/audio/microphones/mems-microphones) Analog is the earliest and simplest - the capacitance change in the MEMS transducer is converted to a small analog value and piped out one of the pins. (https://www.cuidevices.com/product-spotlight/mems-microphones#5) You still need to amplify it, but any op-amp will do the job. Pro: cheap, simple, great if you have an analog input, can replace electret analog circuits. Cons: Need an extra op-amp and passives, analog input. Next up is PDM output - which is a weird semi-analog digital signal. Like PWM, if you were to low-pass filter PDM, you'd get an analog signal, but you get the benefit of clock-synced output. And it's really simple with only two pins needed for stereo microphone in (one has data on falling clock, one on rising). You do need to do heavy filtering to get rid of the square wave 'carrier' but that's often handled within the PDM peripheral on your chip - at worst you can sorta treat it like an SPI device at 1 MHz and perform the filtering yourself in code. (https://github.com/adafruit/Adafruit_ZeroPDM) Pros: cheap, fairly simple if you have a PDM peripheral on your chip. Cons: You need that special peripheral! So finally we get to I2S, which was how we got here in the first place! I2S microphones have a true I2S interface, so they work with many more chips including existing codecs that expect I2S inputs. For example, Raspberry Pi computers and other Single Board Linux computers often don't have PDM inputs, but they do have I2S! So you can wire this microphone directly to a Pi. (https://learn.adafruit.com/adafruit-i2s-mems-microphone-breakout/overview) Also many other chips, even if they don't have PDM or you don't want to use analog, will have solid I2S support. Only downside is that, at least for now, I2S mics are more expensive than PDM or analog - but they may be cheaper than analog mics + a codec or ADC! And they're definitely small so if you want to have a very compact build, they're great. Like we mentioned at the beginning, this is the first top-ported I2S microphone we've seen, so we're happy we can pick one up to use in a future design. Digi-Key has a bunch of CMM-4030D-261-I2S-TR in stock right now (https://www.digikey.com/en/products/detail/CMM-4030D-261-I2S-TR/2223-CMM-4030D-261-I2S-CT-ND/13404679?itemSeq=343478410), you can order tonight and have it by tomorrow morning, save yourself some time by downloading the CAD footprint from SnapEDA (https://www.snapeda.com/parts/CMM-4030D-261-I2S-TR/CUI%20Devices/view-part/?ref=digikey) while you wait for the package to be delivered! Short URL to Digi-Key: https://www.digikey.com/short/zdfjf1 Visit the Adafruit shop online - http://www.adafruit.com Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/
  continue reading

4294 episódios

Artwork
iconCompartilhar
 
Manage episode 276515722 series 1242341
Conteúdo fornecido por Adafruit Industries. Todo o conteúdo do podcast, incluindo episódios, gráficos e descrições de podcast, é carregado e fornecido diretamente por Adafruit Industries ou por seu parceiro de plataforma de podcast. Se você acredita que alguém está usando seu trabalho protegido por direitos autorais sem sua permissão, siga o processo descrito aqui https://pt.player.fm/legal.
Mmm-mm we like the sound of this new microphone from CUI Devices - the new CMM-4030D-261-I2S (https://www.digikey.com/en/products/detail/CMM-4030D-261-I2S-TR/2223-CMM-4030D-261-I2S-CT-ND/13404679?itemSeq=343478410) That part number is quite a mouthful, but also pretty descriptive since 4030 is the size of the mic (4x3mm) and I2S is the interface it uses for audio. The reason we picked this for EYE on NPI? It's the only top-ported I2S microphone available on Digi-Key and we've been looking for one for a while! If you've ever designed a product with a microphone input you know you basically have two choices - good ol' electret microphones (https://www.adafruit.com/?q=electret&sort=BestMatch) or MEMS-based mics. (https://www.cuidevices.com/blog/analog-or-digital-how-to-choose-the-right-mems-microphone-interface). Electrets have been around for decades, are very inexpensive and easy to use. However, they have a few big downsides - one is you can't SMT reflow them (or at least, not any of the low cost one's we've ever seen or used) - they must be hand/selective/wave soldered instead. Two, they are analog output and need an amplifier. The amplifier is not a big deal, but if you want to have digital input into your chip, single board computer, or FPGA, you need to then get a separate I2S audio converter chip (https://www.digikey.com/en/products/filter/interface-codecs/716). Either way, if you're trying to avoid non-SMT assembly steps, that low cost electret isn't as low cost anymore! OK so next you look at MEMS mics - created by measuring the capacitance change in a MEMS diaphragm when sound pushes it towards a matching plate. (https://res.mdpi.com/d_attachment/micromachines/micromachines-09-00323/article_deploy/micromachines-09-00323.pdf) Because they are solid state, you can pick and place and SMT reflow them for easy manufacture. They're also much smaller and thinner than electrets, so they're great for making tight builds. So, problem number one is solved! And, unlike electrets, you can get them with three different output options: analog, PDM and I2S (https://www.cuidevices.com/catalog/audio/microphones/mems-microphones) Analog is the earliest and simplest - the capacitance change in the MEMS transducer is converted to a small analog value and piped out one of the pins. (https://www.cuidevices.com/product-spotlight/mems-microphones#5) You still need to amplify it, but any op-amp will do the job. Pro: cheap, simple, great if you have an analog input, can replace electret analog circuits. Cons: Need an extra op-amp and passives, analog input. Next up is PDM output - which is a weird semi-analog digital signal. Like PWM, if you were to low-pass filter PDM, you'd get an analog signal, but you get the benefit of clock-synced output. And it's really simple with only two pins needed for stereo microphone in (one has data on falling clock, one on rising). You do need to do heavy filtering to get rid of the square wave 'carrier' but that's often handled within the PDM peripheral on your chip - at worst you can sorta treat it like an SPI device at 1 MHz and perform the filtering yourself in code. (https://github.com/adafruit/Adafruit_ZeroPDM) Pros: cheap, fairly simple if you have a PDM peripheral on your chip. Cons: You need that special peripheral! So finally we get to I2S, which was how we got here in the first place! I2S microphones have a true I2S interface, so they work with many more chips including existing codecs that expect I2S inputs. For example, Raspberry Pi computers and other Single Board Linux computers often don't have PDM inputs, but they do have I2S! So you can wire this microphone directly to a Pi. (https://learn.adafruit.com/adafruit-i2s-mems-microphone-breakout/overview) Also many other chips, even if they don't have PDM or you don't want to use analog, will have solid I2S support. Only downside is that, at least for now, I2S mics are more expensive than PDM or analog - but they may be cheaper than analog mics + a codec or ADC! And they're definitely small so if you want to have a very compact build, they're great. Like we mentioned at the beginning, this is the first top-ported I2S microphone we've seen, so we're happy we can pick one up to use in a future design. Digi-Key has a bunch of CMM-4030D-261-I2S-TR in stock right now (https://www.digikey.com/en/products/detail/CMM-4030D-261-I2S-TR/2223-CMM-4030D-261-I2S-CT-ND/13404679?itemSeq=343478410), you can order tonight and have it by tomorrow morning, save yourself some time by downloading the CAD footprint from SnapEDA (https://www.snapeda.com/parts/CMM-4030D-261-I2S-TR/CUI%20Devices/view-part/?ref=digikey) while you wait for the package to be delivered! Short URL to Digi-Key: https://www.digikey.com/short/zdfjf1 Visit the Adafruit shop online - http://www.adafruit.com Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/
  continue reading

4294 episódios

כל הפרקים

×
 
Loading …

Bem vindo ao Player FM!

O Player FM procura na web por podcasts de alta qualidade para você curtir agora mesmo. É o melhor app de podcast e funciona no Android, iPhone e web. Inscreva-se para sincronizar as assinaturas entre os dispositivos.

 

Guia rápido de referências