Skip to content
View thakurpaudel's full-sized avatar

Block or report thakurpaudel

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
thakurpaudel/README.md

🔌 ⚡ THAKUR PAUDEL ⚡ 🔌

Embedded Systems Engineer | Hardware Hacker | Low-Level Code Enthusiast

     ╔═══════════════════════════════════════════════╗
     ║  "Where Silicon Meets Software, Magic Happens" ║
     ╚═══════════════════════════════════════════════╝
Typing SVG

Profile views


🎯 Who Am I?

typedef struct {
    const char* name;
    const char* role;
    const char* specialization;
    const char* passion[4];
    volatile bool loves_hardware;
    uint32_t coffee_cups_per_day;
} Engineer_t;

volatile Engineer_t thakur = {
    .name = "Thakur Paudel",
    .role = "Lead Embedded Systems Engineer - EV",
    .specialization = "Hardware Design & Firmware Development",
    .passion = {
        "Low-level programming (C/C++ is ❤️)",
        "Hardware design & PCB architecture",
        "Continuous learning & innovation",
        "Bare-metal firmware that powers electric vehicles"
    },
    .loves_hardware = true,
    .coffee_cups_per_day = 0xFFFFFFFF  // Maximum throughput!
};

⚡ Tech Arsenal

🎯 Core Skills

C C++ Arduino Linux Git

🛠️ Hardware & Tools

Raspberry Pi ESP32 STM32

☁️ Cloud & DevOps

AWS Google Cloud Docker

📱 Additional Skills

Android React Native MongoDB Java

🤝 Let's Connect!

upwork Website LinkedIn Twitter Facebook


☕ Support My Work

If you appreciate my projects or find my code useful, consider buying me a coffee! It fuels late-night debugging sessions and hardware experiments. 🚀

Buy Me A Coffee


💬 Philosophy

"The best code is the one that makes hardware sing,
and the best hardware is the one that inspires beautiful code."

📫 Open for Collaboration!

Embedded ProjectsHardware HacksOpen Source Contributions

Let's build something amazing together!


Pinned Loading

  1. CppProjectTemplate CppProjectTemplate Public template

    Forked from franneck94/CppProjectTemplate

    C++ project template with unit-tests, documentation, ci-testing and workflows.

    CMake

  2. Power-Management-With-BQ25895 Power-Management-With-BQ25895 Public

    This is the i2C program with Arduino to manage the power follow for the power bank.

    C++

  3. Servo-Motor-driver-using-Arduino Servo-Motor-driver-using-Arduino Public

    C++

  4. Type-C-Adapter-for-SineWave-and-DC-OutPut Type-C-Adapter-for-SineWave-and-DC-OutPut Public

    C

  5. USB-Type-C-Adapter USB-Type-C-Adapter Public

    This is the adapter for the Type C input.

    C 1

  6. ArduinoOTA ArduinoOTA Public

    Forked from JAndrassy/ArduinoOTA

    Arduino library to upload sketch over network to Arduino board with WiFi or Ethernet libraries

    C++