4x4 matrix keypad and ESP8266
Posted: Sun Jun 26, 2016 12:28 pm
I want to use 4x4 matrix keypad with my ESP8266. I have done this successfully in the past on an Arduino Uno using a resistor array and connecting the output to an ADC.
I am considering doing this with the ESP8266 (which is why I just posted another question about the ESP8266 ADC) but I would like to know whether there are better options.
I cannot just connect the 8 outputs to GPIO pins because I don't have enough free GPIOs. I understand that I could buy an I2C interface. Are there any other options worth considering?
Naturally I would rather keep it simple and not use more active components unless I have to but if that is the best approach, I shall go down that route.
I am considering doing this with the ESP8266 (which is why I just posted another question about the ESP8266 ADC) but I would like to know whether there are better options.
I cannot just connect the 8 outputs to GPIO pins because I don't have enough free GPIOs. I understand that I could buy an I2C interface. Are there any other options worth considering?
Naturally I would rather keep it simple and not use more active components unless I have to but if that is the best approach, I shall go down that route.