Unable to get ESP32 Audio Kit working with either AUDIOKIT_BOARD value #121
-
Hi Phil (and anyone else reading). I've been trying to work my way out of the problems caused by there being two different ESP32 Audio Kit v2.2 boards. I'm a bit stuck though and hope there's a suggestion of where to go next. I've opened the example
So from this I can conclude my board has the older sound chip, and that AudioKit has detected it on the I2C bus, but I clearly need to do something else for reset and codec initialisation to succeed. Any suggestions? By the way, I'm using the library that I cloned from git this morning, and in Arduino I've got the board set to ESP32 Dev Module with PSRAM enabled. DIP switches 2 and 3 are on, the rest are off. |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 5 replies
-
Please read the readme of the AudioKit project: You need to update the setting in the configuration file as indicated there.... |
Beta Was this translation helpful? Give feedback.
-
if you check in Arduino/libraries/arduino-audiokit/src directory you should find the AudioKitSettings.h file |
Beta Was this translation helpful? Give feedback.
-
Hmm, that's strange and at the moment I have no idea what your issue could be. I re-tested on my side the two different boards and for me everything is working. Did you ever manage to have your board working with any other Software (e.g. ADF) ? What's the exact Version Number on your board. On my boards I have V2.2 3478 for the ES8388 and V2.2 2762 for the AC101 The only thing that you could try is to set AUDIOKIT_USE_WIRE to 0 to use the native ESP32 I2C implementation. But my hopes are low... |
Beta Was this translation helpful? Give feedback.
-
I honestly can't remember if I've ever had anything running on this. I got it shortly before contracting Covid and about 5 months of my memory has gone. (Speaking of lost memory, I've also completely erased the flash on the board using esptool.py, but that was just grasping at straws.) The version is V2.2 2957, and setting AUDIOKIT_USE_WIRE didn't make any difference either 😕 I've got a LyraT board here as well, so I'll try getting an example onto that later on to make sure that my PC is building things correctly. (Thanks for your help so far!) |
Beta Was this translation helpful? Give feedback.
-
I googled your version and it might be that on that revisions pins are different from my revision... |
Beta Was this translation helpful? Give feedback.
-
Looking further in the linked issue change |
Beta Was this translation helpful? Give feedback.
-
I create a new id so that I can handle the conflicts properly |
Beta Was this translation helpful? Give feedback.
-
I committed some changes. You will need to update the following libraries
|
Beta Was this translation helpful? Give feedback.
I committed some changes. You will need to update the following libraries