Lines Matching +full:apply +full:- +full:command
1 .. zephyr:code-sample:: x-nucleo-iks02a1-mic
2 :name: X-NUCLEO-IKS02A1 shield - MEMS microphone
3 :relevant-api: audio_dmic_interface
5 Acquire audio using the digital MEMS microphone on X-NUCLEO-IKS02A1 shield.
9 This sample enables the digital MEMS microphone on X-NUCLEO-IKS02A1
13 the digital MEMS microphone on X-NUCLEO-IKS02A1 shield.
21 This sample communicates over I2C with the X-NUCLEO-IKS02A1 shield
29 Similar consideration may apply to other boards as well.
34 - X-NUCLEO-IKS02A1: https://www.st.com/en/ecosystems/x-nucleo-iks02a1.html
39 This sample runs with X-NUCLEO-IKS02A1 stacked on any board with a matching
41 To build the sample you can use following command:
43 .. zephyr-app-commands::
44 :zephyr-app: samples/shields/x_nucleo_iks02a1/microphone/
70 - 16KHz sample rate
71 - 16 bits per sample
72 - 1 channel (mono)
74 One second of acquisition at a 1 channel 16KHz sampling rate yields 16,000 16-bit samples.
88 -----------------
94 special characters (such as :kbd:`CTRL-Z` or :kbd:`CTRL-D`)
97 .. code-block:: console
99 stty -F /dev/ttyACM0 115200 raw
101 dos2unix -f /tmp/sound.raw
105 The dos2unix command is used to recover the situation in which the character 0x0a is
113 may get rid of them using the following linux command (change ``skip`` value according
120 ----------------
125 .. code-block:: console
127 -- start
146 -- end
149 --------------
154 Use the 'Import->Raw Data' menu to load the sound.raw file as