Skip to content

Commit 04ac6b1

Browse files
loop233espressif-bot
authored andcommitted
docs(audio): add adc mic hardware design reference
1 parent fc9a1ca commit 04ac6b1

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed
82.7 KB
Loading

docs/en/audio/adc_mic.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@ Features
1515
Reference Circuit
1616
------------------
1717

18+
The external reference circuit is shown below. Customers can choose between transimpedance amplifier or inverting/non-inverting amplifier circuits to amplify the MIC input signal. For more design reference information about front-end MIC amplifiers, please refer to `Single-Supply, Electret Microphone Pre-Amplifier Reference Design <https://www.ti.com/lit/ug/tidu765/tidu765.pdf>`__.
19+
20+
Notes:
21+
- Bias: The ADC side needs midpoint bias (such as Vref/2), and AC coupling on the op-amp output side to avoid DC saturation of the ADC.
22+
- Power supply: It is recommended to use LDO for MIC power supply regulation to avoid power supply fluctuations affecting ADC sampling. If external LDO is not used, please add separate RC filtering on the power supply side.
23+
- It is recommended to select MIC with sensitivity greater than -46dB to avoid ADC sampling errors due to insufficient MIC sensitivity. Adjust the amplification factor according to the microphone sensitivity.
24+
25+
.. figure:: ../../_static/audio/adc_mic_hardware_ref_design.png
26+
:align: center
27+
:alt: ADC mic hardware reference design
28+
29+
ADC mic hardware reference design
30+
1831
External Configuration for ADC Continuous
1932
------------------------------------------
2033

docs/zh_CN/audio/adc_mic.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ ADC 麦克风
1515
参考电路
1616
----------
1717

18+
外部参考电路如下,客户可以选择跨阻放大器或者同相/反相放大电路对 MIC 输入信号进行放大。关于前端 MIC 放大器的更多设计参考信息,请参考 `Single-Supply, Electret Microphone Pre-Amplifier Reference Design <https://www.ti.com/lit/ug/tidu765/tidu765.pdf>`__。
19+
注意:
20+
- 偏置:ADC 端要有中点偏置(如 Vref/2),并在运放输出侧 AC 耦合,避免直流顶死 ADC。
21+
- 电源:MIC 供电最好使用 LDO 进行稳压,避免电源波动影响 ADC 采样。如果不使用外部 LDO,请在电源侧进行单独的 RC 滤波。
22+
- 推荐选择灵敏度大于 -46dB 的 MIC,避免 MIC 灵敏度不足导致 ADC 采样误差。并根据麦克风的灵敏度调整放大倍数。
23+
24+
.. figure:: ../../_static/audio/adc_mic_hardware_ref_design.png
25+
:align: center
26+
:alt: ADC mic hardware reference design
27+
28+
ADC mic hardware reference design
1829

1930
外部配置 ADC Continuous
2031
--------------------------

0 commit comments

Comments
 (0)