Finger press at start up.

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
pushekm_21
Employee
Employee
10 likes received 5 likes given First like received
        The two methods which I know is using an extra button and checking the counts wrt the other button. The second one is to detect the finger release instead of finger press.   
   
Is there any other possible method which any one can suggest?   
0 Likes
2 Replies
pushekm_21
Employee
Employee
10 likes received 5 likes given First like received
        The limitation of capsense is we can not detect finger press at the start up that is when the capsense board is powered up and a finger is already present then it won't be able to detect unlike mechanical switches. So, what are the possible methods to make capsense work in such conditions?   
   
Method #1: By knowing the approx. difference between the raw counts (without finger) of buttons in advance and then using this to detect the finger press at the start up. Limitation: It won't be able to detect if both the buttons are pressed.   
   
Method #2: Instead of using the physical button, use a dummy sensor which will be placed in software not in hardware. Then applying the above mentioned method.   
   
Method #3: Instead of detecting the finger press, detect the finger release. Whenever the finger will be released the baseline will snap down to a lower value. If this difference is greater than finger threshold then it can be inferred as that there was a finger press. Limitation: We need to decide the time that till when we are going to check this baseline.   
   
Is there any other idea?   
0 Likes
Anonymous
Not applicable
        Hi,   
   
It is possible to check finger press on power up in CapSense Express device also.   
   
Normally CapSesne Express device are used with Host controller. Host controller can read the register and compare the raw count of different buttons to check finger press on power up. It is prerequisite to have both button size same, so in normal condition they give same raw counts.   
   
Cheers,   
Brijesh   
0 Likes