# The Adafruit Boards

Any real-time audio application running on the microcontroller will need to acquire data from a source (for instance, a microphone) and deliver data to an output sink (for instance, an digital-to-analog converter connected to a loudspeaker) that we can listen to. Here is a brief description of the components we selected.

## The microphone breakout board <a href="#microphone" id="microphone"></a>

The component used to capture sound is the [I2S MEMS Microphone Breakout](https://learn.adafruit.com/adafruit-i2s-mems-microphone-breakout/overview) by Adafruit. The actual microphone on this mini-board produces an *analog signal* (continuous in time and amplitude) but the device also contains an Analog-to-Digital Converter that returns a *digital* signal (discrete in time and amplitude), which is the format we need in order to pass the data to our microcontroller. We will describe the component in more detail [later](https://hwlab.learndsp.org/audio-peripherals/microphone).

![Adafruit I2S MEMS Microphone Breakout](https://1958907383-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lu3g0bb8nPq-K9HlS53%2F-LyEeE-FCneQbFkG3CPY%2F-LyEeI3AoycP_jhgKe_c%2Fsensors_3421_quarter_orig.jpg?generation=1578663259177577\&alt=media)

## The DAC breakout board <a href="#dac_jack" id="dac_jack"></a>

The microcontroller accepts and produces digital signals; in order to playback its output on a pair of headphones, it is necessary to create an analog signal and this can be achieved via a Digital-to-Analog Converter (DAC). We will use Adafruit's [I2S Stereo Decoder Breakout](https://learn.adafruit.com/adafruit-i2s-stereo-decoder-uda1334a/overview), which contains the DAC, an audio jack for connecting headphones, and the necessary additional components. We will describe the DAC in more detail [later](https://hwlab.learndsp.org/audio-peripherals/dac).

![Adafruit I2S Stereo Decoder - UDA1334A Breakout](https://1958907383-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lu3g0bb8nPq-K9HlS53%2F-LyEeE-FCneQbFkG3CPY%2F-LyEeI3CeCPQ3YjNfQKa%2Fadafruit_products_3678_top_orig.jpg?generation=1578663258614678\&alt=media)
