Skip to content

Example Output Devices

Phil Schatzmann edited this page Feb 21, 2022 · 5 revisions

AI Thinker AudioKit

To keep things simple I am usually using the AudioKit to test. No needs to wire up anything...just deploy the sketch and run. Audio Kit

Audio with PWM - E.g. RP2040

We use the PWMAudioStream as audio sink. Here as well there are minimum hardware requirements: Just use the processor and use some earphones or piezo electric elements, that will be driven by the output pins:

Earphones Piezo Element

The quality will be quite bad but hey, isn't it cool to have the rp2040 talking with just a few lines of code!