Skip to content

Streaming bluetooth audio from phone-esp32-esp32-bluetooth speaker #864

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

You must be logged in to vote

You should not ignore my recommendations that can be found in the Wiki

It is quite obvious that you need to systematically search for the source of your error: In can be basically everywhere!

  • A2DP needs 16bits on 2 channels, so if you mess around with 32 bits, this will not help.
  • Try to find out if the issue is on the output side
  • You were not clear if the issue is when you send the audio from your iphone, if so, try to replace it with some other devices
  • I don't think that you will have any success in connecting 2 ESP32 over a wire using GPIO pins, whatever you mean with this
  • And finally you can also forget about sending audio to multiple receivers via A2DP at the same time: This is not s…

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