8051 – ADC0804 Interfacing

ADC0804 interfacing with 8051

We have seen Keypad interfacing with 8051, in our previous tutorial. In this tutorial, we will interface Temperature Sensor (LM35) with 8051 using ADC0804. ADC0804 interfacing with 8051. ADC0804 is an 8-bit ADC.ADC0804 interfacing with 8051 Introduction Analog to digital converters find huge applications as an intermediate device to convert the signals from analog to … Read more

8051 – Interrupt Tutorial

8051 Interrupts Tutorial

In this post, we are going to discuss the 8051 Interrupts Tutorial. Before that, you should know about the Interrupt basics. For Basics, you can go here. Let’s start…8051 Interrupts Tutorial There are five interrupt sources for the 8051. Since the main RESET input can also be considered as an interrupt, six interrupts in the … Read more

Interrupt Tutorial

what is an Interrupt in os

In this tutorial, we are going to see what is an interrupt in OS and how it is working?You can also read RTOS basics -1, RTOS basics – 2,  8051 Interrupts, and interrupts in Linux kernel.Interrupt – Introduction What is an Interrupt in os? Interrupt means stop the continuous progress of (an activity or process).What … Read more

Typecasting in C programming language

TypeCasting 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 Enum in C programming. In this tutorial, we are going to see Typecasting in C  programming … Read more

Pointers in C – Part 2

Pointers Advanced concepts 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 Basic concepts of pointers in C programming. This is the continuation of the last tutorial. … Read more

Pointers in C – Part 1

Pointers 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 Union in C programming. In this tutorial, we are going to see the pointers in … Read more

Serial Communication Basics

Serial Communication Basics Tutorial

In this tutorial, we will see the Basics of Serial Communication Basics Tutorial.You can also read the PIC16F877A USART tutorial, RF module interfacing with LPC2148, 8051 UART tutorial, RTOS Basics, and LPC2148 Serial communication.Serial Communication Basics Tutorial Introduction What is mean by communication? Exchanging the data between two systems is termed as communication. Data can … Read more

8051 – Timers/Counters

8051 Timer Counter Tutorial

Hi, guys in our previous tutorials we have seen LED, Switch, LCD interfacing. Today we are going to see the 8051 Timer Counter Tutorial.8051 Timer Counter Tutorial Introduction 8051 has two Timers/Counters, which are Timer0/Counter0 and Timer1/Counter1. Both timer/counter is sixteen-bit Timer/Counter. Does anybody have any doubt? No doubt? But I have one doubt. I … Read more

Qualifier in C (Const and Volatile)

qualifier 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 Typecasting in C programming. In this article, we are going to see Qualifier in C … Read more

ESP32 Introduction and Initial Process Flow

ESP32 Introduction and Initial process Flow

This article is the first part of the Series on the ESP32 Tutorials using ESP-IDF and carries the discussion on the ESP32 and its peripherals. The aim of this series is to provide easy and practical examples that anyone can understand. In this post, we will see ESP32 Introduction and Initial Process Flow.ESP32 Introduction and Initial … Read more