Skip to content
View sharananure's full-sized avatar
💻
coding
💻
coding

Block or report sharananure

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
sharananure/README.md

📌 Hi, I'm Sharan Anure!

An Embedded Systems Engineer passionate about low-level programming, real-time applications, and system optimization. I thrive on solving complex problems in Embedded C, Linux system programming, and microcontroller-based development. My dedication to continuous learning and teamwork fuels my drive to contribute to innovative projects in the embedded domain.

The beauty of embedded systems lies in the blend of hardware and software, allowing me to optimize performance, develop efficient firmware, and work with communication protocols (UART, SPI, I2C, CAN), Linux internals, and networking.

Always excited to learn, grow, and innovate in the world of Embedded Systems! 🚀


🔴 Degree: BE in Electrical & Electronics Engineering, Acharya Institute of Technologies
🟠 What I am currently learning: Linux Kernel Programming & Advanced Embedded Systems
🟡 Tech Stack: C, C++, Embedded C, Linux System Calls, IPC (Pipes, FIFO, Shared Memory), Multi-threading, UART, SPI, I2C, CAN, MATLAB, Simulink, Git, GitHub, Keil, MPLAB, Visual Studio Code
🟢 Interests: Embedded Systems, RTOS, Linux Kernel Development, IoT
🔵 Email: [email protected]
🟣 GitHub: github.com/sharananure
🟠 LinkedIn: linkedin.com/in/sharan-o42

Popular repositories Loading

  1. APC_Modular_Calculator APC_Modular_Calculator Public

    The Arbitrary Precision Calculator (APC) is designed to handle calculations involving very large integers, surpassing the typical range of standard data types like int or long. The calculator lever…

    C 1

  2. ContactManagement ContactManagement Public

    A simple contact management program that allows users to create, edit, delete, and search for contacts. It includes phone number and email validation, as well as the ability to save and load contac…

    C

  3. LSB-Steganography LSB-Steganography Public

    A project implementing Least Significant Bit (LSB) Steganography for securely hiding data within image files. Includes design, references, code, and sample outputs.

    C

  4. InvertedSearchSystem InvertedSearchSystem Public

    **Inverted Search System** is a C-based application that implements an inverted index for efficient text search across multiple files. It supports creating, updating, searching, and backing up inde…

    C

  5. Car-Black-Box Car-Black-Box Public

    A microcontroller-based event data recorder (EDR) that logs critical driving events such as speed, Events. Designed for vehicle monitoring, accident analysis.

    C

  6. Implement-a-cp-copy-command-with-p-option Implement-a-cp-copy-command-with-p-option Public

    my_copy is a command-line utility that replicates the functionality of the cp command in Linux using system calls like open, read, write, and fstat. It allows copying files while preserving their s…

    C