max.dev/projects
~$ ls -l ./projects 3 entries

01 hourglass-led-clock in progress 2025 –
Battery-powered hourglass-shaped clock built around an STM32U073. Two circular LED matrices driven by IS31FL3733B ICs display the time. Custom PCB designed in KiCad 9, targeting JLCPCB for fabrication. Features a boost converter for LED power, USB CDC for configuration, and IMU-based wake from sleep.
stack
STM32U073 KiCad 9 IS31FL3733B TPS61022 BQ24232 USB CDC I2C IMU wake JLCPCB
02 moto-datalogger complete 2024
Onboard data logger for a motorcycle that captures IMU and GNSS data in real time. Sensor streams are received over UART and written to an SD card for post-ride analysis. Designed for reliable logging under vibration with a focus on minimal power draw and compact form factor.
stack
embedded C UART IMU GNSS SD card / FAT power management PCB design
03 ros2-autonomy-project in progress 2025 –
Graduate program project building autonomous robot behaviors in ROS2. Covers perception, navigation, and controls integration. Developing practical experience with ROS2 node architecture, transforms, and sensor fusion in preparation for robotics industry roles.
stack
ROS2 Python navigation perception sensor fusion tf2 controls