ESP32-S2 support #2 #496
Replies: 2 comments
-
Hi! I couldn't get it to work on the Lolin S2 mini. Which pins did you use to connect the I2S? |
Beta Was this translation helpful? Give feedback.
-
#define SD_CS 10 #define I2S_DOUT 35 In these definitions, I can play music with the "ESP32-S2-Soala" development board. But there is noise in music. Also, nothing changes when I define different i2s pins. Music plays again, but noise occurs. But when I do this with "ESP32S" there is no noise in the sound and it works just fine. And the codes are exactly the same. |
Beta Was this translation helpful? Give feedback.
-
Hi. This library works very well with ESP32-S. But when I use it with the ESP32-S2 there is some noise in the sound and the song plays a little slower than it should. How can I solve this problem? Does this library not support ESP32-S2?
Beta Was this translation helpful? Give feedback.
All reactions