Page 1 of 1

Stereo Bluetooth using two ESP32 as receiver

Posted: Tue Sep 03, 2024 9:02 am
by jtaverne
I would like to implement a stereo speaker Bluetooth system using two separate ESP32 circuits. One for the left channel and one for the right channel. Is this actually possible? Is there an example which demonstrates this?

Re: Stereo Bluetooth using two ESP32 as receiver

Posted: Sun Sep 29, 2024 9:59 am
by ESP_William
There is a Wi-Fi-based communication protocol to share music among multiple interconnected speakers https://github.com/espressif/esp-adf/tr ... multi-room, can this solve your problem?