External ADC + external DAC on esp32 #1525
-
I have next scheme: mic -> DAC (PCM5102A) -> esp32 -> ADC (PCM1808) -> speaker. I configure these like:
After uploading there is only noise in speakers. What can be the problem? The DAC works well with internal esp32's ADC, but after connecting external one I'm facing that problem. So, I think that the problem may be related to incorrect ADC setting. I tried to change ADC's .is_master to false, nothing happens. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Just look at the provided examples: There is a one port soluton where you can share the pins and a two port solution where you would need to specify the port: |
Beta Was this translation helpful? Give feedback.
-
Hello @gurinkirill, |
Beta Was this translation helpful? Give feedback.
Just look at the provided examples: There is a one port soluton where you can share the pins and a two port solution where you would need to specify the port: