How to play audio from Seeeduino XIAO?

As hard as I’ve tried I can’t get audio to play from this module. Is there any way at all to play audio from the XIAO? I thought initially that the DAC pin could be used that way, but nothing works.

Is there any way to play audio from the XIAO?

@dani_rabi There u go .

1 Like

Unfortunately, the XIAO’s flash is too small to include the CircuitPython audio code. You’ll need a board with external SPI flash to store the CIRCUITPY drive and make room for the audiocore.

You may be able to use Arduino but I’m not sure how to do that. (I work on CircuitPython.)

1 Like