/i2s_xiao-esp32c3

I2S example using XIAO ESP32C3 and Adafruit MAX98357A breakout

Primary LanguageC++

I2S XIAO_ESP32C3 Example

Some were struggling, did research, here is an example.

You Need

Wiring

  • GND connected GND
  • VIN connected 5V
  • LRC connected to pin D7 (GPIO20)
  • BCLK connected to pin D6 (GPIO21)
  • DIN connected to pin D5 (GPIO7)

Conclusions

This is just how to get I2S working with the setup above. The innovative aspects of a project are up to you.

License

WTFPL – Do What the F*** You Want to Public License