
Wookash Podcast Alex Evans | Building Hardware One Step at a Time
Feb 21, 2026
Alex Evans, an engineer and open-source hardware maker behind projects like the Plinky Synth, walks through building electronics from idea to manufacturing. He covers part selection, KiCad workflows, USB-C placement, RP2040 layout, routing and ground planes, adding audio and battery management, and preparing BOMs and manufacturing files. Practical, hands-on design and tooling tips throughout.
AI Snips
Chapters
Transcript
Episode notes
Why He Chose The RP2040
- Alex chose the RP2040 because its documentation and design guides are excellent.
- Good datasheets made wiring USB and power trivial compared to older chips.
Follow Datasheet Placement Rules
- Follow chip datasheet recommendations: place USB series resistors close to the microcontroller.
- Small recommended parts (33Ω, etc.) fix reflections and improve signal integrity.
Put The Debug Header Near The CPU
- Place debug/programming headers close to the CPU to reduce trace length and reflections.
- A short SWD connection speeds up debugging and improves reliability.
