har-in-air / STM32F411_USB_AUDIO_DAC

USB Audio DAC using inexpensive STM32F411 / 401 "Black Pill" and PCM5102A modules
GNU General Public License v3.0
157 stars 30 forks source link

is there an easy way to add an ADC #16

Open OwnGamesGamer opened 1 year ago

OwnGamesGamer commented 1 year ago

I would want to have an ADC and a DAC connected to this to recors and play audio on my pc. would that be possible with this or with small modifications?

har-in-air commented 1 year ago

You can search for this in the stm32 official code repository 

Sent from Yahoo Mail on Android

On Mon, 24 Apr 2023 at 16:40, @.***> wrote:

I would want to have an ADC and a DAC connected to this to recors and play audio on my pc. would that be possible with this or with small modifications?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

DeflateAwning commented 6 months ago

It looks like at least one fork has gotten an ADC working:

Not sure how well it works, but just wanted to share that I found it.