Microcouple

Microcouple board

Overview

Microcouple is a pair of RP2040-based boards that communicate wirelessly over infrared. Each board includes an LED matrix display, capacitive touch inputs, IR transmit/receive hardware, USB-C connectivity, and on-board LiPo charging.


Notes

On my first revision, I wasn’t careful enough reading the documentation or studying the reference designs. I saw “SoC” and assumed I could just place the chip and go. That was a mistake: the QSPI lines were essential, and I needed to add external storage on those lines for it to work properly. On the second revision I also caught that the EEPROM was missing and fixed that. It was a good reminder that “system on chip” doesn’t mean “system on board.”


Contributions


Technical Highlights


GitHub

github.com/georgesleen/microcouple


Media