Cap Sense Buttons

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

cross mob
melac_296496
Level 2
Level 2

I have designed a 9 button cap sense board design on PSoC 3.  However, I would like disable and enable  each individual button based on product selected.  For example, if the product requires only 3 buttons, then, I should be able to disable 6 buttons via firmware.  I am trying to have single artifact for the firmware, so when the 3 button product is selected, other buttons are disabled.  Is there a way I can disable individual buttons? Or Should I place them in high impedance mode without any side effects?

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

There is a CapSense_DisableSensor() API where you may do what you request.

   

 

   

Bob

View solution in original post

0 Likes
2 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

There is a CapSense_DisableSensor() API where you may do what you request.

   

 

   

Bob

0 Likes
melac_296496
Level 2
Level 2

Thanks Bob!

0 Likes