A single-channel microphone is a device designed to capture audio and output it as a single-channel signal (mono). This is the most common type of microphone used in applications like speech, music recording, or public addressing systems. The ICS-43434 digital I2S output bottom port microphone. The complete ICS-43434 solution consists of a MEMS sensor, signal conditioning, an analog-to-digital converter, decimation and antialiasing filters, power management, and an industry standard 24-bit I²S interface. The I²S interface allows the ICS-43434 to connect directly to digital processors, such as DSPs and microcontrollers, without the need for an audio codec in the system. The ICS-43434 has multiple modes of operation: High Performance, Low Power (AlwaysOn) and Sleep. The ICS-43434 has high SNR and 120 db SPL AOP in all operational modes.Documentation Index
Fetch the complete documentation index at: https://learn.pcbcupid.com/llms.txt
Use this file to discover all available pages before exploring further.
Pin Configuration
- VDD: Power supply for the microphone (1.62V to 3.63V).
- GND: Ground connection.
- WS: Word Select (Frame Sync) input for I²S interface.
- SCK: Serial Clock input for I²S interface.
- SD: Serial Data output.
- L/R: Left/Right channel select. Determines whether the device outputs data on the left or right channel.
Key Features
- Operating Voltage: 1.62V to 3.63V
- Current Consumption (Typical): 490 µA
- Sleep Current : 12uA
- Acoustic Overload Point: 120 dB SPL
- Signal-to-Noise Ratio (SNR): 65 dB(A)
- Frequency Response: 60 Hz to 20 kHz
- Sensitivity: -26 dBFS ±1 dB
- Interface: I²S (Integrated Interchip Sound)
- Output Format: 24-bit, two’s complement
- Channel Selection: Left/Right selectable via L/R pin
- Application Suitability: Optimized for voice capture and far-field audio
Application
- Speech Recording: Captures clear voice signals for podcasts, interviews, or telecommunication.
- Music Recording: Records instruments or vocals in studios.
- Public Address Systems: Amplifies a speaker’s voice for large audiences.
- Broadcasting: Used in radio and TV stations for high-quality voice capture.
Step 1: Hardware Required
- Glyph Boards
- Gsense 1CH Microphone
Step 2: Circuit Diagram
Step 3: Code Setup
- Open Arduino IDE.
- Make sure to install the “Audio Tool” library
- Copy and paste the following code into the Arduino IDE:
Step 4: Upload the Code
- Connect the Board
- Connect your GLYPH board to your computer
- Select the Board and Port
Tools > Board > esp32 > Pcbcupid GLYPH C6
Tools > Portand select the port connected to your GLYPH.Tools > USB CDC on Boot >Enabled
-
Upload the Code
- Click the upload button (➡️ icon) or use the shortcut
CRTL + Uin Arduino IDE to upload the code to the board.
- Click the upload button (➡️ icon) or use the shortcut
Step 4: Observe the output
The output can be visualized in the plotter of Arduino IDE, Please check the below image for reference Output on Arduino IDE 1.x
