Password Based Door Open System Using LPC2148

In this tutorial, we are going to see Password Based Door Open System Using LPC2148 Project. Prerequisites Before we will start I would suggest you to read these topics. Then only you can understand this strongly. If you already know, please go ahead. LPC2148 GPIO Tutorial LCD Interfacing with LPC2148 Keypad Interfacing with LPC2148 DC … Read more

8051 – RTC Interfacing (Alarm Clock)

In our previous tutorial, we have interfaced the 8051 with EEPROM. In this project, we are going to see RTC Interfacing with 8051. Before that, we should know about the RTC (DS1307) operations. Let’s start. You can also read PIC16F877A RTC, LPC2148 ARM7 Introduction. Prerequisites I²C Basics I²C Advanced LCD Interfacing with 8051 8051 I2C … Read more

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

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

8051 – Keypad Interfacing

8051 Keypad Interfacing

Hi all… In our previous tutorials, we have seen Relay interfacing with 8051. Today we will see 8051 Keypad Interfacing. Before that, I would suggest you to go through this link to know about the Keypad characteristics. And I assumed that you know LCD interfacing. Otherwise, you can see that LCD interfacing tutorials on our … Read more

Matrix Keypad Introduction

matrix keypad introduction

Matrix Keypad – Introduction Most of the applications of embedded systems require keypads to take the user inputs, especially in the case where an application requires more keys. With simple architecture and easy interfacing procedure, matrix keypads are replacing normal push buttons by offering more inputs to the user with the lesser I/O pins. As … Read more