Zeke Mohammed

Zeke Mohammed

Electrical Engineer | Embedded Systems | PCB Design

B.S. Engineering Physics (Electrical Concentration) | Fordham University | Class of 2026

PCB Design · Embedded Systems · Vehicle Electrical Systems · CAN Bus · FPGA Development

Queens, NY  |  U.S. Citizen

↓ Resume View Projects
Featured Project

Projects

Vehicle Telemetry System — 2023 Honda Civic

Multi-protocol vehicle telemetry system built on ESP32, integrating GPS positioning via UART and live ECU data over Bluetooth Classic OBD-II (ISO 15765-4 CAN). Cross-validates GPS speed against ECU-reported speed in real time. Displays RPM, coolant temperature, throttle position, and dual speed sources on an embedded OLED.

ESP32 GPS OBD-II CAN Bus Bluetooth UART I2C TinyGPS++
10Satellites Locked
500kCAN Baud
5Display Screens
$90Total Build Cost
GPS breadboard build OBD display in car showing distance GPS powered up with OLED

System Details

NEO-6M GPS module over UART with NMEA parsing via TinyGPS++. Veepeak Mini Bluetooth Classic OBD-II adapter connected via ESP32 Bluetooth SPP with PIN authentication. SSD1306 128×64 OLED over I2C at address 0x3C. Haversine formula for real-time distance calculation. Five cycling display screens: dual speed, RPM, max speed, distance, and engine data.

Flight Controller + Power Distribution System

Bare-metal flight controller firmware on STM32F405RGT6 (168 MHz Cortex-M4F). Cascaded PID control — inner rate loop and outer angle loop — driven by SysTick at 1 kHz. Complementary filter fuses MPU6050 gyroscope and accelerometer data. Power system: 11.1 V 3S LiPo through XT60 to four 20A BLHeli_S ESCs.

STM32 C PID Control I2C SPI PWM Bare-Metal Sensor Fusion
1 kHzControl Loop
0.83sSettling Time
<2°RMS Error
655 μsLoop Time
Flight controller system architecture STM32 bench demo with IMU

Bench Demonstration

Rebuilt a bench demonstration on STM32F103 Blue Pill with MPU-6050 and BMP280, confirming real-time roll/pitch/yaw attitude estimation, barometric altitude, and PID motor output via I2C sensor fusion. Flashed via SWD using ST-Link V2.

FPGA Real-Time Image Processing Accelerator

7-stage pipelined convolution engine on a Xilinx Artix-7 XC7A35T (Basys 3). Implements Sobel edge detection and Gaussian blur using a systolic array with fixed-point Q8.8 arithmetic. Three clock domains with CDC synchronizers. Triple-line circular BRAM buffer streams 3×3 windows without full-frame storage.

Verilog Xilinx Artix-7 Vivado Python UART VGA
48–53×Speedup vs NumPy
0.89 msPer Frame
0.85WTotal Power
~2,800Lines Verilog
FPGA pipeline architecture FPGA performance comparison
High Energy Physics Essentials textbook

Lattice QCD Research — Meson Spectrum from SU(2) Gauge Theory

Undergraduate Researcher  |  Advisor: Dr. Christopher Aubin, Fordham University  |  Aug 2024 – Present

First-principles computation of the meson mass spectrum using SU(2) lattice gauge theory on an 8³×20 lattice. Built the entire simulation pipeline from scratch in Python: gauge field generation via Metropolis and heatbath algorithms, construction and inversion of the 81,920×81,920 Wilson–Dirac operator using BiCGSTAB/GMRES solvers, and mass extraction via effective mass plateaus with jackknife error estimation.

Python NumPy/SciPy Monte Carlo BiCGSTAB GMRES Sparse Matrices LaTeX Jupyter Notebooks
81,920²Sparse Matrix Size
200+Gauge Configurations
27Python Modules
14Jupyter Notebooks
Extracted meson masses with jackknife error bars

Key Results

  • Extracted mπ = 0.855(92), mσ = 1.013(97), mρ = 1.597(191) in lattice units — confirming mπ < mσ < mρ (chiral symmetry breaking)
  • 3× runtime improvement generalizing SU(2)→SU(N); implemented both heatbath and Metropolis gauge generation
  • Contributing editor for High Energy Physics Essentials (Wiley) by Dr. Christopher Aubin
  • Presented research poster at CSTEP Symposium  |  Sarah Colman Klemmer Research Fellow  |  Sigma Xi, SIAM member
☷ GitHub Repo ↓ CSTEP Research Poster ✎ LaTeX Presentation (Overleaf)
Career

Professional Experience

Hyzon Motors

Electrical Engineering Intern
Summer 2024  |  Rochester, NY
  • Characterized 200 kW hydrogen fuel cell stacks via 50+ V-I polarization curve tests across varied temperature, humidity, and load conditions
  • HV system validation on 400–800 V DC bus: hipot, insulation resistance, continuity testing per automotive standards
  • Monitored BMS telemetry over CAN bus (250 kbps) during fuel cell–battery hybrid integration
  • Python post-processing: decomposed voltage losses into activation, ohmic, and mass transport components
Hyzon fuel cell characterization

Freelance Electronics Technician

Independent — 50+ Clients
2020 – Present  |  Queens, NY
  • Component-level repair, console modifications, custom PC builds, precision SMD soldering
  • Firmware flashing, hardware diagnostics, electrical schematics
  • Started at age 14 — 5.0/5.0 client rating, 50+ completed sessions

Fordham University

Undergraduate Researcher — Lattice QCD
Aug 2024 – Present
  • SU(2) gauge theory simulation framework in Python with 81,920×81,920 sparse matrix solvers (BiCGSTAB)
  • Contributing editor for High Energy Physics Essentials: A Guide to HEP Research (Wiley) by Dr. Christopher Aubin — edited and developed content prior to publisher submission

Fordham University

Teaching Assistant & Lab Manager
Aug 2023 – Present
  • TA & Lab Instructor: 30+ students, 120+ lab reports graded monthly
  • Lab Manager: 50-workstation instructional technology lab, 99%+ uptime
Capabilities

Technical Skills

Embedded & FPGA

STM32ESP32Raspberry PiArduinoXilinx Artix-7VerilogC/C++Bare-Metal

Software & Tools

PythonMATLABJavaVivadoGit/GitHubLinuxFlaskNumPyLaTeXSQLJupyter NotebooksWordExcelPowerPoint

Protocols

CAN BusI2CSPIUARTPWMOBD-IIISO 11898ISO 15765-4

Hardware & Test

OscilloscopeMultimeterSignal AnalysisPCB ReworkSMD SolderingThrough-Hole

CAD & Design

KiCadFusion 360SolidWorks3D Printing

PCB Design

Schematic CapturePCB LayoutGerber GenerationBOM CreationDRCDesign Rules
Academic

Education

Fordham University

B.S. Engineering Physics (Electrical Concentration)  |  Minor in Mathematics

Class of 2026 (3-year accelerated)

Sarah Colman Klemmer Research Fellow  |  Sigma Xi  |  SIAM  |  CSTEP Scholar

Electricity & Magnetism I/II Quantum Mechanics Circuits Control Systems Linear Algebra Multivariable Calculus
More Work

Additional Projects

M3 DAQ system

Multi-Sensor DAQ System (M3)

12+ sensor vehicle data acquisition on Raspberry Pi. CAN/I2C/UART integration with Flask telemetry dashboard. <2% measurement error over 50+ hours.

Raspberry PiCANFlaskPython

Fordham Lab Work

SolidWorks CAD assemblies with BOM/GD&T. LM386 amplifier frequency response characterization. Fiber optic sensors with NI DAQ. Arduino solar tracking system.

SolidWorks adjustable assembly render LM386 amplifier breadboard Fiber optic sensor optical bench Arduino solar tracker
SolidWorksNI DAQMATLABArduino
Get In Touch

Contact

Location
Queens, NY  |  U.S. Citizen
Availability
Available to relocate  |  Start: End of May 2026