Skip to content
View Yogesh-B1604's full-sized avatar

Block or report Yogesh-B1604

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

πŸ‘‹ Hi, I'm Yogesh B

πŸŽ“ Electronics & Communication Engineering (ECE) Student πŸ’» Passionate about Embedded Systems and C Programming


πŸš€ About Me

  • πŸ’‘ Interested in Embedded Systems & Microcontrollers
  • πŸ”§ Hands-on experience with PIC16F877A
  • ⚑ Working with UART, Timers, Interfacing
  • 🧠 Strong foundation in C Programming & Problem Solving

πŸ› οΈ Skills

  • Languages: C, C++ (Basics)
  • Core Areas: Embedded C, Microcontrollers
  • Concepts: Data Structures (Basics), File Handling
  • Protocols: UART, I2C, SPI, CAN
  • Hardware: PIC16F877A

πŸ“Œ Projects

  • πŸš— Car Black Box (Embedded C | PIC16F877A) β†’ Vehicle event logging system with UART, EEPROM, RTC, CLCD, and password authentication.

  • 🍽️ Microwave Oven Simulation (Embedded C | PIC16F877A) β†’ Menu-driven microwave simulation featuring Micro, Grill, Convection modes, timer, and FSM.

  • πŸ” Inverted Search Engine (C | Data Structures) β†’ Built a hash table-based inverted indexing system to efficiently search words across multiple text files using linked lists, file handling, and dynamic memory allocation.

  • πŸ–ΌοΈ LSB Image Steganography (C) β†’ Securely hides and extracts secret messages using LSB encoding and file handling.

  • πŸ“’ Contact Management System (C) β†’ Menu-driven application for managing contacts using structures and file handling.

(More projects coming soon...)


πŸ“« Connect With Me


⚑ Goal

To build strong expertise in Embedded Systems and become a skilled software/embedded developer.

Pinned Loading

  1. car_black_box car_black_box Public

    PIC16F877A-based Car Black Box for secure event logging and real-time data tracking.

    C

  2. microwave_oven microwave_oven Public

    Embedded C Microwave Oven simulation on PIC16F877A with Micro, Grill, Convection modes, timer, and CLCD interface.

    C

  3. inverted_search inverted_search Public

    A menu-driven Inverted Search Engine in C that indexes multiple text files using Hash Tables and Linked Lists for efficient keyword searching.

    C

  4. LSB_Image_Steganography LSB_Image_Steganography Public

    LSB-based Image Steganography in C for hiding and extracting secret data using BMP images with bit-level manipulation.

    C

  5. address-book-c address-book-c Public

    Address Book Management System in C using structures, file handling, and modular programming.

    C