ROSANNAPAPINI.IT ≡ Accessories Circuitoimpreso Kits Educativos Amplifier
  • Buttons/Switches

  • Membrane 3x4 Matrix Keypad

Membrane 3x4 Matrix Keypad

$22.5 $37.8
This key­pad has 12 but­tons, arranged in a tele­phone-line 3x4 grid. It’s made of a thin, flex­i­ble mem­brane mate­r­i­al with an adhe­sive back­ing (just remove the paper) so you can attach it to near­ly any­thing. The keys are con­nect­ed into a matrix, so you only need 7 micro­con­troller pins (3‑columns and 4‑rows) to scan through the pad. Check the tuto­ri­als tab for links to an Arduino library and exam­ple code.TECHNICAL DETAILSWeight: 7.5 gramsKey­pad dimen­sions: 70mm x 77mm x 1mm (2.75″ x 3″ x 0.035″)Length of cable con­nec­tor: 85mm7‑pin 0.1″ pitch con­nec­torThere is a very nice Matrix Key­pad Arduino library that works great with this item. The only thing we sug­gest is to change the ini­tial­iza­tion code in the exam­ples to this:Arduino #include "Arduino.h" #include "Keypad.h" const byte ROWS = 4; //four rows const byte COLS = 3; //three columns char keys[ROWS][COLS] = { {'1','2','3'}, {'4','5','6'}, {'7','8','9'}, {'*','0','#'} }; byte rowPins[ROWS] = {8, 7, 6, 5}; //connect to the row pinouts of the keypad byte colPins[COLS] = {4, 3, 2}; //connect to the column pinouts of the keypad Keypad keypad = Keypad( makeKeymap(keys), rowPins, colPins, ROWS, COLS );123456789101112131415#include “Arduino.h”#include “Keypad.h” con­st byte ROWS = 4; //four rowscon­st byte COLS = 3; //three columnschar keys[ROWS][COLS] = {  {‘1’,‘2’,‘3’},  {‘4’,‘5’,‘6’},  {‘7’,‘8’,‘9’},  {‘*’,‘0’,’#’}};byte row­Pins[ROWS] = {8, 7, 6, 5}; //connect to the row pinouts of the key­padbyte colPins[COLS] = {4, 3, 2}; //connect to the col­umn pinouts of the key­pad Key­pad key­pad = Key­pad( makeKeymap(keys), row­Pins, colPins, ROWS, COLS ); This will swap the * and # keys and also let you con­nect to the Arduino to match this image
Buttons/Switches

Buttons/Switches

  • Keypad — 12 Button
    $31.5 $38.74
  • Membrane 3x4 Matrix Keypad
    $22.5 $37.8
  • LED indicator 22mm for 220 VAC for control panel yellow
    $19.8 $31.09
  • Membrane 1x4 Keypad
    $17.1 $24.97
  • LED indicator 22mm for 220 VAC for control panel green
    $19.8 $33.46
  • Big Key Button Module
    $26.63 $34.35
  • Keypad — 16 Button
    $31.5 $43.47
  • LED indicator 22mm for 220 VAC for control panel red
    $19.8 $31.48
  • 8 LED 4x4 Push Buttons Matrix Keyboard 16 Key Switch HC-35
    $21.6 $26.57
  • Keypad 4×4 Matrix Module 16 Button MCU
    $15.3 $25.09
  • Membrane 4X4 Matrix Keypad
    $24.3 $36.21

© 2026 - ROSANNAPAPINI.IT