Shop Jurassic World Rebirth!
Currently unavailable.
We don't know when or if this item will be back in stock.

5Pcs 4x4 Universial 16 Key Switch Keypad Keyboard

4.4 out of 5 stars 29 ratings

Currently unavailable.
We don't know when or if this item will be back in stock.
Brand WINGONEER
Compatible Devices keyboard
Keyboard Description Membrane
Special Feature Adhesive Mountable
Color White
Number of Keys 16
Style Modern
Material Plastic
Included Components 4 x Keypad
Power Source Wired

About this item

  • 8 pins connector
  • White sticker can peel off for adhesive mounting
  • Maximum Circuit Rating: 35VDC, 100mA
  • Operation Temperature: 0 to +70 centigrade
  • 0

Product information

Package Dimensions 6.38 x 4.8 x 0.39 inches
Item Weight 0.704 ounces
ASIN B06XHFC19G
Item model number JT0699
Customer Reviews
4.4 out of 5 stars 29 ratings

4.4 out of 5 stars
Is Discontinued By Manufacturer No
Date First Available May 14, 2017
Manufacturer WINGONEER

Feedback

WINGONEER 5Pcs 4x4 Universial 16 Key Switch Keypad Keyboard


Found a lower price? Let us know. Although we can't match every price reported, we'll use your feedback to ensure that our prices remain competitive.

Where did you see a lower price?

Price Availability
/
/
/
/
Please sign in to provide feedback.

Product Description


Features:
8 pins connector
White sticker can peel off for adhesive mounting
Maximum Circuit Rating: 35VDC, 100mA
Insulation Resistance: 100M Omh, 100V
Dielectric Withstand: 250VRms (50-60Hz, 1min)
Contact Bounce: <5ms
Operation Temperature: 0 to +70 centigrade
Humidity: 40 centigrade, 90%-95%, 240 hours
Pad Size (L x W): Approx.3 x 2.7 inch / 76 x 69 mm
Transparence Cable Length: Approx. 3.3 inch / 83 mm

Package Included:
5x WINGONEER Membrane Switch

What's in the box

  • 4 x Keypad
  • Customer reviews

    4.4 out of 5 stars
    29 global ratings

    Review this product

    Share your thoughts with other customers

    Customers say

    Customers find that the keypad works perfectly and is of acceptable quality.

    Select to learn more

    4 customers mention "Functionality"4 positive0 negative

    Customers report that the keypads work perfectly.

    "...rows are the first 4, columns are the second 4. all my pads worked; i initially thought i had an issue with one of the columns, but it turns out it..." Read more

    "I got this to use as a data entry keypad for an Arduino project. It worked great...." Read more

    "I am using these for a data entry keypad with the Arduino and they work perfectly!" Read more

    "Item works as expected. very good quality at a very good price." Read more

    3 customers mention "Quality"3 positive0 negative

    Customers find the keyboard to be of acceptable quality.

    "Good product, very good quality, easy to use and excellent, recommended by the seller" Read more

    "Item works as expected. very good quality at a very good price." Read more

    "Great product" Read more

    Top reviews from the United States

    • Reviewed in the United States on November 30, 2019
      the ribbon has a faint 1 and 8 on black ribbon brick on the end. with the keypad facing up; they start from left to right. rows are the first 4, columns are the second 4. all my pads worked; i initially thought i had an issue with one of the columns, but it turns out it was my metro pin that was not working correctly. below is the code i used to make it work. NOTE the 8 pin instead of the 1 ( broken on my metro )

      #include <Arduino.h>
      #include <stdio.h>
      #include <Keypad.h>

      const byte ROWS = 4; //four rows
      const byte COLS = 4; //four columns
      //define the cymbols on the buttons of the keypads
      char hexaKeys[ROWS][COLS] = {
      {'1','4','7','*'},
      {'2','5','8','0'},
      {'3','6','9','#'},
      {'A','B','C','D'}
      };

      byte rowPins[ROWS] = {3, 2, 8, 0}; //connect to the row pinouts of the keypad // blue
      byte colPins[COLS] = {7, 6, 5, 4}; //connect to the column pinouts of the keypad // yellow

      //initialize an instance of class NewKeypad
      Keypad customKeypad = Keypad( makeKeymap(hexaKeys), rowPins, colPins, ROWS, COLS);

      void setup(){
      Serial.begin(9600);
      }

      void loop(){
      char customKey = customKeypad.getKey();

      if (customKey){
      Serial.println(customKey);
      }
      }
    • Reviewed in the United States on May 23, 2018
      Simple to set up and use with an Arduino. Recommend that you get some M-M jumpers to help with hookup because you'll need eight free pins on the Arduino and rigid headers won't neatly cross the gap between 0-7 and 8-13.

      Elegoo EL-CP-004 120pcs Multicolored Dupont Wire 40pin Male to Female, 40pin Male to Male, 40pin Female to Female Breadboard Jumper Wires Ribbon Cables Kit for arduino
    • Reviewed in the United States on April 20, 2019
      Bought these as replacements for for the expansion boards for my many Gizmosphere Gizmo 2's. Tested all 5 & 4 of them were perfect but 1 were a little tough to get to respond to all button presses. At this price 4 & 1/2 is acceptable. That's so unless they don't function for long, then I'd be angry.
    • Reviewed in the United States on August 1, 2020
      I got this to use as a data entry keypad for an Arduino project. It worked great. One thing to remember, when you peel the backing be sure of where you want it to go.
    • Reviewed in the United States on January 12, 2019
      I haven't tested these yet, but they came in an envelope and look great. They are only a very thin membrane with a peel-and-stick back. I mostly got them for learning with the Arduino and RPi.
    • Reviewed in the United States on October 10, 2019
      Good product, very good quality, easy to use and excellent, recommended by the seller
    • Reviewed in the United States on August 1, 2018
      I am using these for a data entry keypad with the Arduino and they work perfectly!
    • Reviewed in the United States on November 15, 2017
      Item works as expected. very good quality at a very good price.

    Top reviews from other countries

    Translate all reviews to English
    • GUY
      4.0 out of 5 stars Très bon prix
      Reviewed in France on August 2, 2017
      5 claviers de bonne qualité pour un prix très bas. Le fonctionnement est immédiat, reste à voir la tenue des touches dans le temps
      Report