AudioSourceIdxSD prevents connection to bluetooth speaker #2119
Answered
by
pschatzmann
craiglindley
asked this question in
Q&A
-
Problem DescriptionI built an example arduino program using the player-sdfat-a2dp player and it worked perfectly. However if I try to use AudioSourceIdxSD instead of AudioSourceIdxSDFAT the program tries to connect and then disconnects over and over. Any ideas about what I am doing wrong? Device DescriptionESP32 dev module no PSRAM SketchThe player sketch that you provide doesn't work. So I don't think it is my code. Other Steps to ReproduceNo response What is your development environment (incl. core version info)Arduino IDE 2.3.5 I have checked existing issues, discussions and online documentation
|
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Aug 4, 2025
Replies: 1 comment
-
Try to make sure that you have some basic test cases using the SD library w/o the AudioTools working before moving to AudioTools! Not sure if the SD library is fast enough for A2DP... |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try to make sure that you have some basic test cases using the SD library w/o the AudioTools working before moving to AudioTools!
Not sure if the SD library is fast enough for A2DP...