i2c LCD not working while playing audio #840
Unanswered
Udaymakxenia
asked this question in
Q&A
Replies: 3 comments 18 replies
-
I have the impression that you use Wire for the LCD and Wire1 for the AudioKit on the same pins: this can't work!
|
Beta Was this translation helpful? Give feedback.
3 replies
-
Yes, but you also need to make sure that both are using either the same port: either Wire or Wire1 |
Beta Was this translation helpful? Give feedback.
7 replies
-
I think the issues are your selected pins: they are in use |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Phil I was trying out a basic sketch where the lcd prints data while the audio plays .
But if the decoder starts the lcd will not print anything after that and gets stuck.
Could you tell me if this is something related to the two devices using the same i2c bus .
I have a ESP32A1s (AC101) .
I tried individual codes and it works but when I merge them the audio plays well but the lcd hangs.
I tried disabling USE AUDIOKIT_WIRE in the library, did not work.
Could you give some suggestions.
Beta Was this translation helpful? Give feedback.
All reactions