Led a team of 6; organized meetings, built Notion workspaces, defined documentation structure, coding standards, and naming conventions.
Developed the ECU in Simulink for Dana TM4 Neuro 200; processed throttle and brake analog signals using linear mapping and sent control commands via CAN bus.
Created CAN DBC files with prioritized structured messages; implemented stateflow logic for critical safety checks to initiate emergency shutdown.
Debugged and tested ECU and AMS software; AMS monitors cell voltages, current, and temperature using NXP and triggers shutdown/balancing based on thresholds.
Built dashboard using Nextion display and ESP32; fetched CAN data from ECU, displayed it locally and over Wi-Fi using Async Web Server, REST API, and AJAX.
Verified analog and CAN signals using oscilloscope; used Kvaser Leaf Light and BusMaster to monitor, debug, and validate CAN communication.
November 2024 - Present
Software Engineer - Ontario Tech Space and Rocketry
Designed and built a camera mount tracking system using GPS and altitude data from the avionics bay, received via RFD900ux transceiver.
Parsed live telemetry data to calculate vector from mount to rocket in real-time; adjusted mount orientation accordingly using two 3D printer stepper motors.
Controlled the tracking system with an Arduino Nano and used a Hall effect sensor for initial camera position calibration and feedback.
Enabled automated launch tracking and video capture by synchronizing mount motion with rocket trajectory.
Contributed to design improvements for Flare ground station software; implemented GPS plotting and enhanced live telemetry visualization.
July 2024 - Present
Software Team Lead - Aerecon
Developed an object and face detection system using TensorFlow and YOLO; processed live footage from ESP32-Wrover-CAM and recorded video via Raspberry Pi.
Integrated Neo M9N GPS module and parsed NMEA format data for real-time position tracking.
Calibrated and used MPU6050 IMU for orientation; transmitted data via nRF24 and visualized drone orientation and acceleration using custom Python scripts.
Controlled brushless motors using PWM signals with ESCs; implemented PID control loop for flight stabilization.
Prototyped control and communication systems using STM32 F446RE and ESP32 for modular drone system development.
My Projects
Computer Vision
Made with:
Built a 2-axis camera gimbal system using ESP32 and servo motors to track and center a user in the video frame.
Developed a Python script with a PID control loop to calculate positional error and send servo commands to ESP32 via UART.
Implemented real-time face and object detection using YOLO, TensorFlow, and OpenCV through a globally running Python process.
Created a GUI application using Python and Tkinter for visualization and manual override of gimbal controls.
Enabled automatic camera orientation adjustment based on real-time object positioning, achieving smooth and responsive tracking.