multifunctional use of buttons

R

Richard

Jan 1, 1970
0
Can anyone help me with designing in multifunctional use of push buttons on
a device I'm making. By that I mean not just one function per button but
pressing two buttons simulataneously triggers a different function to either
one button alone, pressing three simu, etc. Also holding down a button for a
few seconds causes a different function to a short press.

I assume the former is done with combinations of AND gates. But how to
implement the latter time delay?
 
L

Leon Heller

Jan 1, 1970
0
Richard said:
Can anyone help me with designing in multifunctional use of push buttons on
a device I'm making. By that I mean not just one function per button but
pressing two buttons simulataneously triggers a different function to either
one button alone, pressing three simu, etc. Also holding down a button for a
few seconds causes a different function to a short press.

I assume the former is done with combinations of AND gates. But how to
implement the latter time delay?

You'll find this much easier if you use an MCU.

Leon
 
C

Costas Vlachos

Jan 1, 1970
0
Richard said:
Can anyone help me with designing in multifunctional use of push buttons on
a device I'm making. By that I mean not just one function per button but
pressing two buttons simulataneously triggers a different function to either
one button alone, pressing three simu, etc. Also holding down a button for a
few seconds causes a different function to a short press.

I assume the former is done with combinations of AND gates. But how to
implement the latter time delay?


Are you using a microcontroller or discretes? With the former it's a piece
of cake, with the latter it's torture...

Costas
 
Top