-
The first ESP32 is encoding and sending the data via serial. The second ESP32 is receiving it and decoding, but the A2DPStream is not playing any audio. What would be the pipeline required for the above req? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
https://github.com/stealth86/esp32-BT/tree/master/GazeboLights - input A2DPstream code |
Beta Was this translation helpful? Give feedback.
-
I suggest to perform a proper error analysis and build your sketch step by step. |
Beta Was this translation helpful? Give feedback.
https://github.com/stealth86/esp32-BT/tree/master/GazeboLights - input A2DPstream code
https://github.com/stealth86/esp32-BT/tree/master/streams_serial_a2dp - Output A2DP code