All Projects

New Baby, New Umbilical Art

Our second child was born! So we had to make a new weird shrine with the umbilical cord so we’re not playing favorites.

Reverse Engineering the Dash Learning Robot

I brushed up on my Ghidra to add to the open source interface for a Dash robot I found at Goodwill. Finally, another thrift store project!

Profiling ESP32 UDP Sends

With my new profiling setup, I decided to test efficiently sending UDP data logs.

Making an Embedded Profiler 3: ESP IDF Tools

I want to settle on the tooling I’ll use for a large ESP32 project. I gave the raw ESP-IDF Espressif tools (without the Arduino wrapper) a try for the first...

Making an Embedded Profiler 2: Minimal Logging Library

I prototyped an embedded logging library. It focuses on flexibility, low resource usage, and compile-time configurability.

Fatal Core Dump Game

I decided to make a somewhat educational murder mystery game, with debugging a core dump as the main piece of evidence.