Fixed: Prolific PL2303TA USB to Serial Windows 11 Problem

I have recently updated my machine’s OS from Windows 10 to Windows 11. Everything was working fine. Initially, I have not tested the USB to Serial converter (Prolific PL2303TA USB to Serial Converter). After some days, I was inserting the USB to serial converter into my machine, and it was not working. I have seen … Read more

Queue implementation using Linked list – Data Structures Part 5

This article is a continuation of the  Series on Data Structures and carries the discussion on different types of data structures and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. In our previous article, we have seen what is a queue and queue implementation in C using an array. In … Read more

LED Matrix and How to make our own LED Dot Matrix?

LED Dot Matrix

Generally, we have many displays available in the market like OLED, LCD display, LED Display, etc. We cannot make those displays in our home. But there is one display called LED matrix display which is used widely in the industry. We can make the LED matrices in our home. We are going to see how … Read more

Queue in C – Data Structures Part 4

This article is a continuation of the  Series on Data Structures and carries the discussion on different types of data structures and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. In our previous article, we have seen how to implement the stack data structure using the Linked List. In this … Read more

What Is The Purpose Of Electronic Manufacturing Service Firms?

What Is The Purpose Of Electronic Manufacturing Service Firms? Companies designing, testing, constructing, transporting, or providing support for electronic assemblies and parts are said to offer electronic manufacturing services. Your product can have an advantage over rivals if a steady, knowledgeable hand leads you through the process of manufacturing. Suppliers offer a range of electronic … Read more

Understanding the Microcontroller GPIO – GPIO Working Explained

Understanding the Microcontroller GPIO

In general, whenever we learn a new programming language we used to write the “Hello World” program first. Likewise in the microcontroller, we try the LED Blinking program. To blink the LED, we need to access the  GPIO. If you are a programmer, you can just write “1” to the GPIO pin to make it … Read more

Structure, Structure Padding, Packing, Bit fields in C Programming

Structures in C

This article is the continuation of the Series on the C programming tutorial and carries the discussion on C language programming and its implementation. It aims to provide easy and practical examples for understanding the C program. In our last article, we have seen the Strings in C programming. In this article, we will see structures in C programming. There … Read more

Benefits of Multilayer PCB and Applications

PCBs, or Printed Circuit Boards, have become the core of most modern electronics. They are used to offer support and connect the electronic components electronically mechanically. In this post, we will see the benefits of the Multilayer PCB and its applications. PCBs for simple electronics such as toys are composed of a single layer. However, … Read more

Setup Zephyr RTOS for ESP32 (Getting Started Zephyr RTOS) – Part 1

Setup Zephyr RTOS for ESP32

We wanted to explore the Zephyr RTOS using the ESP32 Nucleo board. We will be providing the Zephyr RTOS tutorials using this Zephyr RTOS – ESP32 Tutorial Series. This post will help you to setup Zephyr RTOS for ESP32 (Getting Started Zephyr RTOS) and we will run the basic Helloworld program. You can also read … Read more

Setup Zephyr RTOS for STM32 Nucleo (Getting Started Zephyr RTOS) – Part 1

Recently, we have received the STM32 Nucleo-144 board. We wanted to explore the Zephyr RTOS using the STM32 Nucleo board. We will be providing the Zephyr RTOS tutorials using this Zephyr RTOS Tutorial Series. This post will help you to setup Zephyr RTOS for STM32 Nucleo (Getting Started Zephyr RTOS) and we will run the basic Blinky … Read more