Projects

Mostly a hardware-agnostic control stack for robots, plus the embedded drivers and control-theory libraries underneath it. Some repos are still private while in active development — get in touch if you'd like a look.

active C++RoboticsEmbeddedSystems Design

Universal Interface Stack

A hardware-agnostic C++ control stack for robots — motors, encoders, trajectories, tools, and motion planning, all swappable without touching application code.

active C++RoboticsFirmware

RC Servo 5DOF Gripper Arm

Integration firmware for a modular 5-degree-of-freedom robot arm, built entirely on top of the Universal Interface Stack.

active Web SerialRoboticsTooling

Servo Calibrator

A browser-based servo range-finder and installation/calibration wizard, using an AS5600 magnetic encoder as ground truth — no software install required.

shipped C++Control TheoryArduino

TustinPID

A PID library for Arduino using the Tustin (bilinear/trapezoidal) discretization method, with anti-windup via integrator clamping.