Mico Is A USB Microphone Based On A Pi Pico

A pair of RP2040-based USB microphones

When [Mahesh Venkitachalam] was experimenting with machine learning for audio applications on a Raspberry Pi, he found himself looking for a simple USB microphone. A cheap one was easy to find, but the sound quality and directionality left much to be desired. A large, studio-quality mic would be overkill, so [Mahesh] decided to simply build exactly what was needed: a compact, yet high-quality USB microphone that he called Mico.

The sensing device is a MEMS microphone that outputs a pulse density modulated (PDM) signal. There are chips available to directly interface such a microphone to a USB port, but [Mahesh] found them difficult to work with and therefore settled on something he knew already: the Raspberry Pi Pico platform. Luckily, someone had already figured out how to read out a microphone and present a USB device to a PC, so all that was needed was to put all the bits together into a convenient form factor.

The great thing about the Pico platform is that its main controller chip, the RP2040, is available as a separate component. [Mahesh] designed a sleek little PCB that holds the RP2040 along with the MEMS microphone and a USB connector. The end result looks tidy enough that it might have come out of a mass-produced gizmo. Those don’t usually come with full schematics and source code, but the Mico does: everything is available on its GitHub page for anyone to re-use and improve.

You can judge the sound quality for yourself in the video embedded below. If you like DIY USB microphones, you’re in luck: we’ve featured one based on an STM32 as well as a beautiful recreation of a studio-quality mic.

20 thoughts on “Mico Is A USB Microphone Based On A Pi Pico

  1. It is amazing how much you can do with such a small piece of hardware, not only does it work as a USB mic but also as an audio converter for your phone or tablet! It doesn’t need any software or drivers to be installed on your PC or Mac, just plug in the USB cable between the device and your computer (which should have been done before). You don’t even need to install anything on your mobile device because all you will hear is what comes out from the mic itself. The sound quality seems really decent too which makes me believe that it has some built-in equalizer

  2. What have we gained here? A custom PCB with a fairly fancy (even if cheap) fancy MCU and an audio interface that connects to a microphone, that serves to make a microphone work with a USB host??

    I get a simpler microphone interface from a $8 genuine Apple device. I don’t like Apple, but it came to my door for about $8, and sources say that it measures well. They sell them for iPads. (And the DAC is really good, too.)

  3. I have found that cheap USB microphones perform very well, far better than Mahesh’s documented experience. That mystery is worth solving given that both microphones appear identical. I mean literally no noise and with enough processing of the signal you can pick up people talking meters away. I guess I will have to pull a few of the ones I have apart and see what actual components they are using.

Leave a Reply to rtfhrthrCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.