LPC2148 – RTX RTOS Porting with Keil IDE

RTX RTOS Porting for LPC2148 in Keil

Hi all….. In our last tutorial, we have seen how to port FreeRTOS into LPC2148. If you haven’t seen please go Here. Today we are going to see RTX RTOS Porting for LPC2148 in Keil. Before that, we should know the RTOS. Please read RTOS Basics PART 1, PART 2. RTX RTOS Porting for LPC2148 … Read more

LPC2148 – FreeRTOS Porting with Keil IDE

FreeRTOS Porting for LPC2148 Using Keil

This article is a Series on FreeRTOS tutorials and carries the discussion on FreeRTOS and its usage. The aim of this series is to provide easy and practical examples that anyone can understand. Today we are going to see FreeRTOS Porting for LPC2148 Using Keil. You can also read the RTOS Basic concepts and Advanced … Read more

LPC2148 – Install Keil IDE

Setting up Keil for LPC2148

This article is a continuation of the series of tutorials on the LPC2148 Microcontroller (ARM7). The aim of this series is to provide easy and practical examples that anyone can understand. In the previous tutorial, we have seen the introduction of the LPC2148 (ARM7). Now we are going to see how to install Keil for the … Read more

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