Skip to content

Hussam Talks Tech

Welcome to my Electronics Blog!

Menu
  • Home
  • About
Menu

Tutorial

PCB Layout Design with KiCad Part II: Layout Creation

Posted on 30.08.202530.09.2025 by halherta

In this blog entry, the PCB layout for the astable multivibrator circuit schematic design covered in part I, will be created using the Kicad PCB Editor application. Before proceeding however the user must be made aware of the two most common measurement units and how to convert between them. Importance of spatial dimensions and units…

Read more

PCB Layout Design with KiCad Part I: Introduction & Schematic Capture

Posted on 30.08.202530.09.2025 by halherta

In this blog entry, I will introduce the printed circuit board (PCB) design flow. I will then proceed to focus on the schematic capture section of the PCB design flow by using the KiCad PCB design tool to create a schematic for a simple LED blinker circuit. The PCB layout section of the design flow…

Read more

Bit Manipulation in C Part II – Read Modify Write Operations

Posted on 30.07.202530.09.2025 by halherta

This article covers Read Modify Write (RMW) operations. These operations allow the programmer to manipulate one or more bits of interest within a variable (or register), without affecting the state of the rest of the bits in the that variable (or register). In order to understand RMW operations, the reader must have a solid foundation…

Read more

Bit Manipulation in C Part I – Bit Manipulation Basics

Posted on 30.07.202530.09.2025 by halherta

The topic of bit manipulation in C doesn’t seem to get as much attention in many C programming books and study guides. Perhaps because it’s a not used regularly by application developers and system programmers. Knowledge of bit manipulation is however downright critical in the fields of embedded systems, kernel space programming and device drivers…

Read more
  • October 2025
  • September 2025
  • August 2025
  • July 2025
October 2025
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  
« Sep    

Archives

  • October 2025
  • September 2025
  • August 2025
  • July 2025

Categories

  • C
  • C++
  • Electronics
  • ESP32
  • IoT
  • KiCad
  • Micropython
  • Project
  • Tutorial
© 2025 Hussam Talks Tech | Powered by Minimalist Blog WordPress Theme