I PLAY THE MUSIC WITH A PHONE'S MUSIC PLAYER ,BUT FIND SOME BUGS. #573
-
My mobile phone is connected to esp32 Bluetooth and then I click to play a music. It can play normally ,but once I pause to play again it doesn't work normally.It will disconnect.If i wang to connect Bluetooth ,I need to click Bluetooth manually on my phone. #include "AudioTools.h" I2SStream i2s; void setup() { i2s.begin(cfg); |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I can'r reproduce your problem! I was testing today again with the latest ESP32 Core version 3.0.1 and my Android Phone with different applications hitting pause and play of with different durations and it was working perfectly. What core are you using ? You can try to analyze what's going on in detail by activating both the A2DP and Audiotools logging. I recommend to use the log level info for both. The Readme of the corresponding projects are desribing how to do this... |
Beta Was this translation helpful? Give feedback.
I can'r reproduce your problem!
I was testing today again with the latest ESP32 Core version 3.0.1 and my Android Phone with different applications hitting pause and play of with different durations and it was working perfectly.
What core are you using ?
You can try to analyze what's going on in detail by activating both the A2DP and Audiotools logging. I recommend to use the log level info for both. The Readme of the corresponding projects are desribing how to do this...