FreeRTOS Queue Tutorial Using LPC2148

FreeRTOS Queue Tutorial Using LPC2148

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. In this tutorial, we are going to discuss about the FreeRTOS Queue Tutorial Using LPC2148. You can also read the … Read more

FreeRTOS – LPC2148 Counting Semaphore

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. In our previous tutorial, we have seen How to use the Binary semaphore with ISR and without ISR. Today we … Read more

FreeRTOS – LPC2148 Mutex Tutorial

FreeRTOS Mutex Tutorial using LPC2148

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. In our previous tutorial, we have seen the Counting Semaphore. Now we are going to see FreeRTOS Mutex Tutorial using … Read more

FreeRTOS – LPC2148 Binary Semaphore in ISR

FreeRTOS Binary Semaphore from ISR in LPC2148

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. In our previous tutorial, we have seen How to use a simple Binary Semaphore. Today we will learn the FreeRTOS … Read more

FreeRTOS – LPC2148 Binary Semaphore

FreeRTOS Binary Semaphore Tutorial in LPC2148

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. In our previous tutorials, we have seen How to create the task using FreeRTOS API. Today we will see the … Read more

FreeRTOS – Task Creation with Parameters

FreeRTOS LPC2148 Tutorial – Task Creation with Parameters

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. In our previous tutorial, we have created the two task with two prints. Today we are going to see FreeRTOS … Read more

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

Accident Detection And Alerting System Using GSM

Accident Detection And Alerting System Using 8051 Microcontroller Abstract This project is Accident Detection And Alerting System Using 8051 Microcontroller. When an individual riding his/her bike, meets with an accident, there is a chance that the individual may suffer from a serious injury or expire instantaneously and there is no one around to help him. … 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