Skip to content
View Ninad-Hazarika's full-sized avatar

Block or report Ninad-Hazarika

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
Ninad-Hazarika/README.md

hey, I'm Ninad πŸ‘‹

/* ECE undergrad @ Tezpur University
 * Interested in embedded systems & hardware
 * Still figuring things out, one circuit at a time
 */

πŸ”© about me

Typing SVG

typedef struct {
    char  *name;
    char  *uni;
    char  *focus[3];
    bool   still_learning;
} Curious;

Curious myself = {
    .name         = "Ninad Hazarika",
    .uni          = "Tezpur University β€” ECE",
    .focus        = { "Embedded Systems", "Low-level C/C++", "Hardware + Software" },
    .still_learning = true   // always
};

currently doing

  • ⚑ Learning how MCUs talk to the world
  • πŸ”© Exploring digital electronics fundamentals
  • πŸ’Ύ Writing low-level C, understanding memory
  • 🌐 Dabbling in web with HTML

interested in

  • πŸ€– Embedded intelligence
  • πŸ“‘ Signal processing basics
  • πŸ› οΈ Building things that exist in physical reality
  • πŸš€ Space tech (long-term dream)

🧰 tools & stack

C C++ HTML Git GitHub VS Code Linux


πŸ“‘ currently exploring

  • Embedded systems & microcontroller programming
  • Digital electronics & signal fundamentals
  • Low-level C programming patterns
  • Getting hands dirty with small hardware projects

πŸ“Š github stats

GitHub Streak


🌐 find me

LinkedIn Twitter


profile views

"The hardware doesn't lie."

Popular repositories Loading

  1. smart-plant-monitoring-system smart-plant-monitoring-system Public

    🌱 IoT-based Smart Plant Monitoring & Automatic Irrigation System using ESP32, featuring real-time soil moisture, temperature & humidity monitoring, automated watering 🚰, Wi-Fi connectivity πŸ“Ά, OLED …

    C++ 2

  2. PurePlate-AI PurePlate-AI Public

    Personalized AI food toxicity analyzer that cross-references ingredients with user BMI and allergies

    JavaScript

  3. esp32-experiments esp32-experiments Public

    Exploring embedded systems using ESP32 through experiments involving sensors, actuators, and real-time data processing. Includes implementations of analog/digital interfacing and basic IoT concepts.

    C++

  4. campus campus Public

    Forked from AshishJangra27/campus

    This repo is having the codes used in workshops at different campuses

    Jupyter Notebook

  5. Ninad-Hazarika Ninad-Hazarika Public

  6. 30-Days-Of-Python 30-Days-Of-Python Public

    Forked from Asabeneh/30-Days-Of-Python

    The 30 Days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than 100 days. Follow your own pace. These vide…

    Python