Error initializing I2C #5
-
Hi, I've been working on my code for a couple of weeks (using ES8388 as an ADC for ESP32 S3). Most of the time, I didn't get anything from StreamCopy and I kind of figured why. There is some error in the I2C communication, but I'm not exactly sure what it could be. Info: output_device: 0 I attached my code below: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Since the ES8388 is working perfectly with the AudioKit, it can only be the initialization of I2C. Are you doing this via the pin definitions or yourself ? Both options are explained in the Wiki |
Beta Was this translation helpful? Give feedback.
-
Did you try with some other pins ? The default (recommended?) pins would be
|
Beta Was this translation helpful? Give feedback.
Since the ES8388 is working perfectly with the AudioKit, it can only be the initialization of I2C. Are you doing this via the pin definitions or yourself ? Both options are explained in the Wiki