Page 1 of 1

Making an ESP32 Bluetooth Speaker

Posted: Tue Feb 13, 2018 1:48 am
by chefboyrd
Hello,

Newbie here. I'm currently looking to create a bluetooth speaker streaming music from an iPhone using the ESP32. I've seen MrBuddyCasino's ESP32 Web Radio example but I'm looking to program this in C. Would anyone be able to point me in the right direction on how I might do this? Not sure how to implement in the bluetooth examples.

Best,
chefboyRD

Re: Making an ESP32 Bluetooth Speaker

Posted: Tue Feb 13, 2018 5:32 am
by vibnwis
The Bluetooth speaker is included in the source. You need to configure it to Bluetooth Speaker Mode by typing the command in the root folder
> make menuconfig

You will need to do a bit reading first. Check this out, https://github.com/MrBuddyCasino/ESP32_MP3_Decoder. Reading materials are at the bottom.