PIC16F877A – DC Motor Interfacing

DC Motor Interfacing with LPC2148

This article is a continuation of the series of tutorials on the PIC16F877A Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand. In the previous tutorial, we have used that LCD in 4-bit mode. In this tutorial, we are going to learn DC Motor Interfacing with PIC16F877A. Let’s run….Prerequisites Motor … Read more

PIC16F877A GPIO Tutorial

8051 GPIO Tutorial

This article is a continuation of the series of tutorials on the PIC16F877A Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand. Now we are going to see PIC16F877A LED Interfacing Tutorial (PIC16F877A GPIO Tutorial). If you want to interface with LED, you should know the Registers … Read more

PIC16F877A – Introduction

This is the Series of tutorials on the PIC16F877A Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand. In this article, we will see the PIC16F877A Introduction and features.PIC Introduction Peripheral Interface Controllers (PIC) is one of the advanced microcontrollers developed by microchip technologies. These microcontrollers are widely … Read more

Bluetooth Low Energy (BLE) Introduction Part 2

Bluetooth Low Energy (BLE) Introduction Bluetooth Low Energy Basics

In our previous tutorial (Part 1) we have seen the very basics of BLE. Now we will see Bluetooth Low Energy (BLE) Introduction Part 2. In this part, we will discuss the BLE Protocol stack. Before that quick recap about the BLE.You can also read, Bluetooth interfacing with LPC2148, Bluetooth interfacing with PIC16F877A, and Bluetooth … Read more

Bluetooth Low Energy Basics (BLE) – Introduction Part 1

Bluetooth Low Energy (BLE) Introduction Bluetooth Low Energy Basics

Bluetooth is one of the most popular wireless protocols, and it has been available in smartphones, computers, and other devices for over a decade. Most of us are familiar with Bluetooth and how Bluetooth can allow us to connect a headset and make calls using our cell phones. The explosive growth in Bluetooth devices led … Read more

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 task … 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