Page 1 of 1

audio over Bluetooth to I2S

Posted: Mon Mar 09, 2020 2:11 pm
by esp32user123
I want to use the ESP 32 for a Bluetooth audio application. the ESP32 will receive audio over Bluetooth and it will output it, preferably over I2S. Data preferably 44ksps stereo 16 bit. First question is, can the ESP32 do that? If positive, are there any examples I can base myself on?

Re: audio over Bluetooth to I2S

Posted: Mon Mar 09, 2020 2:44 pm
by ESP_Sprite
There's no specific need to use ADF for that; this esp-idf example should do what you want.

Re: audio over Bluetooth to I2S

Posted: Mon Mar 09, 2020 3:14 pm
by esp32user123
Excellent, the simpler the better. I will give it a go. Thanks for the quick reply.