e2002 / yoradio

Web-radio based on ESP32-audioI2S library
GNU General Public License v3.0
352 stars 90 forks source link

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

Open SharipovIR opened 1 year ago

SharipovIR commented 1 year ago

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 commented 1 year ago

@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 commented 1 year ago

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

Image2023-08-21

brezel64 commented 10 months ago

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 commented 5 months ago

I only succeeded with the SPI display.