Skip to content
Discussion options

You must be logged in to vote

It is not quite clear to me what exactly you try to do.
I just want to point out that the ESP32C3 does not support A2DP as you can see in the Wiki!
I never used a ESP32 I2S in slave mode, but you just need to use I2S_MODE_SLAVE instead of I2S_MODE_MASTER in i2s_config.
It is already quite difficult to implement a reliable A2DP Source. If you plan to feed it via I2S I would expect that this might get quite challenging, since you need to make sure that the data is available when the callback is executed!

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@g3gg0
Comment options

@pschatzmann
Comment options

@g3gg0
Comment options

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 #328 on November 30, 2022 08:27.