-
Hi, I have a default 3x4 Keypad that is working on a Matrix of rows and colums. But I am using THIS ESP allready for other task and I like tasmota. So how do I configure this timemultiplexing and query with rules or whatever is available on tasmota? Can someone give me an example? Or Maybee even full code for 3x3 ---> "1,2,3"; "4,5,6"; "7,8,9" Whould be great to get any hint, becourse most of the time I use Tasmota as given (max compiled with custom flags but no custom scrips or rules) Nice Holidays Oekel |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Scanning a key matrix requires quite a fast processing to be efficient. If you have an ESP32, you may try Berry that should make it easier I fear that you would need a native driver to achieve correct behavior Alternatively you can use a side components to manage the keypad like an standard arduino which would communicate with Tasmota through a serial |
Beta Was this translation helpful? Give feedback.
-
The best solution would be supporting KeyScan with: So I created two Support-Request. (Hopefully I will join cod-writing) but for know I still hope for help of people who are allready in code ;) |
Beta Was this translation helpful? Give feedback.
The best solution would be supporting KeyScan with:
TCA8418
or
HT16K33 (as DisplayMatrix allready in CodeBase)
So I created two Support-Request. (Hopefully I will join cod-writing) but for know I still hope for help of people who are allready in code ;)