Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP32-Audio-Kit 2.3 with ES8388 audio chip version #43

Open
SharipovIR opened this issue Aug 16, 2023 · 4 comments
Open

ESP32-Audio-Kit 2.3 with ES8388 audio chip version #43

SharipovIR opened this issue Aug 16, 2023 · 4 comments

Comments

@SharipovIR
Copy link

SharipovIR commented Aug 16, 2023

I want to use ESP 32-Audio-Kit 2.3 with ES8388 audio chip version.
Connected a TFT 320x240 with ST7789.
I can't adjust the sound for the board - I need help.
Me inspired a working example with a web radio for this board (ECP32 ES8388) from the ECP32-audio I2S library.

@e2002
Copy link
Owner

e2002 commented Aug 16, 2023

@SharipovIR I find it difficult to answer this question, because I do not have this board. I am not able to check if it works.

@SharipovIR
Copy link
Author

It's work !
For this board need small changes yoRadio.ino , myoptions.h (files in
yoRadio.zip ) .

Image2023-08-21

@brezel64
Copy link

Hello,
ESP32 Audio Kit 2.2 A247 Board after compiling
Serial monitor output: Connect to ES8388 codec... Failed!
I have the following PIN configuration in the ino:

// GPIOs for SPI ES8388
#define ES_SPI_MOSI 15
#define ES_SPI_MISO 2
#define ES_SPI_SCK 14
#define ES_SD_CS 13

// I2C GPIOs for ES8388
#define ES_IIC_CLK 32
#define ES_IIC_DATA 33

I have the following PIN configuration in myoptions.h:

#define DSP_MODEL DSP_SSD1306
#define I2C_SDA 21
#define I2C_SCL 22
#define I2C_RST -1

#define I2S_DOUT 26
#define I2S_BCLK 27
#define I2S_LRC 25
#define I2S_DSIN 35
#define I2S_MCLK 0

#define BTN_LEFT 5
#define BTN_CENTER 23
#define BTN_RIGHT 18
#define BTN_MODE 19

The audio board runs with the schreiblaul library in my sketch.

Can anyone help here?

@SharipovIR
Copy link
Author

I only succeeded with the SPI display.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants