Projects
Most of these projects feed each other: the drone needed a ground station, the ground station needed a PCB, the PCB skills produced a turbine ECU. Statuses reflect what's actually on the bench right now.
Embedded & Control
Custom PCBs, bare-metal firmware, and the tooling to trust them.A from-scratch engine control unit for a miniature turbojet: custom STM32 PCB, safety-first bare-metal firmware, and a desktop bench app, all built after the factory ECU died.
02 Drone Ground Station ActiveA portable ground control station in a Pelican 1550: mini PC, custom ESP32-S3 control-panel PCB, dual MFD displays, and a fully engineered 12V LiFePO4 power system.
08 Satellite Tracking Gimbal PausedA dual-axis gimbal that points an L-band antenna at satellites in real time: ESP32, stepper drivers, live orbital data, and a web control panel, for about $10 of compute.
09 Person-Tracking Radar PausedA radar sensing and logging platform built for a friend: ESP32 firmware streams presence data from a 60 GHz radar into a database, with a live web dashboard and a custom carrier PCB.
RF & Antennas
A deliberate ladder: license → satellite tracking → electronically-steered arrays.An electronically-steered phased array for drone use: the entire RF PCB is generated programmatically from Python, on a hybrid Rogers 4350B stackup with blind vias.
05 Phased Array Simulator CompleteA Rust + Three.js simulation environment for the phased array hardware: beam steering, FMCW radar DSP, and a virtual STM32, live in the browser.
Autonomy & Drones
Aircraft that fly themselves, see in thermal, and get tested against.A family of cheap, fully autonomous target drones for testing counter-UAS systems: no control link to jam, swarm behavior, and TSPI scoring data, optimized for unit cost.
06 Autonomous Drone Platform OngoingA drone that patrols large properties on its own: GPS search patterns, thermal imaging, edge ML for wild hog detection, and a 2-mile tested radio link.
07 Thermal Image Classification PausedOn-aircraft animal detection from FLIR thermal video: from a naive threshold detector that failed in Texas summer to quantized YOLO on an Edge TPU.
Software & Infrastructure
Live systems: trading bots, home-lab services, and this site.A wall-mounted LED matrix that scrolls business headlines and live portfolio positions, the visible end of a multi-machine home-lab pipeline.
11 Ranked Choice Voting CompleteA live web platform for instant-runoff polls: create a poll, share a link, watch round-by-round eliminations. Running at vote.reid.wiki.
12 This Website OngoingThe site you're reading: Astro static build, S3 + CloudFront hosting, GitHub Actions CI/CD, and a browser-based CMS so updates don't require a git push.