Projects

Vehicular Laboratory Autonomous Device (VLAD)

Senior Design · Boston University · 2023

A modular lab automation robot built for Prof. Keith Brown's KABLab. VLAD navigates a lab space and interfaces with testing equipment autonomously, prioritizing spatial flexibility so it can adapt to different lab configurations and experiments.

Robotics · Embedded Systems · Mechanical Design

Autonomous Chessboard

Product Design · Boston University · 2022

A physical chessboard that plays against a human. Stepper motors and a belt drive move an end-effector in X/Y; a rack-and-pinion extends a magnet to lift iron-core pieces. Python + Stockfish computes moves and relays them over serial to an Arduino MEGA for motion control.

Robotics · Arduino · Python · Mechanical Design

Other Projects

Deep Reinforcement Learning for Robot Control

Graduate Research · 2024

Custom 3-DOF robotic model in MuJoCo; trained SAC and DQN agents for adaptive locomotion and terrain-aware behavior.

Reinforcement Learning · Robotics · MuJoCo

DetectoVision — FPGA Vision Accelerator

Graduate Project · 2024

Real-time FPGA-based vision accelerators (Sobel, Hough transform) with BRAM-optimized memory. Full EDA workflow: RTL, synthesis, floorplanning, timing closure.

FPGA · Verilog · RTL Design

Kernel-Driven Robotic Arm

Graduate Project · 2024

Linux kernel-space device drivers enabling deterministic I/O and low-latency actuation for a robotic arm.

Linux Kernel · Embedded Systems · C

RL Cache Replacement Policy

Graduate Project · 2024

Implemented and benchmarked Hawkeye and RL-based cache replacement policies in GEM5.

Computer Architecture · GEM5

MicroFaaS on OpenFaaS

Undergraduate Research · 2023

Embedded platform replacing x86 rack servers with ARM SBCs for serverless function execution. Published at IC2E ’23.

Cloud Computing · Embedded Systems · ARM