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 – 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

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