Using stm32(Bluepill) as ADC
Hello guys, I am working on a acoustic source localization project. I need to sample the amplified signal from Hydrophone. The acoustic source emits a sound frequency of 42khz. I need to sample this signal at a frequency of 100Khz or even 200khz(if possible) and send these values to single board computer using USB communication for just 2 seconds for every minute. Is it possible? if yes how?
Edit: It is totally fine for me to use parallel ADC IC, microcontrollers read digital inputs faster than analog inputs right?