karawin / Ka-Radio32

esp32 version of Ka-Radio (https://github.com/karawin/Ka-Radio) by jp Cocatrix
515 stars 155 forks source link

PCM5102 #215

Closed Zinci closed 3 years ago

Zinci commented 3 years ago

I have one VS1053 board and this works fine with ESP32 and ESP8266. I also have a PCM5102 and that does not work. I connected the PCM5102 according to the schematic diagram:

PCM5102 - ESP32 VIN - 5V GND - GND LRCK - D25 DIN - D22 BCK - D26

I also tried the SCK to 5V through a resistor, but no joy.
The Settings on a Web page was set to I2S. Does this board work with ESP32 or did I do something (probably) wrong?

karawin commented 3 years ago

Please read https://github.com/karawin/Ka-Radio32/blob/master/HardwareConfig.md It depends on the configuration file. But you are right, the default is standard_adb.csv To connect it do: FLT GND DMP GND SCL Not connected BCK is P_I2S_BCLK DIN is P_I2S_DATA LCK is P_I2S_LRCK FMT GND XMT 3.3V VCC 5V or 3.3 3.3v GND GND

Zinci commented 3 years ago

Thanks, I completely missed the files on main page. Sorry about that. I usually read everything first. My bad.