FreeRTOS – Task Creation

FreeRTOS LPC2148 Tutorial - Task Creation

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 we are going to see FreeRTOS LPC2148 Tutorial – Task Creation. Suggestion to read RTOS Basics – Part 1 … Read more

LPC2148 – GSM Interfacing

GSM 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 interfaced the Keypad with LPC2148 (ARM7). Now, we will see GSM Interfacing with LPC2148. Suggestion to read GSM Module … Read more

LPC2148 – Keypad Interfacing

Keypad 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 interfaced the Relay with LPC2148 (ARM7). Now, we will see Keypad interfacing with LPC2148. Before that, I would suggest … Read more

LPC2148 – RFID Interfacing

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 interfaced the GSM module with LPC2148 (ARM7).  In this tutorial, we are going to see RFID Interfacing with LPC2148. … Read more

LPC2148 – Serial Communication Tutorial

LPC2148 Serial Communication 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 LPC2148 (ARM7) Timer and Counter. Now we are going to see the LPC2148 Serial Communication Tutorial. UART (Universal … Read more

ESP32 IDF – Serial Communication Tutorial

ESP32 IDF Serial Communication Tutorial

Hi all… Now we will see ESP32 IDF Serial Communication Tutorial. ESP32 has three Serial ports. UART0, UART1, and UART2. ESP32 IDF Serial Communication Tutorial Suggest to Read ESP32 – IDF Programming Getting Started First, we will take the example Program from the example directory. Before coding, I will explain the API and Structures which … 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. … Read more