Skip to content

Input/output signals ESP32 A2DP #1055

Answered by pschatzmann
JohanWellander asked this question in Q&A
Discussion options

You must be logged in to vote

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:

  • I2S (I don't think this will work reliably, most people report lost samples)
  • Built in DAC -> ADC: I expect the quality to be not good, though some users were quite happy with this. But you can forget using proper stereo, since ADC supports only one channel.
  • Serial connection using some compressed data with the help of a c…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants