Skip to content
View ayousaf21's full-sized avatar
  • Leuven, Belgium
  • 10:29 (UTC -12:00)

Block or report ayousaf21

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

Hi there, I'm Muhammad Ali! πŸ‘‹

🌍 Based in Leuven, Belgium | πŸ’‘ Passionate about building innovative embedded solutions

Embedded Systems Engineer | Data Analyst | IoT | Linux

Welcome to my GitHub profile! I'm a Passionate embedded system developer with a love for creating seamless, user-friendly embedded applications. I enjoy working on baremetal, RTOS and Yocto technologies, and I'm always eager to learn and explore new tools and frameworks.


πŸ› οΈ Technologies & Tools

C C++ Python Bash Arduino HTML5 GIF SQL GIF Git Linux VS Code Bitbucket Pycharm


🌟 Let's Connect!

I'm always open to collaborating on interesting projects or discussing new ideas. Feel free to reach out to me!

LinkedIn Email


πŸŽ‰ Fun Fact

Top 500 in Valorant! πŸ•ΉοΈπŸ–₯️


#include <iostream>
#include <vector>
#include <string>

class SoftwareEngineer {
private:
    std::string name;
    std::string role;
    std::vector<std::string> languages_spoken;

public:
    SoftwareEngineer() {
        name = "Muhammad Ali";
        role = "Embedded System Engineer | Data Analyst";
        languages_spoken = {"en_US", "nl_BE"};
    }

    void say_hi() const {
        std::cout << "Thanks for dropping by, hope you find some of my work interesting." << std::endl;
    }
};

int main() {
    SoftwareEngineer me;
    me.say_hi();
    return 0;
}

Footer Animation

Popular repositories Loading

  1. STM32L073RZ-BareMetal STM32L073RZ-BareMetal Public

    Bare Metal programming of STM32L073RZ bring up using STM32CUBEIDE

    C 1

  2. BLE-Proximity-Audio-Streamer BLE-Proximity-Audio-Streamer Public

    Smart proximity-based audio playback system built using the ESP32

    Makefile 1

  3. WAGO-PLC-Simulator WAGO-PLC-Simulator Public

    WAGO Analogue/Digital Input Simulator

    Python 1

  4. Dubizzle-Contact-Scrapper Dubizzle-Contact-Scrapper Public

    Script to extract contact info from Dubizzle ads

    Python 1

  5. Quectel-Modem-Logging Quectel-Modem-Logging Public

    Quectel cellular modem logging using QLog for debugging cellular disconnections

    Shell 1

  6. wifi-config-lwm2m wifi-config-lwm2m Public

    SoftAP+STA dual mode with LwM2M integration using ESP32

    C 1