mardev labs: blog

All posts

2025 Jan 30

An Audio DSP on RP2040

A while back (a few years ago, actually), I wrote a working audio DSP engine on the RP2040. I delve into the details of how it works and demonstrate a flanger effect I wrote for it.

2022 Jan 30

Raspberry Pi Pico PIO without the SDK

Configuring the Pico's PIO state machines without using the SDK. The datasheet and associated documentation got me most of the way there, but I encountered a couple of obstacles with non-obvious solutions which I cover here.