AudioSourceIdxSD prevents connection to bluetooth speaker #2119
-
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.
Replies: 2 comments 4 replies
-
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.
-
Thanks you gave me things to try.
…On Thu, Aug 14, 2025 at 8:49 AM Phil Schatzmann ***@***.***> wrote:
The SD library is very slow
<https://www.pschatzmann.ch/home/2025/03/25/test/>.
You can try to increase the SPI frequency.
However I would recommend to use SDMMC instead...
—
Reply to this email directly, view it on GitHub
<#2119 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH6K5D6HSSRHVTKI5SJ3ODD3NSOYHAVCNFSM6AAAAACD23ZWF2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMJQGUYDOMQ>
.
You are receiving this because you authored the thread.Message ID:
<pschatzmann/arduino-audio-tools/repo-discussions/2119/comments/14105072@
github.com>
|
Beta Was this translation helpful? Give feedback.
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...