Page 1 of 1

ESP32 BT+I2S

Posted: Tue Feb 16, 2021 6:21 am
by mgepigon
Trying to send audio from I2S mic to a BT sink. How should I go about in doing this? I have both components working but need to integrate them together. Any thoughts regarding DMA sizes and timing interrupts I should try implementing?

Re: ESP32 BT+I2S

Posted: Mon Mar 08, 2021 7:12 pm
by rmond18
Hi!

I'm also working with the same project where I'm planning to stream the audio from the mic to a BT sink, however I have just started learning using ESP32 and most of the application of the code that I found were streaming .WAV files to a BT sink only.

May I ask if you have any progress in this?