Edzelf / ESP32Radio-V2

New version of the well known ESP32 Radio. Now optional I2S output!
Apache License 2.0
183 stars 45 forks source link

Feature request: Bluetooth audio streaming #43

Open timo619 opened 2 years ago

timo619 commented 2 years ago

Hi,

is it possibly to add Bluetooth audio streaming? Could also be as a preset station to save buttons.

Here are some examples I found online: https://www.pschatzmann.ch/home/2020/03/27/1255/

https://github.com/MrBuddyCasino/ESP32_MP3_Decoder

Edzelf commented 2 years ago

As far as I know, a combination of WiFi and BT simultaneously is not possible.

timo619 commented 2 years ago

I meant that you can select if you want to play a Webradio station or receive a Bluetooth audio stream from your smartphone for example. But not at the same time. But then there is the problem with the webserver and mqtt. Didn't think of that.

Edzelf commented 2 years ago

You may use a BT receiver and feed the output to the radio amplifier.

timo619 commented 2 years ago

Hi, during my websearch I found the following content, which shows that Bluethooth and Wifi should be possible in generell. But a totally different setup would be necessary: https://github.com/BM45/esp-adf/tree/master/examples/advanced_examples/wifi_bt_ble_coex

A webradio with the adf framework, but bluetooth not implemented (yet): https://github.com/BM45/iRadioMini