Skip to content

The library works in the example, but not in my sketch #543

Answered by pschatzmann
renatoianhez asked this question in Q&A
Discussion options

You must be logged in to vote

I do not see what could cause this issue:

  • try to update the A2DP library, I have committed some corrections, however I currently do not see how this would relate.
  • In the Arduino Tools menu, set the log level to Warning or Info and look for hints: does it connect, does it send audio to i2s ?
  • Activate the AudioTools logging at info level and double check that your initialization is executed
    AudioLogger::instance().begin(Serial, AudioLogger::Info);

If the above did not give any clues:

  • Take your sketch and try to comment out things in order to identify what's causing this.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants