PIC16F877A – Keypad Interfacing

8051 Keypad Interfacing

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 interfaced the Relay with PIC16F877A.  In this tutorial, we will learn Keypad Interfacing with PIC16F877A. Prerequisites Matrix Keypad Operation LCD Interfacing (4 … Read more

PIC16F877A – LCD 4Bit Interfacing

LCD 4 bit interfacing with 8051 Microcontroller

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 LCD tutorial, we have used that LCD in 8-bit mode. But here we will see LCD 4-bit interfacing with PIC16F877A Microcontroller. LCD 4 … Read more

PIC16F877A – Relay Interfacing

Relay 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 interfaced the DC motor with PIC16F877A. In this tutorial, we will learn Relay interfacing with PIC16F877A. Relay is a very important component … Read more

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