Skip to content
View dwijjoshi14's full-sized avatar
💭
🤔
💭
🤔

Block or report dwijjoshi14

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dwijjoshi14/README.md

Hi, I'm Dwij Joshi 👋

Mechatronics Engineering Student @ Toronto Metropolitan University
Expected Graduation: April 2029

I build at the intersection of hardware and software: embedded systems, sensor integration, and electromechanical design.


🔧 What I Work With

Category Tools & Technologies
Languages C++, C, Python
Hardware Arduino, STM32, GPIO, UART, I2C, SPI
Tools VS Code, PlatformIO, Git, MATLAB
Lab Equipment Vernier Sensors, Oscilloscope, Multimeter

🚧 Currently Building

  • Embedded GPIO Demo — Bare-metal button/interrupt project on Arduino (no IDE abstractions)

📌 Featured Projects

Project Description Stack
RTOS Task Scheduler FreeRTOS 3-task system — queue, semaphore, mutex C · FreeRTOS
Heat Management System Arduino thermal control — TMP36, PWM fan, NeoPixel, LCD C++, Arduino
DC Circuit Analyzer Applies Ohm's Law + KVL/KCL to series/parallel circuits C++
Embedded GPIO Demo Bare-metal interrupt-driven I/O C, Arduino

📫 Connect


Ontario Scholar · TMU Mechatronics Engineering

Pinned Loading

  1. heat-management-system heat-management-system Public

    C++

  2. dc-circuit-analyzer dc-circuit-analyzer Public

    C++

  3. rtos-task-scheduler rtos-task-scheduler Public

    FreeRTOS 3-task temperature control system — queue, semaphore, mutex. POSIX simulation layer for Linux; STM32-portable.

    C