ESP32 Audio Kit v2.2 2-way audio #641
-
I'm trying to get Sink and Source working over BT Classic on the ESP32 Audio Kit v2.2 and can't seem to make much progress. Has anyone gotten this to work? Working on some Home automation and am trying to replicate Alexa Drop in basic functionality |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
I am not sure what functionality are you referring to exactly ? |
Beta Was this translation helpful? Give feedback.
-
Some people seem to have issues with the stream based implementation (mainly as an audio source). Just replace the I2SStream with an AudioKitStream... |
Beta Was this translation helpful? Give feedback.
-
Just had a look at your sketch and there are many problems with it
So using A2DP for a 2Way Radio will not work!. I suggest to use ESP-Now instead or a TCP/IP based protocol instead... |
Beta Was this translation helpful? Give feedback.
-
What makes you think that you need to can only you use the line in or the headphone jack ? The only issue with this board (if you have a ES8388 version) however is, that you can't switch off the microphones. |
Beta Was this translation helpful? Give feedback.
Just had a look at your sketch and there are many problems with it
So using A2DP for a 2Way Radio will not work!. I suggest to use ESP-Now instead or a TCP/IP based protocol instead...