Getting the examples to work on a LyraT 4.3 board #718
-
I have both an AI Thinker AudioKit board and an ESP32 LyraT 4.3 board. I’ve successfully got the AI Thinker AudioKit board playing Internet radio streams through the on-board amplifiers to speakers, using your example file:
I’ve now tried the LyraT board. I wasn’t sure what example file to use, so tried:
It connects to the stream correctly and I get as far as a series of lines:
but no sound. Is there something else I need to do to enable the amplifier, and the touch buttons? Sorry if this is already in the documentation somewhere, and thank you for an amazing resource! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Check the Readme of the AudioKit project! All these boards need the AudioKitStream! |
Beta Was this translation helpful? Give feedback.
-
OK, thank you - I'll try that. |
Beta Was this translation helpful? Give feedback.
-
I've now selected the LyraT 4.3 board in AudioKitSettings.h with:
I can compile and upload: basic-a2dp-audiokit but I can't get any sound through the speakers attached to the JST sockets. Please can someone suggest what I'm doing wrong. The same tests with the AI Thinker AudioKit board worked perfectly first time. |
Beta Was this translation helpful? Give feedback.
Check the Readme of the AudioKit project!
You need to select the proper board
All these boards need the AudioKitStream!