e2002 / yoradio

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

yoRadio on ESP32-8048s070C? #67

Open DaradiciLevente opened 8 months ago

DaradiciLevente commented 8 months ago

Can this project also work on ESP32-8048s070C? It has an ESP32-S3 microcontroller, a 7-inch capacitive touchscreen display, and a built-in i2C audio amplifier.

bad040 commented 7 months ago

Yes it can. Available display boards are in documentation. I use this display board.

DaradiciLevente commented 6 months ago

I can't find any link where I can find the necessary documentation. Can you help me with a link?

dabu667 commented 6 months ago

Seems unlikely to work on ESP32-8048s070C. The chipset is ESP32-S3 and this project is meant for the original ESP32. Also, I see the TFT driver is EK9716, which is not included in this project, and probably the big resolution takes too much memory. I may be wrong though, and maybe someone managed to make it work. I'm just trying to help, as others have helped me.