PDA

View Full Version : Keypad Interfacing



uaf5000
- 8th June 2010, 20:52
Hello guys.

Ive to interface a 12 keys keypad into with my PIC microcontroller (PIC 16f877a). With the help of this keypad i want to control my LCD display which is already being attached with the microcontroller. Please help me with that. I need the circuit diagram as well as guideline on how to program the PIC too.

Thanks

mackrackit
- 8th June 2010, 21:31
This is for a 4x4 but it should get you started.
http://www.picbasic.co.uk/forum/showthread.php?t=3250

circuitpro
- 9th June 2010, 16:37
You can also see the schematic and sample pbp files for the LAB-X1 development board. Both are at www.melabs.com.

uaf5000
- 10th June 2010, 13:07
Thanks guys. Will get back to you after referring all the links.

uaf5000
- 15th June 2010, 02:24
Can i have the link of the manual from where i can read and know more about basic keypad commands (defines,routines etc.)?

mackrackit
- 15th June 2010, 02:35
I did not know there was a manual for keypads?
You can have them on a port or two and then read the port(s) or use a shift register and read that.

Not much more to it.