Input/output signals ESP32 A2DP #1055
-
Hello Phil! I am currently working on a project where I will stream music via Bluetooth using ESP32 and I found the great work you have done regarding this. I'm new to signal processing and have a question about how it works. My plan is to:
So my question is, do you have any tips or tricks on how I can do this? I have managed to receive the signals from my phone and also transmit sound to a Bluetooth speaker. The problem I encounter is in step 2 and 3 since I'm not sure of what kind of signals the output is or what it should be, for example, I2S or analog? Further on I'm not sure how to handle the input to the second ESP32, what kind of signal is coming in, and if I need to process the signal to transmit it to a Bluetooth speaker? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
First of all, I don't see the added value of doing this: you can connect directly from your phone to the Bluetooth speaker. The biggest challenge that I see is to transmit the signal between the 2 ESPs reliably. I see the following options:
I suggest to prototype all 3 options: I would tend to go for the third one. ps. I suggest to go thru the Wiki of this project.. |
Beta Was this translation helpful? Give feedback.
First of all, I don't see the added value of doing this: you can connect directly from your phone to the Bluetooth speaker.
If you still want to do this you have quite a few challenges. But you can find examples for all the involved steps in this project!
The biggest challenge that I see is to transmit the signal between the 2 ESPs reliably.
I see the following options: