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

EPISODE · Nov 5, 2020 · 12 MIN

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

from Adafruit Industries · host Adafruit Industries

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/

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/

NOW PLAYING

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

0:00 12:29

No transcript for this episode yet

We transcribe on demand. Request one and we'll notify you when it's ready — usually under 10 minutes.

API Intersection Stoplight Building a successful API requires more than just coding. It starts with collaborative design, focuses on creating a great developer experience, and ends with getting your company on board, maintaining consistency, and maximizing your API’s profitability.In the API Intersection, you’ll learn from experienced API practitioners who transformed their organizations, and get tangible advice to build quality APIs with collaborative API-first design.Jason Harmon brings over a decade of industry-recognized REST API experience to discuss topics around API design, governance, identity/auth versioning, and more.They’ll answer listener questions, and discuss best practices on API design (definition, modeling, grammar), Governance (multi-team design, reviewing new API’s), Platform Transformation (culture, internal education, versioning) and more.They’ll also chat with experienced API practitioners from a wide array of industries to draw out practical takeaways and insights you can use.H TV Podcast Industries Chris Jones, Derek O'Neill and John Harrison. TV Podcast Industries TV Podcast Industries is a podcast that provides discussions and reviews of various TV shows, including recent popular series like Alien Earth, The Sandman, The Last of Us, The Boys, and Daredevil Born Again. They also cover shows such as Ironheart, Star Trek: Picard, The Rings of Power, and many more, spanning both Marvel and DC universes, as well as other genres. Heart to Heart Podcast One on One / Next Level Studios In the Heart to Heart Podcast, we talk to some of our favorite & most interesting people in the entertainment industry so you can feel empowered and learn that even in the most challenging of industries, where there’s a will there’s a way.Whether you’re an actor, a writer, a casting director, a talent rep, or just someone interested in the behind the scene happenings of the entertainment industry, this podcast will have something for you. NOW, this isn’t just another How To podcast for actors. Plenty of those shows already exist. In Heart to Heart, every guest will share stories inspired by their sometimes winding path to success on their own terms. The Learning Future Podcast with Louka Parry The Learning Future The world has never been changing more rapidly, dislocating the ways we work, learn and live. On The Learning Future Podcast we discuss the knowledge, skills and dispositions we all need for our learning future, exploring insights through interviews with world-class educators, researchers, policy makers, and leaders from across industries and across the world.

Frequently Asked Questions

How long is this episode of Adafruit Industries?

This episode is 12 minutes long.

When was this Adafruit Industries episode published?

This episode was published on November 5, 2020.

What is this episode about?

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...

Can I download this Adafruit Industries episode?

Yes, you can download this episode by clicking the download button on the episode player, or subscribe to the podcast in your preferred podcast app for automatic downloads.
URL copied to clipboard!