8051 – LCD 4 bit Interfacing

LCD 4 bit interfacing with 8051 Microcontroller

Hi dudes…!!! Here I’m coming with a new tutorial. We have already seen lots of tutorials using LCD. If you want to see those tutorials please click here. In previous LCD tutorials, we were used that LCD in 8-bit mode. But here we will see LCD 4-bit interfacing with 8051 Microcontroller. Okay, can you tell … Read more

8051 – LCD Custom Character

how to generate LCD Custom Character using 8051

Hi guys…. In our last tutorial we have seen How to interface LCD to 8051. In this tutorial we are going to see how to generate LCD Custom Character using 8051. How to generate LCD Custom Character using 8051 Introduction So we know how to display alphanumeric characters in LCD. We can easily display that. … Read more

LCD Interfacing with 8051 Microcontroller

LCD interfacing with 8051 Microcontroller

Hi All… In our last tutorial, we learned How to Interface LED and Switch. So today we are going to see LCD interfacing with an 8051 Microcontroller. Before Interfacing, we should know something about the 16×2 LCD module. Let’s start. LCD DISPLAY We always use devices made up of Liquid Crystal Displays (LCDs) like computers, … Read more

8051 – GPIO Tutorial

8051 GPIO Tutorial

Hi All… In this tutorial, we are going to see the 8051 GPIO Tutorial. Before that, if you are not installing Keil please install that. If you don’t know please go through them here. Please see here if you don’t know how to create the project. See the introduction of 8051 Here. Let’s start!!!!! Before … Read more

RTOS Basics Concepts – Part 2

RTOS Advanced Tutorial

In the previous post, we have seen the RTOS basics (Part 1). So this is the RTOS Advanced Tutorial which is a continuation of that part. RTOS Advanced Tutorial Real-Time Operating Systems In Real-Time Operating Systems, each activity set as its own task which runs independently under the supervision of the kernel. For example in … Read more

Getting Started with ESP32 – Setup ESP-IDF using VS Code and Hello World Example

ESP32-IDF getting started

This article is the continuation 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 setup the ESP-IDF in VS Code (ESP32 – Getting started with ESP-IDF … Read more

Typedef in C

This article is a 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 difference between the macro and inline functions in C programming. In this article, we are … Read more

Enum (Enumeration) 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 Typedef in C programming. In this tutorial, we are going to discuss Enumeration in C … Read more