Edzelf / ESP32-Radio

Internet radio based on ESP32, VS1053 and a TFT screen.
GNU General Public License v3.0
976 stars 229 forks source link

ESP32 as a bluetooth audio receiver #287

Open macikm opened 4 years ago

macikm commented 4 years ago

When ESP32 has built-in BT module, is it possible to enhance this project of capability to read BT stream (eg. from phone) and play music from it?

There is project, which has this option - but it is over my knowledge to implement it to ESP32-Radio

https://github.com/MrBuddyCasino/ESP32_MP3_Decoder

macikm commented 3 years ago

is it possible to make form ESP32-Radio a bluetooth speaker? please, can You thing about it? :-)

Thanks a lot!

Edzelf commented 3 years ago

Not in software. You can add a bluetooth transmitter to the VS1053. Something like this.

macikm commented 3 years ago

Not in software. You can add a bluetooth transmitter to the VS1053. Something like this.

thanks for your reply for now I have to connect directly to amplifier a BT receiver or ESP radio - it cannot be connected in same time. So I'm thinking how to "integrate" function of BT receiver directly into ESP32 - without need of extra HW (when a ESP32 has a capability of BT)