Projects
This page collects my current and ongoing work across embedded systems, low-level programming, and supporting tooling. Most projects are exploratory and focused on understanding systems from the hardware upward.
PI & Embedded
Bare-metal and hardware-focused projects, primarily using the RP2040 / Raspberry Pi Pico.
- Kernel-style experiments: startup code, IO, and control loops
- Sensor interfacing and hardware timing
- Small “tiny computer” style builds
C / Systems
Low-level C programming with an emphasis on fundamentals, performance, and correctness.
- Data structures and algorithm exercises
- Systems-style utilities and experiments
Python
Python used as a supporting language: automation, tooling, and rapid experimentation.
- Automation scripts and utilities
- Data handling and analysis helpers
ARM Assembly
Assembly-level experiments focused on understanding hardware, instruction sets, and execution models.
- Bare-metal ARM examples
- Instruction-level exploration