yasotha padmanathan WROTE:Hi, im doing my final year project, and im assigned to test the functionality of my components. How can i test the functionality of 4x3 softpad keypad? is it necessary to use a micro-controller? i must show that, if i press the button 1 in keypad, the LED must light on. can anyone give some ideas?
There are many articles on the net that teach you how to interface a 3x4 or 4x4 keypad to the PIC and here is one:
PIC Tutorial Nine - HEX Keypad
http://www.winpicprog.co.uk/pic_tutorial9.htmBut first you have to learn the hardware and the language used by PIC and make the controller board in tutorials one and two. Use google to get more info on how to interface to keypad using keywords like "keypad interfacing to PIC"
Allen