KEYPAD 4x4

KEYPAD 4x4 Keypad is used as an input device to read the key pressed by the user and to process it.The 4x4 keypad consists of 4 rows and 4 columns. Switches are placed between the rows and columns. A key press establishes a connection between the corresponding row and column, between which the switch is placed. We can interface the keypad with arduino and can get the output of the key we pressed through serial monitor. Application: It is used in communication devices. It is used in security devices for entering the PIN. It also used in vending machines, sale payment devices, time clocks, calculators etc,. Sample Project Using Arduino: In this going to get the output of the keys pressed in the keypad through the serial monitor in arduino. Materials required: Keypad 4x4 Arduino UNO...