A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By l1llo5
#20059 Hi

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 :geek:
User avatar
By pvvx
#21380
l1llo5 wrote:If we send the audio via UART, 12bit audio, at 115200BPS:

115200/12+1(Stop)=8228 Samples/sec more than 4Khz
Default built in ADC ESP8266 10..12bits, sample rate of 22kHz.
So far there are no examples audio codec.
Send/receive UDP packets.