SkillAgentSearch skills...

AKaReZa75

As an Electronics & Embedded Systems Engineer, I combine my expertise in PCB and firmware with a passion for teaching, creating open-source projects to help others innovate.

Install / Use

/learn @aKaReZa75/AKaReZa75
About this skill

Quality Score

0/100

Category

Design

Supported Platforms

Universal

README

👋🏽 Hi there, I'm aKaReZa 👨🏽‍💻

I am an electrical engineer with expertise in designing, programming, assembling, troubleshooting, and repairing electronic circuits. I am passionate about learning new things, sharing knowledge with others, and collaborating in teams to tackle challenges and achieve common goals.

During my academic journey, I ranked first among all Master's and Bachelor's students in the Department of Electrical and Electronics Engineering and had the opportunity to participate in international robotics competitions. I have also contributed to several successful projects and research initiatives, leading to the development of a knowledge-based product.

Beyond my professional work, I enjoy reading, music, cycling, and mountaineering, as I believe these activities help keep my mind open and fuel my creativity.

🌐 Connect with Me

Stay connected and updated with my latest content, projects, and updates! Feel free to reach out to me through any of the following channels:

  • ✉️ Email
    Email me here for inquiries, suggestions, or collaboration opportunities.

  • 🔗 LinkedIn
    Connect with me professionally on LinkedIn. Let’s network and share knowledge!

  • 🎥 YouTube
    Check out my YouTube channel for tutorials, project walkthroughs, and more educational videos. Don't forget to subscribe!

  • 📱 Telegram
    Join my Telegram Channel to stay up-to-date with the latest news, tips, and exclusive content. Feel free to chat and ask questions!

  • 📸 Instagram
    Follow me on Instagram for behind-the-scenes updates, project previews, and some fun tech posts!

<table style="border-collapse: collapse;"> <tr> <td valign="top" style="padding: 0 10px;"> <h3 style="margin: 0;"> <a href="https://youtu.be/UXCB329iN3c">aKaReZa - Introduction</a> </h3> <p style="margin: 8px 0 0;"> For an introduction to the training content and the educational approach of my channel, watch the video below: </p> </td> <td width="360" valign="top"> <a href="https://youtu.be/UXCB329iN3c"> <img src="https://img.youtube.com/vi/UXCB329iN3c/maxresdefault.jpg" width="360" alt="aKaReZa - Introduction"/> </a> </td> </tr> <tr> <td valign="top" style="padding: 0 10px;"> <h3 style="margin: 0;"> <a href="https://youtu.be/zYiUItVFRqQ">aKaReZa 95 - Programming, Git - PART B</a> </h3> <p style="margin: 8px 0 0;"> If you're looking to better understand how to navigate and use my GitHub repositories — including exploring their structure, downloading or cloning projects, submitting issues, and asking questions, everything you need is clearly explained in this video: Make sure to check it out! </p> </td> <td width="360" valign="top"> <a href="https://youtu.be/zYiUItVFRqQ"> <img src="https://img.youtube.com/vi/zYiUItVFRqQ/maxresdefault.jpg" width="360" alt="aKaReZa 95 - Programming, Git - PART B"/> </a> </td> </tr> <tr> <td valign="top" style="padding: 0 10px;"> <h3 style="margin: 0;"> <a href="https://youtu.be/3QYfv7A7aMc">aKaReZa 124 – Embedded Systems Roadmap</a> </h3> <p style="margin: 8px 0 0;"> Begin your embedded systems journey with clarity and purpose. This episode outlines a structured roadmap for mastering microcontrollers, hardware design, and project development. Learn how to choose your specialization, follow curated playlists, and engage effectively with the community—ideal for learners seeking a scalable, goal-driven path into embedded engineering. </p> </td> <td width="360" valign="center"> <a href="https://youtu.be/3QYfv7A7aMc"> <img src="https://img.youtube.com/vi/3QYfv7A7aMc/maxresdefault.jpg" width="360" alt="aKaReZa 124 – Embedded Systems Roadmap Thumbnail"/> </a> </td> </tr> <tr> <td colspan="2" align="center"> <a href="https://youtu.be/zYiUItVFRqQ"> <img src="https://github-profile-trophy.vercel.app/?username=aKaReZa75&theme=darkhub"/> </a> </td> </tr> </table>

🏆 Some of My Notable Projects:

<p align="center"> <img src="https://api.star-history.com/svg?repos=aKaReZa75/RCS_AVR,aKaReZa75/Altium-Library,aKaReZa75/eBoard_ATMEGA328,aKaReZa75/Design_Template,aKaReZa75/eBoard_STM32F103C8&type=Date&theme=dark"> </p>

📑 Table of Contents

  1. 👾 Microcontrollers
  2. Electronics and PCB Design
  3. 💻 Programming Languages
  4. 🛠️ Projects
  5. ⚙️ Educational Boards
  6. Question & Answer
  7. 🙌 Donations
  8. ✉️ Contact Me

[!IMPORTANT] The tree diagrams in each section represent the content provided within that section, which will be gradually expanded and made more comprehensive over time.

👾 Microcontrollers

The Microcontrollers section is organized to help you explore the essential concepts and peripherals in microcontroller development.
It covers foundational topics like microcontroller architecture, basic operations, and peripheral functionalities, along with dedicated sections for popular microcontroller families such as AVR, STM32, and more.
Each subsection provides resources and explanations tailored to the specific features and hardware of these microcontroller families.

 Content
   ├── Fundamental
   │   ├── Architecture
   │   ├── Requirement
   │   ├── Basics
   │   ├── Oscillators
   │   └── BootLoader
   ├── General Purpose Input Output
   │   ├── GPIO
   │   └── External Interrupts
   ├── Display Interfaces & Components
   │   ├── 7-Segment Displays
   │   └── Alphanumeric LCD
   ├── Timer/Counter
   │   ├── Timer
   │   ├── Counter
   │   ├── PWM  
   │   ├── Capture   
   │   ├── RTC
   │   ├── WDT
   │   └── Millis  
   ├── Communication Protocols
   │   ├── UART
   │   ├── SPI
   │   ├── I2C    
   │   └── 1Wire
   ├── Analog Peripherals 
   │   ├── ADC
   │   ├── DAC
   │   └── Comparator   
   ├── Motors 
   │   ├── PMDC
   │   ├── Stepper
   │   └── ServoMotor
   │   
   ├── AVR
   |   ├── Introduction
   │   ├── MinHardware
   │   ├── General Purpose Input Output
   │   │   ├── GPIO
   │   │   └── External Interrupts
   │   ├── Display Interfaces & Components
   │   │   ├── 7-Segment Displays
   │   │   └── Alphanumeric LCD
   │   ├── Timer/Counter
   │   │   └── Timer
   │   ├── Communication Protocols
   │   │   └── UART
   │   └── Analog Peripherals 
   │        └── ADC
   │
   ├── STM32
   │   
   └── ESP8266
       ├── MinHardware
       └── Pin Description   
  • Microcontroller

    This repository contains a comprehensive collection of educational resources on microcontrollers, including files, videos, source codes, and more.
    The content is not limited to a specific microcontroller architecture but focuses on fundamental concepts and principles that apply universally across different microcontroller families.
    Whether you're working with AVR, ARM, PIC, or any other microcontroller, the materials provided here will help you build a strong foundation and enhance your understanding.

  • AVR

    This repository provides a structured collection of educational resources focused on AVR microcontrollers.
    Inside, you'll find files, videos, source codes, and other learning materials designed to cover key concepts applicable to all AVR-based systems.
    The content is not tied to a specific AVR model but rather explores universal principles that can be applied across different AVR series.
    Whether you're a beginner or an experienced developer, these resources will help you deepen your knowledge and improve your skills in AVR programming and development.

  • STM32

    This repository serves as a comprehensive learning hub for STM32 microcontrollers, offering a well-organized collection of educational materials, including videos, source codes, and documentation.
    The focus is on core concepts and essential programming techniques that apply across various STM32 families rather than a single architecture.
    Whether you are exploring STM32 for embedded development or professional applications, these resources will help you build a strong foundation and enhance your expertise in working with STM32 microcontrollers.

  • ESP8266

    This repository contains a wide range of educational materials related to ESP8266 microcontrollers, covering essential topics such as programming, interfacing, and wireless communication.
    It includes files, videos, and source codes aimed at providing a solid understanding of ESP8266 development.

⚡ Electronics and PCB Design

The Electronics and PCB Design section offers comp

Related Skills

View on GitHub
GitHub Stars43
CategoryDesign
Updated29d ago
Forks2

Security Score

80/100

Audited on Mar 12, 2026

No findings