There's no DAC on the ESP32-S3 - but that's not a problem - we'll just use PDM!
Ooh - that is really interesting! I will have to take a look.
which pin should i connect the speaker to on the seeed studio esp32 s3?
Worth noting that since ESP-IDF 5.0 and its new I2S driver you don't have to waste a pin on clock signal if you don't use it, and you can also output stereo PDM channels separately (see the `line_mode` parameter).
Ooh - that is really interesting! I will have to take a look.
which pin should i connect the speaker to on the seeed studio esp32 s3?
Worth noting that since ESP-IDF 5.0 and its new I2S driver you don't have to waste a pin on clock signal if you don't use it, and you can also output stereo PDM channels separately (see the `line_mode` parameter).