Hello everyone! Today I will be explaining you about interfacing the 4x4 matrix Keypad with Arduino and using it to control three common anode RGB LEDs. You can also use the common cathode RGB LEDs for this project. Hardware components used in this project Arduino Nano USB Type A to mini B cable (for Arduino Nano) Solderless Breadboard - Full Matrix Keypad - 4x4 RGB LEDs (x3) - Common Anode (Common cathode is better to use) Resistors (x9) - 220 Ω Male-to-Male Jumper wires (x21) Setup Your setup must look somewhat similar to those shown in the pictures above. Connections 4x4 Matrix Keypad R1 - D9 R2 - D8 R3 - D7 R4 - D6 C1 - D5 C2 - D4 C3 - D3 C4 - D2 RGB LEDs - Common Anode (+) - 5V Red_01 - D1 Green_01 - D10 Blue_01 - D11 Red_02 - D12 Green_02 - A0 Blue_02 - A1 Red_03 - A2 Green_03 - A3 Blue_03 - A4 How a 4x4 Matrix Keypad works Initially the columns are HIGH and the rows are LOW when the buttons are not pressed. Wh...
A gateway for innovative Arduino projects - Rucksikaa.R