Hi,
I was looking to a way to stream audio over Bluetooth to a Bluetooth speaker. My end goal is to attach some sort of microphone to the microcontroller, and then make it stream the audio coming in to a Bluetooth speaker.
I searched for Bluetooth audio module, and I found the RF-52 which seems to have all the features that I was looking for. But I wasn’t able to find anywhere information on how to pair the module to a Bluetooth device and than stream audio to it. Even in the data sheet there is nothing about that.
Someone can advise me on how to use it for my specific purpose? Or advise me another Bluetooth module with a documentation that also cover the transmit part.
Thanks in advance!
Are you want to doing A2DP-Sourcing?
How about use the ESP32?
For example: GitHub - pschatzmann/ESP32-A2DP: A Simple ESP32 Bluetooth A2DP Library (to implement a Music Receiver or Sender) that supports Arduino, PlatformIO and Espressif IDF
Wow, I didn't tought that the ESP32 was capable to process the analog audion input and send it to a bluethooth device.
I'll do some more research in that direction, thanks!
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.