Skip to content

A2DP with I2C doesnt work #1730

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

You must be logged in to vote

This is not a bug in my solftware, so please don't open an issue for it, but use a discussion.

I am afraid I don't quite understand your hardware setup and what you try to do.
Are you sending an analog output from the aux output of the AudioKit to the ADAU1701 ?
Wouln't you better just use a simple ESP32 and communicate via I2S ?
Your sketch seems to control the volume: but both the BluetoothA2DPSink and the AudioBoardStream already provide some volume control: So I don't see the point.

Last but not least: Wire is already used by the AudioBoardStream to set up the ES8388!

So please use Wire1 or configure the audio driver used by AudioBoardStream to use a different Wire object.

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
Converted from issue

This discussion was converted from issue #1729 on October 03, 2024 18:56.