This is the documentation for the latest (main) development branch of Zephyr. If you are looking for the documentation of previous releases, use the drop-down menu on the left and select the desired version.

Digital Microphone (DMIC)

Overview

This is a very simple application intended to show how to use the Audio DMIC API and also to be an aid in developing drivers to implement this API. It performs two PDM transfers with different configurations (using one channel and two channels) but does not in any way process the received audio data.

Requirements

The device to be used by the sample is specified by defining a devicetree node label named dmic_dev. The sample has been tested on nRF52840 DK (nrf52840dk/nrf52840) and nRF5340 DK (nrf5340dk/nrf5340/cpuapp), and provides overlay files for both of these boards.

Building and Running

The code can be found in samples/drivers/audio/dmic.

To build and flash the application:

west build -b nrf52840dk/nrf52840 samples/drivers/audio/dmic
west flash