Aston Dynamics
Connected with Aston Dynamics through their sponsorship of the University of Toronto Formula SAE team. What started as a flexible internship evolved into leading firmware development for their flagship brake controller product.
Independent Consultant
Continuing part-time while finishing school. Took full ownership of firmware development and FCC certification across all wireless products. Currently developing firmware for a new hand-held remote - a free in-box accessory that controls the Delta over BLE using an ESP32-C6 with a dial, buttons, and LED ring.
Building a native Rust BLE library using btleplug that abstracts protocol complexity for the mobile app UI team. Also developing an automated testing system for production assembly - writing firmware for a custom test PCB that validates Delta inputs/outputs, communicating over serial USB with a desktop app for technicians to coordinate tests. Overseeing data pipeline architecture while guiding high-level technical decisions.
Testing & Development Intern
Worked in a cross-functional team of 3 interns to transition the brake controller project from Australia to Canada, with one person on electrical, one on controls, and myself on firmware. Led firmware development using embedded Rust and ESP-IDF on ESP32-C6. Designed a custom BLE streaming protocol for OTA firmware updates after discovering ESP-IDF didn't support this natively, spending months researching OSI/TCP-IP layers to optimize packet size and error handling over BLE's limited bandwidth.
Identified communication gaps with our external app development team and took initiative to establish structured coordination through regular meetings and a GitHub issues system. Led FCC certification research, discovering our original hardware would be prohibitively expensive to certify and guiding the selection of pre-certified components.
The Delta
Embedded Rust firmware for a trailer brake actuator on ESP32-C6. Features an intelligent braking control loop, custom BLE protocol with OTA updates, and FCC certification
Hydrapro Mobile App
Native Rust BLE library for the Delta Series mobile app. Built with btleplug and exposed to React Native via codegen FFI (uniffi-bindgen), handling all actuator communication and business logic