Here I give you very important and simple project on Keypad / keyboard scanning and interfacing with PIC16f877microcontroller . To start big project you need to know small andΒ necessary one first. So we start form basic . In my previous post I write on
Scrolling Text on LCD by PIC Microcontroller
Displaying text on LCD by interfaced with PIC16F877 microcontroller in 4 bit mode
Simple Project on LED blinking by PIC 16 Microcontroller
Step by step Project guide on PIC Microcontroller
Β So today I start with Keypad scanning and interfacing with PIC16f877 microcontroller. As like my other projects I used 1 ) Proteus 7 Professional and 2) Mikcro C Pro for pic to make my project.
In this project we will see some new command for interfacing 4*4 matrix keypad / keyboard.
Β charΒ keypadPort at PORTC : is use for defining port of microcontroller with keypad. Here we defining port C for that.
Keypad_Init()Β :Β is use for initializing.
Keypad_Key_Click() : is use for wait for key to be pressed and released.
Β Now see the complete Embedded C Programing of our project Keypad scanning and interfacing with PIC16f877 microcontroller
For more detail: Keypad scanning and interfacing with PIC16f877 microcontroller