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. … 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 … Read more

FreeRTOS – LPC2148 (LCD Scroll and LED Blinking)

rtos basics tutorial

This article is a continuation of the  Series on FreeRTOS 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 I came up with a new tutorial (FreeRTOS LCD Interfacing with LPC2148).  Prerequisites Before we will start I would … Read more

LPC2148 – LCD Interfacing

LCD Interfacing with 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 LPC2148 (ARM7) ADC. In our last tutorial, we have seen LED and Switch interfacing. Now we are going … Read more

LPC2148 – GPIO Tutorial

8051 GPIO Tutorial

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 how to set up the PLL and clock for LPC2148 (ARM7). Now we are going to see LPC2148 … Read more

LPC2148 – Introduction

LPC2148 ARM7 Introduction

This is 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 this tutorial, we are going to see the LPC2148 ARM7 Introduction. Let’s start. LPC2148 ARM7 Introduction ARM ARM is generally known as Advanced RISC Machine is a reduced instruction … Read more

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