Search found 1 match

by Murkur
Sun Mar 08, 2015 1:45 pm
Forum: General Discussion and Questions
Topic: ADC Audiosampeling
Replies: 1
Views: 2401

ADC Audiosampeling

Hi I just got my Micropython board and I want to be able to triangulate an audio signal at 40kHz. To do that i need to sample 3 ADC pins each one has to have a sampling frequency of +80kHz. Now I have only been able to sample at a proximity 8kHz using adc.read() function. I have seen some posts here...