top of page

The 1x4 Keypad Module is a compact input device that features a 1x4 matrix of buttons, allowing users to input data or commands. It is designed with a simple digital interface, making it compatible with microcontrollers like Arduino. With its small size and easy integration, this keypad module is suitable for projects requiring limited user input, such as password entry, menu navigation, or simple control interfaces.

      1-4 Keypad Module

      SKU: 158
      ₹85.00 Regular Price
      ₹50.00Sale Price
      • Specification

        • Button Matrix: 1x4 (4 buttons)
        • Operating Voltage: 3.3V to 5V
        • Interface: Digital (requires only a few GPIO pins)
        • Button Lifetime: >1 million presses
        • Dimensions: Compact size for easy integration

        Usage

        • Identify the pins or contacts on the keypad module, typically labeled as ROW and COLUMN.
        • Connect the ROW pin of the keypad to a digital input pin of the microcontroller.
        • Connect the COLUMN pins of the keypad to digital output pins of the microcontroller.
        • Ensure the power supply for the keypad module is within the specified voltage range.
        • Write a program on the microcontroller to read the keypad inputs using the assigned digital pins.
        • Configure the microcontroller's internal pull-up resistors for the COLUMN pins if necessary.
        • Use the keypad module to input data or commands as required by your project.
        • Implement the necessary logic in your program to interpret and respond to the keypad inputs.
      bottom of page