We are a groups of students, and we want to transmit Audio via ESP. Our audio has a sample rate of 4Khz.
We have seen some post about streaming audio, and people say that it is little dificult, because they need high transfer ratio. But our audio has slow sample rate.
We have been thinking about use FILTER(100Hz-2000Hz)->ADC(4Khz Sample rate)->ESP->Android
It is posible that we need a Codec IC to transmit the audio properly. We set the ESP as a AP
We want to know if it is posible with ESP?
If we send the audio via UART, 12bit audio, at 115200BPS:
115200/12+1(Stop)=8228 Samples/sec more than 4Khz
Thanks for All