Binary Coding

In the world of Digitization with upcoming new technologies, creation of Software we are forgetting the base of it. Does anyone even has ever pondered about the existence of it where we got to know about the language of Computers? Do you know who invented the concept of binary computing? Who invented the concept of …

Binary Coding Read More »

RTOS in Microcontrollers

In the previous article, I have introduced you about RTOS, it’s advantages and why we use them. In this article, I am going to dig a little deep into RTOS specifically into the Microcontroller. Let’s get started. Need for RTOS in Microcontrollers When we go into the history of microcontrollers, they were designed to perform …

RTOS in Microcontrollers Read More »

RTOS Introduction

Hello everyone, This is a series of articles that I am going to write here about RTOS. This is the first article in this series and this article, I am going to introduce you about RTOS, it’s functionalities, categories of RTOS. So let’s get started. RTOS Background  In earlier days,  microcontrollers are designed to perform …

RTOS Introduction Read More »

If-Else in C

Control flow statement in C (If – Else) – Part 1 This article is all about the control flow statement in C (If – else). It means if you want to control the certain execution of the program according to the condition described by you. For example, you want to check if the number entered …

If-Else in C Read More »

Serial Terminal Using NodeJS

In this tutorial, we will describe a small project in NodeJS viz Serial Terminal using nodeJS. I am assuming that you have basic knowledge of nodeJS. This project can be done with some simple procedure. This is also useful for communicating with the Arduino or any other microcontroller using serial. Requirements NodeJS should be installed …

Serial Terminal Using NodeJS Read More »