Skip to content
View ArjunVasavan's full-sized avatar
🐢
Slow at everything
🐢
Slow at everything

Block or report ArjunVasavan

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

Hey there 👋

I'm Arjun Vasavan, an embedded systems engineer from India.

I work on firmware, device drivers, and system-level programming. Currently learning C programming and Linux internals at Emertxe.

Interested in real-time systems, low-level optimization, and understanding how things work at the hardware level.


🛠️ Tech Stack

C C++ Linux Git GCC Vim Neovim


🚀 Currently Working On

  • Linux kernel internals and system calls
  • Device driver development
  • Real-time scheduling and RTOS
  • Bootloaders and bare-metal programming

📫 Contact

Email: vasavanarjun@gmail.com
Education: B.Tech in ECE with minor in CSE | College of Engineering, Chengannur


Contributions

Popular repositories Loading

  1. Real-Time-Health-Monitoring-System-for-Soldiers Real-Time-Health-Monitoring-System-for-Soldiers Public

    An IoT-based health surveillance system for soldiers, designed to continuously monitor vital signs and location data in remote environments. Powered by LoRa and integrated with ThingSpeak, this pro…

    C++ 1

  2. Smart-Parking-and-Automated-Billing-System-using-IoT-and-RFID Smart-Parking-and-Automated-Billing-System-using-IoT-and-RFID Public

    An IoT-based smart parking system using ESP32, RFID, IR sensors, and servo motors for automated vehicle detection, gate control, and real-time billing. Enables efficient, contactless parking manage…

    C++

  3. lsb-steganography lsb-steganography Public

    This tool encodes secret text files into BMP images by manipulating the least significant bits of pixel values, making the changes invisible to the human eye. It supports both encoding and decoding…

    C

  4. Address-book Address-book Public

    This address book application lets you manage contacts with automatic validation and file-based storage. It supports creating, searching, editing, and deleting contacts with sorting capabilities.

    C

  5. ArjunVasavan ArjunVasavan Public

  6. Lexical_analyzer Lexical_analyzer Public

    This lexical analyzer parses C source files and identifies keywords, identifiers, operators, literals, and symbols. It validates numeric formats (decimal, hexadecimal, octal, binary), detects misma…

    C