A2DP Source and I²S slave #329
-
Hi, great project. Really appreciate your work put into making a proper library. I am currently planning to get a toniebox bluetooth ready for xmas (internally it has CC3200 - > DAC3100 via I²S). Hardware will most likely be a XIAO ESP32C3, eavesdropping DIN, BCLK and WCLK. Q: Did you already experiment with such operating mode? Thank you. Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
It is not quite clear to me what exactly you try to do. |
Beta Was this translation helpful? Give feedback.
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!